
Hi,
I'm trying to build a U-Boot version from Ronetix to run in AT91SAM9261 (Ronetix pm9261) with my own toolchain which includes linux headers 2.16.12, uClibc 0.9.28.3, binutils 2.16.1 and GCC 3.4.6. The problem is I get errors during building:
make[1]: Entering directory `/home/dfons/u-boot-1.1.5-ronetix/examples' cc1: error: invalid option `fpu=fpa' cc1: error: invalid option `abi=apcs-gnu' hello_world.c:0: error: bad value (arm926ej-s) for -mtune= switch
I've no idea what it could be :(
The Ronetix README says:
If you have pre-built GCC ARM toolchain you can skip steps 1 and 2.
1. Required packages for building the u-boot-1.1.5-ronetix binutils-2.17.50.0.6 gcc-4.1.1 newlib-1.14.0 insight-6.5
But i have my toolchain (no with this versions) so i skept steps 1 (and 2).
ideas? suggestions?
Regards, Diego A. Fons.