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 terminal
window of "directory bin/lin" not found.

Do you have any idea on what is perhaps going on? I am a newby to
environment variables.

Thanks for the help

Heystek







On Fri, Aug 11, 2017 at 11:33 AM, James Smith  wrote:

> 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 <
> heystekgrob...@gmail.com> wrote:
>
>> 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 AM, James Smith  wrote:
>>
>>> 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 <
>>> heystekgrob...@gmail.com> wrote:
>>>
 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 LD_LIBRARY_PATH;

 any other idees?

 Thanks for your help :-)

 Heystek



 On Fri, Aug 11, 2017 at 11:02 AM, Ryan Monroe 
 wrote:

> 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.
> To post to this group, send email to 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.

>>>
>>>
>>
>

-- 
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.


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 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 AM, James Smith  wrote:
>
>> 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 <
>> heystekgrob...@gmail.com> wrote:
>>
>>> 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 LD_LIBRARY_PATH;
>>>
>>> any other idees?
>>>
>>> Thanks for your help :-)
>>>
>>> Heystek
>>>
>>>
>>>
>>> On Fri, Aug 11, 2017 at 11:02 AM, Ryan Monroe 
>>> wrote:
>>>
 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.
 To post to this group, send email to 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.
>>>
>>
>>
>

-- 
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.


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 AM, James Smith  wrote:

> 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 <
> heystekgrob...@gmail.com> wrote:
>
>> 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 LD_LIBRARY_PATH;
>>
>> any other idees?
>>
>> Thanks for your help :-)
>>
>> Heystek
>>
>>
>>
>> On Fri, Aug 11, 2017 at 11:02 AM, Ryan Monroe 
>> wrote:
>>
>>> 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.
>>> To post to this group, send email to 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.
>>
>
>

-- 
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.


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 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 LD_LIBRARY_PATH;
>
> any other idees?
>
> Thanks for your help :-)
>
> Heystek
>
>
>
> On Fri, Aug 11, 2017 at 11:02 AM, Ryan Monroe 
> wrote:
>
>> 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.
>> To post to this group, send email to 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.
>

-- 
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.


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 LD_LIBRARY_PATH;

any other idees?

Thanks for your help :-)

Heystek



On Fri, Aug 11, 2017 at 11:02 AM, Ryan Monroe 
wrote:

> 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.
> To post to this group, send email to 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.


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 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 
.
To post to this group, send email to 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.