Forum Discussion

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

Updating the nios2-linux-20090825 package

I am running the update script found in the nios2-linux directory and, among other things, it appears to be updating the tools in toolchain-mmu/x86-linux2/bin but renaming them in the process. Should I use this script to update this distro or should I just use git for updates?

Thanks ahead!

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    use the script, it just calls git. the toolchain naming update is expected.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I thought everything was working properly with the update script but now, my CROSS_COMPILE is still pointing to nios2-wrs-linux-gnu. Where can I change this?

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Please try pull in the uClinux-dist directly.

    cd uClinux-dist

    git pull origin trunk

    Then check if you have the correct vendors/config/nios2/config.arch line 18.

    - Hippo