Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problems with Xilinx ISE 13.2 installation on Ubuntu 11.04,

Status
Not open for further replies.

eStraci

Newbie level 1
Joined
Nov 26, 2011
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,292
Hi,
I am a newbie to Ubuntu. I have just installed Xilinx ISE 13.2, I see some problems: after I typed "source settings32.sh", at the shell appeared:
. /media/3A27-663E/ISE_DS/EDK/.settings32.sh /media/3A27-663E/ISE_DS/EDK
. /media/3A27-663E/ISE_DS/ISE/.settings32.sh /media/3A27-663E/ISE_DS/ISE
. /media/3A27-663E/ISE_DS/PlanAhead/.settings32.sh /media/3A27-663E/ISE_DS/PlanAhead
. /media/3A27-663E/ISE_DS/common/.settings32.sh /media/3A27-663E/ISE_DS/common
then I typed: ise -> bash: /media/3A27-663E/ISE_DS/ISE/bin/lin/ise: Permission denied (although I did: chmod 777 /media/3A27-663E/ISE_DS/ISE/bin/lin/ise). I don't know what to do.
Please give me some guides to solve it. Sorry a bout my English, I come from Vietnam. Thanks
 

For Bash-compatible shells, you're supposed to use ". settings32.sh" (a dot instead of "source") but anyway...

Check out this thread: Installation of ISE 13.2 on Ubuntu Linux (I have replied in there as well)

Also there's a number of other threads on Xilinx user forum in Installation and Licensing section - some may be about different ISE / Ubuntu versions or other Linux distro's, but still be helpful in fixing the problem.

Btw: location in /media suggests that it's an external (removable?) drive? If so, it's possible medium is mounted with "noexec" option meaning you can't run executables/scripts from that drive directly. In a terminal, do "mount" and check options for relevant drive to see if that's the case. If so, you can use /etc/fstab to mount device with appropriate options, or install ISE on main drive (usually under /opt, or in your home directory). And the filesystem type itself could be an issue - what filesystem is that disk (with ISE on it) using?

Oh and chmod 777 is generally a bad idea: that way any user on your system can read and write to that file, including perhaps some process that deals with remote systems. chmod 755 is more sane permissions for files that are only meant to be read & executed.

:!: For what it's worth: Ubuntu 11.04 isn't the best platform for development software like ISE suite. I've tried it myself for about a week, then wiped it because of many encountered bugs/issues (previous 10.x LTS releases were much more stable / polished). Debian (-stable, my preferred distro these days) / Fedora / CentOS / OpenSUSE might be better options to run ISE on.
 
Last edited:
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top