Altera_Forum
Honored Contributor
18 years agoAbout BinaryToolchain
i followed the passage on niosWiki:
binarytoolchain (http://www.niosforum.com/pages/forum.php?cat_id=5) i run the command in terminal: ********************* su -# your root passwd tar jxf /home/hippo/download/nios2gcc.tar.bz2 -C / exit *********************** after that, i found the cross gcc tools in "/opt/nios2", then i opened the file".bash_profile" and added "PATH=$PATH:/opt/nios2/bin:$HOME/bin" into it. but when i run the command "nios2-linux-uclibc-gcc -v", the terminal showed followed error: "bash:nios2-linux-uclibc-gcc -v : can't find the command", i hope someone can help me! thanks