Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI'm running the 8.0 version of the tools, on Xubuntu Hardy Heron (8.04). Other than the whole dash versus bash thing, and other assorted scripting issues during installation, everything went smoothly.
Here's my (slightly edited) environment setup script:VERSION=8.0b215
LM_LICENSE_FILE=${HOME}/license.dat:${HOME}/license_ae.dat
QUARTUS_ROOTDIR=/opt/altera/${VERSION}/quartus
SOPC_KIT_NIOS2=/opt/altera/${VERSION}/nios2eds
SOPC_BUILDER_PATH=${SOPC_KIT_NIOS2}+
PERL5LIB=/bin:${QUARTUS_ROOTDIR}/sopc_builder/bin/perl_lib:${QUARTUS_ROOTDIR}/sopc_builder/bin/europa:${QUARTUS_ROOTDIR}/sopc_builder/bin:
PATH=${SOPC_KIT_NIOS2}/bin:${SOPC_KIT_NIOS2}/bin/nios2-gnutools/H-i686-pc-linux-gnu/bin:${SOPC_KIT_NIOS2}/sdk2/bin:${SOPC_KIT_NIOS2}/bin/fs2/bin:${QUARTUS_ROOTDIR}/bin:${QUARTUS_ROOTDIR}/linux/perl/bin:${QUARTUS_ROOTDIR}/linux/gnu:$QUARTUS_ROOTDIR/sopc_builder/bin:/opt/altera/${VERSION}/modelsim_ae6.1g/linuxaloem:${PATH}
sopc_builder=/opt/altera/${VERSION}/quartus/sopc_builder
export QUARTUS_ROOTDIR SOPC_KIT_NIOS2 SOPC_BUILDER_PATH PERL5LIB PATH sopc_builder I'm not sure what (exactly) it is you're doing with your script, or how you arrived at it, but the above is based on something I've been using since 6.1, with only minor version-related changes along the way. With respect to your error messages, I've not seen them before, but you are doing things a bit differently than I've ever seen them done before. Though I've not analyzed it thoroughly, my first guess would be that something in your environment's amiss. If I were you, I'd start with the setup that I use (or similar) and see if it helps. Cheers, - uraslacker