Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
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.
21615 Discussions

Quartus II 13.1 in ubuntu 14.04 MegaWizard error!

Altera_Forum
Honored Contributor II
1,943 Views

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??
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
972 Views

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
0 Kudos
Reply