- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Trying to run ISE Webpack (Linux)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2009 02:35 PM
Re: Trying to run ISE Webpack (Linux)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-28-2009 02:32 AM
Re: Trying to run ISE Webpack (Linux)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-17-2010 09:13 PM
I actually have this same problem. I don't think this topic has been solved yet so I will "reawaken" it by posting here
I am running Ubuntu 10. I do the following in the /opt/Xilinx/12.3/ISE_DS/ folder, where I installed it:
export DISPLAY=:0
source settings32.sh
./settings32.sh
ise
./settings32.sh yields these messages:
. /opt/Xilinx/12.3/ISE_DS/EDK/settings32.sh /opt/Xilinx/12.3/ISE_DS/EDK
. /opt/Xilinx/12.3/ISE_DS/ISE/settings32.sh /opt/Xilinx/12.3/ISE_DS/ISE
. /opt/Xilinx/12.3/ISE_DS/PlanAhead/settings32.sh /opt/Xilinx/12.3/ISE_DS/PlanAhead
. /opt/Xilinx/12.3/ISE_DS/common/settings32.sh /opt/Xilinx/12.3/ISE_DS/common
When I run "ise" it tells me that the command is not found and then suggests some packages that I could apt-get.
I can't find anything that explains what is wrong. I'd appreciate the help. Thanks!
Re: Trying to run ISE Webpack (Linux)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-18-2010 12:40 AM
Please post the output of
echo $PATH
after you sourced the appropriate settings??.sh
Signature:
1. Google your question before asking it.
2. If Google doesn't find a solution, post your question in a detailed, comprehensive, and clear way.
3. If someone answers your question, mark the post with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left).
Re: Trying to run ISE Webpack (Linux)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-19-2010 04:48 PM
Sorry about the late reply. This has been a busy few days for me...
The output off echo $PATH gives me this:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:
Note that this is after I source and run the settings32.sh script. It doesn't look like anything xilinx specific has been added.
I did figure out how to run the programs, though! The programs reside in the folders [path to xilinx install containing the settings32.sh file]/IDE/bin/lin and [path to xilinx install containing the settings32.sh file]EDK/bin/lin.
Just change to those directories and run the scripts. For example, I would go to the ISE/bin/lin folder and type in ./ise to run the Project Navigator. For some reason, all the guides tell you to just type in "ise" as if it were a command. Maybe this has to do with the settings32.sh script not working properly.
Now if only I could get the license manager to show up...
Re: Trying to run ISE Webpack (Linux)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-20-2010 10:44 PM
I found that too. It's in [xilinx installation directory]/common/bin/lin.
Then do this: ./xlcm. However in linux you can't use the Xilinx License Configuration Manager. You have to set one of XILINXD_LICENSE_FILE or LM_LICENSE_FILE environment variables to the location of your license.
You can do this by setting an environmental variable normally in linux:
export XILINXD_LICENSE_FILE=place@asdf
for a floating license, for example.
Also, I think this might have to be done every time you restart the computer or xorg (the GUI). You can put this in a bash script called startise, though, and put that script in /usr/local/bin so that whenever you want to start ise, it'll source your settings variables, load the license file and then run ise.
If you want an outline of startise, I might put one up later. If you ask nicely. :D
Re: Trying to run ISE Webpack (Linux)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-15-2010 04:24 AM
I've just reinstalled ISE 12.3 after moving from a Windows to a Linux machine and thought I'd only have to drop the license file in an appropriate place and tell ISE where to find it.. But the menu item 'Help > Manage License' doesn't do or launch anything, and upon checking the tips above, I found that there is no 'xlcm' command or file at all in the 'lin' directory. There is one 'xlicmgr', but that doesn't appear to be the thing talked about, is it? Is there a better way than having to manually add environment variables?
TIA
Re: Trying to run ISE Webpack (Linux)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-15-2010 04:39 AM
Good day :)
Re: Trying to run ISE Webpack (Linux)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-09-2011 06:54 AM
Under Ubuntu 10.4, I have created the following script file in my home directory to try to get this to work:
#startise - Starts the Xilinx ISE app
cd Xilinx/12.4/ISE_DS
source settings64.sh
. ./settings64.sh
ise &
I run the script file using '. ./startise', and ISE seems to start OK and run. I haven't written any code with the ISE yet, since I'm new to all of this.
Does this seem logical? What is everyone else out there doing?
Re: Trying to run ISE Webpack (Linux)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-02-2012 05:30 PM
Could you guys explain me how to install Webpack? I just installed Ubuntu, I only used Linux years ago for a research on singleboards. I have no idea how to install it. I mean, i don't even know where to start. There are multiple .xinstall folders... Could you help me get started? Thank you for the help in advance!











