Forum Discussion
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.