我的系统是Fedora 14命令如下: su rootpassword:
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 --noexecCreating 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 quartusFontconfig 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 |
这样一下,就可以安装好了。 Linux中各类程序的配置文件位置轻松安装Windows 7与Ubuntu 11.10双系统相关资讯 Quartus Linux 安装
- Ubuntu 10.04下搭建FPGA/CPLD开发 (04/20/2010 06:21:12)
- SUSE Linux中安装Quartus 7.2过程 (03/22/2008 07:24:50)
| - Lucene Demo安装,Linux (08/15/2008 05:53:50)
|
本文评论 查看全部评论 (0)