Search Criteria
Package Details: xilinx-ise 14.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xilinx-ise.git (read-only, click to copy) |
---|---|
Package Base: | xilinx-ise |
Description: | Xilinx ISE Design Suite |
Upstream URL: | https://www.xilinx.com/products/design-tools/ise-design-suite.html |
Licenses: | custom |
Submitter: | cyrozap |
Maintainer: | cyrozap |
Last Packager: | cyrozap |
Votes: | 15 |
Popularity: | 0.192722 |
First Submitted: | 2016-03-13 04:16 (UTC) |
Last Updated: | 2022-06-04 00:18 (UTC) |
Dependencies (9)
- libstdc++5AUR (libstdc++5-binAUR)
- ncurses5-compat-libsAUR
- openmotif
- qt4AUR
- rpcbind
- xorg-fonts-100dpi
- xorg-fonts-75dpi
- digilent.adept.utilitiesAUR (optional) – Digilent programmer support
- fxloadAUR (optional) – Firmware loader for some programmer dongles
Latest Comments
1 2 3 4 5 6 Next › Last »
h_ro commented on 2025-10-12 13:15 (UTC) (edited on 2025-10-12 13:17 (UTC) by h_ro)
@cyrozap: Here is a revision 1 patch for fixing fpga_editor (LD_PRELOAD method):
h_ro commented on 2025-10-12 11:48 (UTC)
@cyrozap: Addressing the libXt issue for fpga_editor is a bit tricky due to XtAsprintf not being present in the older version of libXt bundled in ISE but required in newer versions (since v1.2.0) of libXmu[1] provided by the host. (In my previous post, I ended up having to use both by preloading the older versions first to be used and then the newer version to provide the missing symbol for libXmu...)
For this particular issue, we can either append lines to set LD_PRELOAD in settings.{csh,sh} or build a downgrade/patched version of libXmu for ISE (and prepending the missing /opt/Xilinx/14.7/ISE_DS/ISE/X11R6/lib/lin64 path to LD_LIBRARY_PATH in settings.{csh,sh}).
[1] missing symbol regression caused by libXmu starting to use XtAsprintf: https://gitlab.freedesktop.org/xorg/lib/libxmu/-/commit/117f425f68a087c833ee5ad17e3b17094360b184
h_ro commented on 2025-10-12 11:00 (UTC)
@cyrozap: Here is a patch to fix ISIM/fuse errors due to newer gcc:
cyrozap commented on 2025-10-12 00:44 (UTC)
Hey, all, I'm sorry to see there has been some trouble running ISE from this package. If anyone has any patches to fix these issues, I'll gladly apply them.
h_ro commented on 2025-10-11 17:49 (UTC) (edited on 2025-10-12 09:53 (UTC) by h_ro)
Happy to share a workaround for
fpga_editor
failing to open:Below, I document the errors I came across and the individual workaround attempts.
Issue 1: Missing XtAsprintf symbol and Xt-related errors
Firstly, fpga_editor simply fails due to a missing symbol which can be provided by the system's libXt library.
While the missing symbol can be addressed by preloading
/usr/lib64/libXt.so
, we will also need to preload libXm and libXt distributed with ISE to address additional Xt-related issues:Onto the next issue...
Issue 2: Invalid/missing 100dpi X11 font path
Despite xorg-fonts-100dpi and xorg-fonts-75dpi being installed,
xlsfonts
was unable to find any fonts provided by it due to missing font paths seen by X11. This results in fpga_editor throwing the following error:To address this temporarily, we can manually add a font path with the missing font set to address this issue and access the GUI!
Onto the last critical issue...
Issue 3: Slow GUI startup due to RPC connection failure
fpga_editor seems to attempt to establish an RPC connection but waits for the connection to timeout before opening the GUI. This connection issue can be addressed by starting an rpcbind server as root:
texsd commented on 2025-04-09 12:48 (UTC)
@h_ro It's a good solution! I thought /usr/bin/gcc is hardcoded in ise's binary before, so I create a hijack.so to replace gcc to gcc-4.4. Can we update this package by adding gcc13 into the dependencies, and create a softlink for it?
h_ro commented on 2025-04-08 18:44 (UTC)
@texsd Seems so. So far, one solution is to link an older version of gcc to /usr/bin/gcc4? See relevant comment: https://aur.archlinux.org/packages/xilinx-ise#comment-984075
texsd commented on 2025-04-08 14:26 (UTC)
It seems like that the latest gcc is not capatible with the simulation function. Error occurred: FATAL_ERROR:Simulator:Fuse.cpp:209:1.133 - Failed to compile one of the generated C files. The solution is to replace the gcc with gcc-4.4 and it'll works. I'm finding a way to make it use gcc-4.4 automatically.
h_ro commented on 2024-11-16 04:15 (UTC)
@Dioswilson Yes, you can find more information about the installation and post-installation steps and fixes on the wiki: https://wiki.archlinux.org/title/Xilinx_ISE_WebPACK
Dioswilson commented on 2024-11-15 21:33 (UTC)
Thanks @h_ro, i've managed to install it. Did I miss the instructions or there aren't any. On Vivado(And other unrelated packages) they put them on
PKGBUILD
but couldn't find them here1 2 3 4 5 6 Next › Last »