Forum Discussion

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

Quartus II 13.1 in ubuntu 14.04 MegaWizard error!

ubuuntu 14.04 beta amd64

lenovo ideapad y400

quartus ii 13.1 build 162 10/23/2013 full version

two question:

1,a MegaWizard error occured when generating :qmegawiz command faild out......Fontconfig error.......

I can't upload picture,see the screenshot in the link :http://imagebin.org/299576

I run quartus by following script:

#!/bin/sh
export QUARTUS_ROOTDIR_OVERIDE=/opt/altera/13.1
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu/:/home/tracyone/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu
${QUARTUS_ROOTDIR_OVERIDE}/quartus/bin/quartus --64bit

quartus II can't run without lib for i386...so I add stram's lib..

--------------------------------------------------------

2,the windows size of megawizard is so big for my laptop that i have to rotae my screen to click the button of megawizard ==!

3,How to assocatie *.qpf file to quartus in ubuntu 14.04??

1 Reply

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

    solved the first question:

    echo "library for x86..."

    sudo apt-get install libxtst6:i386 libxi6:i386 -y

    export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib/x86_64-linux-gnu/:/usr/lib/i386-linux-gnu