Dear Team,

I had this problem after I fix what Laura & Andrew advice me:

standard exception: XNetlistEngine: An exception was raised:
com.xilinx.sysgen.netlist.NetlistInternal: couldn't open first pass
text file at .....

I post here what I had to do in Ubuntu 10.04 to correct this:

The problem is that the symbolic link in Ubuntu must me /bin/sh to
/bin/bash instead of /bin/sh to /bin/dash

to check this, in terminal go to:
cd /bin
ls -l
and look if what I say is correct, if the symbolic link is not right (you
should see sh -> dash) you must delete it with
sudo rm sh
then create the right one.
ln -s bash sh

After this you won't see this msg anymore.

Cheers!

Daniel H.



Reply via email to