Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
cederom
Posts: 11
Registered: ‎01-25-2010
0
Accepted Solution

ISE on FreeBSD and dynamic libraries *.so dependencies

Some time ago I have switched from Linux to FreeBSD because Linux is a mess. I can emulate linux applications, I could run ISE 11 on my BSD using this technique. ISE 12 however was is missing some dynamic libraries, but I found them on the installation "lib/lin" subdirectory, then added this directory to /usr/compat/linux/etc/ls.so.conf.d/xilinx-ise12.conf and rerun /usr/compat/linux/sbin/ldconfig -i. Maybe some of you may like this solution :-)

 

Best regards,

Tomek

Visitor
cederom
Posts: 11
Registered: ‎01-25-2010
0

Re: ISE on FreeBSD and dynamic libraries *.so dependencies

This problem is caused by improper linking the dynamic libraries path into Xilinx ISE - the libraries are on the LDPATH but they are not loaded by ISE, so the solution is to link them where ISE wants them to be. I have posted solution on FreeBSD forums [1] and have working Xilinx ISE 13.1.

 

Still I have no working cables. The cable drivers are even not working on Linux, as the kernel API again changed... this is why Linux is a mess. Why dont you release version for FreeBSD instead Xilinx? :-)

 

Is there any way to make cable working on FreeBSD???

 

[1] http://forums.freebsd.org/showthread.php?t=17776&highlight=xilinx 

Visitor
cederom
Posts: 11
Registered: ‎01-25-2010
0

Re: ISE on FreeBSD and dynamic libraries *.so dependencies

Anyway, please provide dynamic libraries within the installer package as those libraries ase VERY helpful in running linux binaries on non linux systems...