Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Quartus 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?

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    After grepping the install directory for "QDA", the device file type, I found where they were listed in the altera_installer_linux.xml file. It pretty cleanly shows how to execute the quartus_sh command to extract them.

    After manually running the command 22 times, I had all of the device files installed.

    Below is an example. The command was issued from the quartus/bin directory.

    quartus_sh --qinstall -qda ~/10.0sp1_quartus_linux/devices/subscription/arriagx.qda

    quartus_sh --qinstall -qda ~/10.0sp1_quartus_linux/devices/subscription/arriaii.qda

    The installation appears to be working well now. Only a few hours lost to this.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    i just installed 10.0sp1_quartus_free_linux.sh on Fedora 12 without problems after deleting libX11.so.6 then running ./setup. i can try 10.0sp1_quartus_linux_full.sh

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The problem seems to be that Quartus bundles a private copy of libX11.so.6, but not of libXi.so.6, which means you end up with a bizarre hybrid of system libraries and private libraries, which really doesn't work well at all.