ISE WebPack installation on Linux

From ArmadeusWiki
Revision as of 12:58, 3 July 2007 by JulienB (Talk | contribs)

Jump to: navigation, search

Xilinx WebPack installation instructions for Linux.

Tested on: Ubuntu Dapper (6.10) x86 32bits, ???, ...

  • download ISE WebPACK - WebInstall archive (WebPACK_WebInstall_91i.zip) from here: [1]. You will need to create a Xilinx's account and register before being able to download files (it's free).
  • unzip the archive somewhere, for example $HOME/xilinx/
  • open a shell and go in the directory created after unziping:
$ cd $HOME/xilinx/WebPACK_WebInstall_91i.zip_FILES/bin/lin/
  • add executable rights to some files:
$ chmod a+x  setup _setup xinfo _xinfo xinfoenv
  • defines LD_LIBRARY_PATH:
$ export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
  • launch installation:
$ ./setup
  • Follows the instructions of the graphical interface and when asked for a Registration ID then enter the one you received by email from Xilinx ?????

Links