Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17267 Discussions

Can't launch ModelSim on Ubuntu. Can't find license file

Altera_Forum
Honored Contributor II
3,979 Views

Hi all, 

 

I have recently installed Quartus II 14.1 and ModelSim Starter Edition on an Ubuntu 16.04 distro. I have tried to launch ModelSim, but i get the following error: 

 

http://www.alteraforum.com/forum/attachment.php?attachmentid=12366&stc=1  

 

 

Apparently it is a license problem, but this ModelSim edition does not needs any license. However, I reinstalled the ModelSim and the error is not solved. I have been looking also for a license.dat file, but there is not such file. 

 

Thanks in advance.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
2,629 Views

 

--- Quote Start ---  

Hi all, 

 

I have recently installed Quartus II 14.1 and ModelSim Starter Edition on an Ubuntu 16.04 distro. I have tried to launch ModelSim, but i get the following error: 

 

http://www.alteraforum.com/forum/attachment.php?attachmentid=12366&stc=1  

 

 

Apparently it is a license problem, but this ModelSim edition does not needs any license. However, I reinstalled the ModelSim and the error is not solved. I have been looking also for a license.dat file, but there is not such file. 

 

Thanks in advance. 

--- Quote End ---  

 

 

I think modelsim_ase don't need license. I think the problem is the other place. 

I'm not sure but, please confirm to launch 'modelsim_ase/vco' command, and 

the output is the architecture folder name you required. Do you have that folder ? 

On my environment, I have to create 'linux_rh60' symbolic file linked to linux.
0 Kudos
Altera_Forum
Honored Contributor II
2,629 Views

I have encountered the same error launching from the command line gave me an error about libraries. I found a forum post on stackoverflow that helped: http://stackoverflow.com/questions/31908525/modelsim-altera-error 

Some libraries need installing: 

apt-get install libxft2 libxft2:i386 lib32ncurses5  

That fixed it for me
Reply