Forum Discussion

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

ModleSim Not Working With Linux Mint 14

Hello,

I've installed the 4.4GB file for the free web edition of Quartus II and ModelSim in Linux Mint Nadia 14, KDE edition. Quartus II works without a problem, but every time I try to use the RTL or Gate Level Simulation buttons, I get the following message:

--- Quote Start ---

Error: Error: Can't launch ModelSim-Altera Simulation software -- make sure the software is properly installed and the environment variable LM_LICENSE_FILE or MGLS_LICENSE_FILE points to the correct license file.

Error: Error: NativeLink simulation flow was NOT successful

--- Quote End ---

I've gone through the website to get the free license file (which I thought was not required) and I've set the LM_LICENSE_FILE environment variable to point to it.

Nothing seems to work. Any help would be greatly appreciated.

Thanks!

EDIT1: if I run vsim directly from the command line, I get the following error:

--- Quote Start ---

/altera/13.0/modelsim_ase/bin/../linux/vish: error while loading shared libraries: libXft.so.2: cannot open shared object file: No such file or directory

--- Quote End ---

EDIT2: I duel boot Linux Mint 14 and Ubuntu 13.04. I installed the package with Ubuntu and had no problems starting ModelSim. Strange.

2 Replies

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

    Install the ia32-libs package using

    sudo apt-get install ia32-libs

    I've stumbled upon this bug as well...

    As for your Ubuntu installation, I guess you already have the ia32-libs package installed or it's a 32-bit version, since ModelSim depends on these 32-bit libs...

    As for me, I've stumbled upon another problem: The fonts in ModelSim are too damn ugly, to the point of being hard to read. I would appreciate if someone could assist me with this issue.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Install the ia32-libs package using

    sudo apt-get install ia32-libs

    I've stumbled upon this bug as well...

    As for your Ubuntu installation, I guess you already have the ia32-libs package installed or it's a 32-bit version, since ModelSim depends on these 32-bit libs...

    As for me, I've stumbled upon another problem: The fonts in ModelSim are too damn ugly, to the point of being hard to read. I would appreciate if someone could assist me with this issue.

    --- Quote End ---

    Thank you so much man! You saved me lots of time!