Re: [casper] Matlab - Xilinx Help

2017-08-11 Thread Heystek Grobler
Hi James You were correct. The problem is with the environment variables. For some reason the bash script "startsg" does not setup the path and as soon as Matlab fires up it gives the error "Xilinx not installed properly or path variables not set correctly" and then it gives the error on the

Re: [casper] Matlab - Xilinx Help

2017-08-11 Thread James Smith
You're going to have to check those environment variables, and see whether they're actually pointing to their targets. On Fri, Aug 11, 2017 at 11:29 AM, Heystek Grobler wrote: > Hi James > > I Installed Xilinx under: > > /opt/Xilinx/14.7/ISE_DS > > I am not sure to

Re: [casper] Matlab - Xilinx Help

2017-08-11 Thread Heystek Grobler
Hi James I Installed Xilinx under: /opt/Xilinx/14.7/ISE_DS I am not sure to which bin/lin64 matlab is referring because you can find them under /opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64 and /opt/Xilinx/14.7/ISE_DS/common/bin/lin64 Thanks for the help Heystek On Fri, Aug 11, 2017 at 11:18

Re: [casper] Matlab - Xilinx Help

2017-08-11 Thread James Smith
Hello Heystek, Where is your Xilinx library installed? See if you can cd to the directory that it refers to? Regards, James On Fri, Aug 11, 2017 at 11:17 AM, Heystek Grobler wrote: > Hi Ryan > > Thanks for your help! > > I have added that slash but still get the

Re: [casper] Matlab - Xilinx Help

2017-08-11 Thread Heystek Grobler
Hi Ryan Thanks for your help! I have added that slash but still get the same error. I also had to add the following code to the settibgs64.sh file to get matlab started: if [ -n "$LD_LIBRARY_PATH" ]; then LD_LIBRARY_PATH=:${LD_LIBRARY_PATH}:${XILINX_EDK}/lib/lin64; export

Re: [casper] Matlab - Xilinx Help

2017-08-11 Thread Ryan Monroe
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

[casper] Matlab - Xilinx Help

2017-08-11 Thread Heystek Grobler
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