Hey Pedro,

This actually happened to me a few days back. I'm no expert in linux, but it appears that there are some libraries which Xilinx expects--and you are not loading. I added this line to my startup script to resolve the problems (you should change yours to suit)

export LD_LIBRARY_PATH=/home/Xilinx/13.4/ISE_DS/ISE/sysgen/bin/lin64/dot/:$LD_LIBRARY_PATH

Note that I am using ISE 14.2 as well, but had to load the libraries from 13.4. In my case, it appeared that the 14.2 libraries were compiled for 32 bit, where I use 64 bit. I solved it by simply mapping to an older revision's libraries, but your mileage will vary.

Hope this helped!

--Ryan

On 10/11/2012 11:28 AM, Pedro Sánchez wrote:
Dear Casper Group

I'm working with the VEGAS correlator (https://github.com/casper-astro/vegas_devel) using Matlab2012a, Xilinx 14.2 and Ubuntu 12.04 with this libraries: https://github.com/cs150bf/mlib_devel and https://github.com/casper-astro/xblocks_devel. Also I had already installed libltdl-dev in Ubuntu. My issue is when I try to open the VEGAS model, in the Matlab window appears several times this error:

"/opt/Xilinx/14.2/ISE_DS/ISE/
sysgen/bin/lin64/dot/dot.bin: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory Error running Dot."

And every time I try to do something in the simulink window, the error appears again several times. . So what do you think it's going on?

Regards!


--
Pedro Sánchez M.
Universidad de Chile
Facultad de Ciencias Físicas y Matemáticas
Departamento de Ingeniería Eléctrica
Area de Instrumentación Astronómica

Reply via email to