
Hello all,
I posted this question on at91.com, but have received no response, so I though I'd try here. I'm attempting to build a modified version of U-boot v1.2.0 and am coming across a problem during the link stage. I used Buildroot to create my toolchain with GCC v4.1.2, uClibc v0.98.2, and Linux v2.6.20. I'm using a version of the U-Boot source patched specifically for the Atmel AT91 chips (can be downloaded at http://www.at91.com/Project/Controleurs/cVisualisation.php). When I make all, I get the following error:
arm-linux-ld: ERROR: /home/alex/dev/ARM/Linux/sw/bsp/rootfs/buildroot/build_arm/staging_dir/lib/gcc/arm-linux-uclibc/4.1.2/libgcc.a(_udivdi3.o) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /home/alex/dev/ARM/Linux/sw/bsp/rootfs/buildroot/build_arm/staging_dir/lib/gcc/arm-linux-uclibc/4.1.2/libgcc.a(_udivdi3.o) arm-linux-ld: ERROR: /home/alex/dev/ARM/Linux/sw/bsp/rootfs/buildroot/build_arm/staging_dir/lib/gcc/arm-linux-uclibc/4.1.2/libgcc.a(_clz.o) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /home/alex/dev/ARM/Linux/sw/bsp/rootfs/buildroot/build_arm/staging_dir/lib/gcc/arm-linux-uclibc/4.1.2/libgcc.a(_clz.o) make: *** [u-boot] Error 1
Does anyone have any idea what I can do to get everything to compile and link properly. I'd like to be able to use the same toolchain to build U-Boot as I use to build Linux, but if that's not possible, any solution at all would be greatly appreciated.
Sincerely, Alex Parkinson