Forum Discussion
Altera_Forum
Honored Contributor
10 years agoBuilding das Uboot for Nios2 - linker not found on Linux environment
I am trying to build Uboot for Nios2. I notice Uboot has made many changes in their build configuration. Much of the old information for Uboot/Nios2 idid not work for me after I cloned the Uboo...
Altera_Forum
Honored Contributor
10 years agoTo solve the problem of not finding the linker - I needed to set the CROSS_COMPILE environment variable
using these bash commands. > CROSS_COMPILE=nios2-elf- > export CROSS_COMPILE Then run make and the build completed with no errors. Now, I need to try to load and test on my nios2 hardware. THIS WAS documented in the README file starting at line 4929. So I deserve a "RTFM idiot". BTW, the README file has 6515 lines. Dave