歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Quartus 10 for Linux 安裝

Quartus 10 for Linux 安裝

日期:2017/2/28 16:04:18   编辑:Linux教程

我的系統是Fedora 14

命令如下:

su root

password:

sh 10.0_quartus_linux.sh

對quartus*.sh進行安裝

cd 10.0_quartus_linux/

./setup

會出現

Creating directory bin Verifying archive integrity... All good. Uncompressing Altera Installer............................................................................................................................ Fontconfig error: "conf.d", line 1: no element found Fontconfig warning: line 73: unknown element "cachedir" Fontconfig warning: line 74: unknown element "cachedir" ./altera_installer_gui: symbol lookup error: /usr/lib/libXi.so: undefined symbol: XESetWireToEventCookie

的錯誤

下面是一個正確的方法

www.linuxidc.com@linuxidc:~/altera> su
Password:

linuxidc:/home/gaudette/altera # sh 10.0_quartus_linux.sh --noexec
Creating directory 10.0_quartus_linux
Verifying archive integrity... All good.
Uncompressing Quartus II software (includes IP Library).......................................... .................................................. .................................................. ....

linuxidc:/home/gaudette/altera # cd 10.0_quartus_linux/

linuxidc:/home/gaudette/altera/10.0_quartus_linux # mv ./altera_installer/bin/libX11.so.6 ..

linuxidc:/home/gaudette/altera/10.0_quartus_linux # ./setup --standalone --install quartus
Fontconfig error: "conf.d", line 1: no element found
Fontconfig warning: line 73: unknown element "cachedir"
Fontconfig warning: line 74: unknown element "cachedir"
Traceback (most recent call last):
File "linux32/build/pyi.linux2/altera_installer_cmd/outPYZ1.pyz/AlteraInstallerGuiWizard", line 974, in nextId
TypeError: string indices must be integers, not str
Traceback (most recent call last):
File "linux32/build/pyi.linux2/altera_installer_cmd/outPYZ1.pyz/AlteraInstallerGuiWizard", line 974, in nextId
TypeError: string indices must be integers, not str
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread

QPixmap: It is not safe to use pixmaps outside the GUI thread


這樣就會出現與window下一樣的安裝界面。

這樣就安裝好了。

但在運行bin文件裡的quartus時,出現以下的錯誤提示:

quartus: error while loading shared libraries: libsys_cpt.so: cannot enable executable stack as shared object requires: Permission denied

這時只要 $ cd /opt/altera/11.0/quartus/linux

2 $ execstack -c libstdc++-libc6.2-2.so.3 libicudata.so.34 libsys_cpt.so這樣一下,就可以安裝好了。
Copyright © Linux教程網 All Rights Reserved