Forum Discussion
Altera_Forum
Honored Contributor
15 years ago11.0 installation on Linux problems
Basically, I wanted to setup Dspbuilder 11.0 and MATLAB 11a on linux64-bit(debian5), so that I can use both standard block set and advanced block set. After installation, setting some envi...
Altera_Forum
Honored Contributor
14 years agoThe uname thing looks like it could be an issue. What distribution of Linux are you running?
If you have access you could try modifying /local/altera/11.0/quartus/dsp_builder/dsp_builder.sh At line 88, it says: if ; then
ADD_LIBRARIES=64
else
ADD_LIBRARIES=32
fi You could change -p to -m. (Assuming uname -m returns x86_64). If that doesn't work you could delete all the lines from the quoted section above except for the ADD_LIBRARIES=64.