Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

Prime Lite 17.1.0.590

Altera_Forum
Honored Contributor II
1,113 Views

Hello, I'm trying to install the latest Quartus Prime Lite, free edition 17.1.0.590, on Ubuntu (17.10). Launching "./setup.sh" works, but at the end of the Help installation, InstallBuilder hangs. If I re-run setup.sh and omit the Help install, then at the end of ModelSIM the same happens again. 

 

My hunch is that in both cases InstallBuilder might be running into this bug described as fixed in version "17.10.0 2017-10-30" of InstallBuilder, see: installbuilder not fully exiting at end of installation on some linux environments (https://installbuilder.bitrock.com/changelog.html) - it looks like everything (except help) DID get installed, however. 

 

At this point, I'm unable to get past the license step, the online connection fails - but that's a different issue, I suppose. (https://plus.google.com/114963027640828014276/posts/g6yens4qtry

 

-jcw
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
325 Views

Hi, 

 

Do you have admin or super user privilages in the Linux account, if you do not have then some installation scripts may hang or fail. I suggest you re-run the installation using the sudo command..  

 

sudo ./setup  

 

and check if it will go through this time. For the license setup, are you hosting the license in the same system or a different system? If its in the same system, then you need to point to the license.dat file via the LM_LICENSE_FILE environment variable.  

 

export LM_LICENSE_FILE=<path to license file>  

 

and then press enter. Now invoke Quartus and it should be able to work. If its on another system, you need to have a floating license and start the license on that system using the lmgrd -c <path to license file> and then on your system set the LM_LICENSE_FILE parameter to point to <port>@localhost.localdomain
0 Kudos
Reply