Re: [U-Boot] Building Uboot for Nios2 - linker not found on Linux environment

2015-08-19 Thread Dave Williams
To solve the problem of not finding the linker - I had to set the CROSS_COMPILE environment variable using these bash commands. CROSS_COMPILE=nios2-elf- export CROSS_COMPILE Running make - the build completed with no errors. THIS WAS fully documented in the README file starting at line 4929.

Re: [U-Boot] Building Uboot for Nios2 - linker not found on Linux environment

2015-08-17 Thread Thomas Chou
Hi Dave, On 08/15/2015 10:45 AM, Dave Williams wrote: I am trying to build Uboot for Nios2. I do the following on Linux bash. git clone git://git.denx.de/u-boot-nios.git cd u-boot-nios/ make menuconfig Sorry that the u-boot-nios.git is used for upstreaming to u-boot.git only, and is not

[U-Boot] Building Uboot for Nios2 - linker not found on Linux environment

2015-08-17 Thread Dave Williams
I am trying to build Uboot for Nios2. I do the following on Linux bash. git clone git://git.denx.de/u-boot-nios.git cd u-boot-nios/ make menuconfig These proceeding steps complete with no visible errors or warnings. make all This step fails with the following error LD