[U-Boot] d.bfd: error: /.../libgcc.a(_udivdi3.o) uses VFP register arguments, u-boot does not

I just cloned the repo (top commit: 64d16706a052553c85d2f8f4c741879a4e3e6116) and run on a bananapi (armv7): # make Bananapi_defconfig # make
The second command fails with errors like: ld.bfd: error: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/4.9.2/libgcc.a(_udivdi3.o) uses VFP register arguments, u-boot does not
Any suggestion?
Thanks a lot Fabio
-- View this message in context: http://u-boot.10912.n7.nabble.com/d-bfd-error-libgcc-a-udivdi3-o-uses-VFP-re... Sent from the U-Boot mailing list archive at Nabble.com.

fabioca <fabio_cannizzo <at> yahoo.com> writes:
I just cloned the repo (top commit: 64d16706a052553c85d2f8f4c741879a4e3e6116) and run on a bananapi (armv7): # make Bananapi_defconfig # make
The second command fails with errors like: ld.bfd: error: /usr/lib/gcc/armv7l-unknown-linux-gnueabihf/4.9.2/libgcc.a(_udivdi3.o) uses VFP register arguments, u-boot does not
Any suggestion?
Thanks a lot Fabio
Hi Fabio!
Try this patch, and see if that solves the issue: http://lists.denx.de/pipermail/u-boot/2015-June/216480.html
Regards, B. Nortmann

Yes it solves the issue. Thanks for speedy reply!
-- View this message in context: http://u-boot.10912.n7.nabble.com/d-bfd-error-libgcc-a-udivdi3-o-uses-VFP-re... Sent from the U-Boot mailing list archive at Nabble.com.
participants (2)
-
Bernhard Nortmann
-
fabioca