I just dealt with this problem yesterday! Somewhere in your startup.m file, you should have a line that looks like this:
xlAddSysgen([getenv('XILINX_PATH'), '/ISE'])

Toss in an extra slash at the end of the path:
xlAddSysgen([getenv('XILINX_PATH'), '/ISE/'])

Now, I still haven't sorted the REST of the debian/xilinx issues.... that's tomorrows problem :-)


On 08/11/2017 01:58 AM, Heystek Grobler wrote:
Good day everyone

The last year I have been working on a Ubuntu system with Xilinx and Matlab. Currently I am trying to setup a system on a Debian (Jessie) system but I get the following error message when staring up matlab:

Cannot access directory lib/lin64. The libraries under the
path are needed to simulate and netlist designs using blocks
from Xilinx System Generator for DSP blockset.

Does anyone perhaps know how to solve this?

Thanks for the help

Heystek Grobler
--
You received this message because you are subscribed to the Google Groups "casper@lists.berkeley.edu" group. To unsubscribe from this group and stop receiving emails from it, send an email to casper+unsubscr...@lists.berkeley.edu <mailto:casper+unsubscr...@lists.berkeley.edu>. To post to this group, send email to casper@lists.berkeley.edu <mailto:casper@lists.berkeley.edu>.

--
You received this message because you are subscribed to the Google Groups 
"casper@lists.berkeley.edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to casper+unsubscr...@lists.berkeley.edu.
To post to this group, send email to casper@lists.berkeley.edu.

Reply via email to