Running Xilinx 9.1 GUIs on FC6

I've been trying to launch ISE (9.1SP3) and I get this error

FATAL_ERROR:Portability:Port_ExecLoaderInit.c:117:1.4 - The executable can't be found. The installation was not complete. Process will terminate. For more information on this error, please consult the Answers Database or open a WebCase with this project attached at

formatting link

If I launch it from the $XILINX/bin/lin directory it works fine so it would appear to be some sort of search path problem but I've got everything in my paths,

echo $PATH /usr/local/tools/Xilinx/bin/lin:/usr/local/tools/Xilinx/java/lin/jre/bin:/ usr/local/tools/Xilinx/chipscope/bin/lin:/usr/local/tools/Xilinx/bin/ lin64:.:/usr/local/tools/flexlm/bin:/usr/java/jre1.5.0_02/bin:/usr/local/ tools/hdlmaker_lib/i686/bin:/usr/local/tools/hdlmaker_lib/csh:/usr/local/ tools/jre1.5.0_10/bin:/usr/local/bin:/usr/bin:/sbin:/usr/sbin:/bin:/usr/ X11R6/bin:/usr/local/csh:/usr/local/sbin:/usr/local/tools/acrobat/bin:/ usr/local/tools/nc_sim/tools/bin

echo $LD_LIBRARY_PATH /usr/local/tools/Xilinx/bin/lin:/usr/local/tools/Xilinx/java/lin/jre/lib:/ usr/local/tools/Xilinx/lib:/usr/local/tools/Xilinx/chipscope/bin/lin:/usr/ lib:/usr/local/lib:/usr/X11R6/lib:/usr/lib/xemacs:/usr/local/tools/ jre1.5.0_10/lib

echo $XILINX /usr/local/tools/Xilinx

Is there some missing variable that I need to set.

Reply to
B. Joshua Rosen
Loading thread data ...

This works for me

PLATFORM = lin XILINX = /usr/local/bin/Xilinx91i NPX_PLUGIN_PATH = /usr/local/bin/Xilinx91i/java/lin/jre/plugin/i386/ ns4 LMC_HOME = /usr/local/bin/Xilinx91i/smartmodel/lin/installed_lin LD_LIBRARY_PATH = /usr/local/bin/Xilinx91i/bin/lin:/usr/X11R6/lib PATH = /usr/local/bin/Xilinx91i/bin/lin

Reply to
g.eckersley

I have following script in my nin directory: #!/bin/bash WEBROOT=/opt/web91 sh $WEBROOT/settings.sh $WEBROOT/bin/lin/ise

And for impact: #!/bin/bash WEBROOT=/opt/web82 sh $WEBROOT/settings.sh LD_PRELOAD=/usr/local/lib/libusb-driver.so $WEBROOT/bin/lin/impact $@

The LD-PRELOAD is to get rid of this dammed windriver.

--
Uwe Bonnes                bon@elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Reply to
Uwe Bonnes

bin:/

local/

local/

usr/

lib:/

usr/

I have all of that, which distro are you using?

Reply to
B. Joshua Rosen

I've used both Debian and Ubuntu (as off installer CD). Both work fine. Yes , windriver sucks.

Reply to
g.eckersley

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.