On 28/12/14 15:51, Jens Thiele wrote:> get an error at the moment (native compile on debian/jessie/armhf): > LD u-boot > ld.bfd: error: /usr/lib/gcc/arm-linux-gnueabihf/4.9/libgcc.a(bpabi.o) uses > VFP register arguments, u-boot does not > ...
On 28/12/14 16:15, Chen-Yu Tsai wrote: > It seems some recent changes in upstream broke building with hard float > toolchains. Best use soft float. I also encountered this error when trying to build mainline u-boot on Debian Jessie armhf. I got it to build by adding -mfloat-abi=hard to KBUILD_CFLAGS in the main Makefile, and the resulting u-boot seems to work fine, but I don't know if there are any downsides to this approach. Best wishes, B.R. Oake. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
