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: | 14 |
Popularity: | 0.000000 |
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 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 hereh_ro commented on 2024-11-14 04:38 (UTC) (edited on 2024-11-14 04:38 (UTC) by h_ro)
@Dioswilson This AUR package does not download the installer from Xilinx. You will need to provide the installer manually and place it in the AUR package directory
~/.cache/yay/xilinx-ise/
. This AUR package targets ISE 14.7Full Installer for Linux (TAR/GZIP - 6.09 GB)
from https://www.xilinx.com/downloadNav/vivado-design-tools/archive-ise.html, but can target the largerFull DVD Single File Download Image (TAR/GZIP - 7.78 GB)
option if you have that available already.Dioswilson commented on 2024-11-14 00:28 (UTC)
@h_ro thanks for noticing that, I had a packet conflicting with mariadb-libs. I now get another error:
h_ro commented on 2024-11-13 22:55 (UTC)
@Dioswilson As your log snippet shows, qt4 failed to build due to missing/broken MySQL support. Can you confirm that mariadb-libs and the remaining qt4 dependencies are installed? In general,
makepkg -s
should be sufficient to pull dependencies.First, try to build and install qt4 separately:
Then, try to build and install xilinx-ise.
Dioswilson commented on 2024-11-09 22:31 (UTC) (edited on 2024-11-09 22:31 (UTC) by Dioswilson)
I get this error when installing:
h_ro commented on 2024-07-27 23:14 (UTC)
@frido ISIM/fuse will check presence of /usr/bin/gcc4 before /usr/bin/gcc, so try creating a symlink of /usr/bin/gcc-13 (or another version of GCC) to /usr/bin/gcc4.
Example:
sudo ln -s /usr/bin/gcc-13 /usr/bin/gcc4
.frido commented on 2024-06-08 13:53 (UTC) (edited on 2024-06-08 13:54 (UTC) by frido)
The C code that is generated when compiling for ISIM does not compile with gcc14 installed. Simply aliasing gcc-13 in the desktop file does not do the trick unfortunately. I do not know how to make the application use an older gcc version so I had to downgrade my whole OS :/
snowypal commented on 2023-10-30 19:53 (UTC) (edited on 2023-11-06 18:45 (UTC) by snowypal)
When running makepkg, I get the following message after "Starting package()":
'xterm-256color': unknown terminal type
The process is aborted after that. Any suggestions?
Edit: I resolved this by updating ncurses5-compat-libs.
visious commented on 2022-12-20 08:25 (UTC)
@cyrozap Thank you, your right. Merry christmas and a happy new year.
1 2 3 4 5 6 Next › Last »