Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Error 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 lot

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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