Forum Discussion
Altera_Forum
Honored Contributor
16 years agoError Building Binary Toolchian
Hi,
I'm trying to build the binary toolchain. After building the binary toolchain I try to put the path to locate the tools, I follow the steps of NiosWiki and when I verify, it doesn't go. I'm using ubuntu 9.04 and I introduce the path in /.bashrc for example : PATH=$PATH:/home/Escritorio/Fpga/nios2-linux/toolchain-build/build/nios2/bin If someone can give an idea, sorry for my ignorance I'm a noob. Thanks a lot4 Replies
- Altera_Forum
Honored Contributor
Hi,
put --- Quote Start --- PATH=$PATH:/home/Escritorio/Fpga/nios2-linux/toolchain-build/build/nios2/bin --- Quote End --- in ~/.profile "~/" refers to your home directory. Same path for .bashrc - Altera_Forum
Honored Contributor
Thanks for the answer.
I have made what you say and it doesn't go yet. Aulthought I have continuo with the prebuilt binary toolchain, inserting the path the same as before and this time the terminal recogmize de command of nios' compiler. Thanks for your help - Altera_Forum
Honored Contributor
Maybe you miss the line:
export PATH - Altera_Forum
Honored Contributor
Thanks a lot for the help. Now it goes