Altera_Forum
Honored Contributor
15 years agoQuartus 10.0sp1 Install Hangs on Fedora 12
We've been running Quartus 10.0 without issue on our Fedora 12 box. I went to upgrade to SP1 and based on the two install techniques I get errors.
In running 10.0sp1_quartus_linux_full.sh it errors out with the standard XESetWireToEventCookie. I then go into the 10.0sp1_quartus_linux/altera_installer/bin directory and move the libX11.so.6 file out. I then create a symbolic link to the same file on my system. ln -s /usr/lib/libX11.so.6 libX11.so.6 I'm then able to run the setup program. At this point I select to install Quartus and all devices. It starts the install and hangs at 1%. It appears that everything but the devices gets installed at this point as the quartus/common/devinfo doesn't contain any FPGA/CPLD files. If I go the text based install route by going into the 10.0sp1_quartus_linux/linux_installer/quartus folder and execute the "install" command it does complete the installation, but again, the devinfo directory doesn't actually contain any devices in it and loaded projects complain of the device not being installed. What am I missing? Is there a manual way to extract the devices files from the 10.0sp1_quartus_linux/devices folder?