Hi list, now I got a Linux copy of Xilinx 12.4 and I tried to build the UHD fpga image on ubuntu 10.04. with uhd version: UHD_003.001.002-ba0e3c8 I added the .bashrc to include xtclsh like this:
#Include Xilix xtclsh in te path in order to be able to build FPGA images! XILINX_ROOT=/opt/Xilinx/12.4/ISE_DS export PATH=${XILINX_ROOT}/ISE/bin/lin:${PATH} export PATH=${XILINX_ROOT}/ISE/bin/lin/unwrapped:${PATH} In addition, I added .bashrc to show towards the license file on our university server, for which I use VPN to connect with: #Show the bash where to find the Xilinx license file LM_LICENSE_FILE=1...@fysel-vault.fysel.ime.ntnu.no export LM_LICENSE_FILE I checked the variables by using the 'printenv' and both of these were included. However, I get the following error: ---------------------------------------------------------------------- nemanja@radio-laptop:~/bin/uhd/fpga/usrp2/top/USRP2$ sudo make proj /bin/sh: xtclsh: not found /bin/sh: xtclsh: not found /home/nemanja/bin/uhd/fpga/usrp2/top/USRP2/build/u2_rev3.xise xtclsh /home/nemanja/bin/uhd/fpga/usrp2/top/tcl/ise_helper.tcl "" /bin/sh: xtclsh: not found make: *** [/home/nemanja/bin/uhd/fpga/usrp2/top/USRP2/build/u2_rev3.xise] Error 127 nemanja@radio-laptop:~/bin/uhd/fpga/usrp2/top/USRP2$ --------------------------------------------------------------------------- How is it possible that xtclsh is not found? Thank you in advance for your reply! Nemanja
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio