Am 28.02.2017 um 18:08 schrieb Guillaume Gardet:
> depending on u-boot confguration and/or version, I sometime hit the
> following error:
>     arm-suse-linux-gnueabi-ld.bfd: cannot find -lgcc
>     examples/standalone/Makefile:67: recipe for target
> 'examples/standalone/hello_world' failed

Check for a PRIVATE_LIBGCC (?) Kconfig option. U-Boot has a local copy.

We'd need an cross-arm-none-gcc* (with newlib) for libgcc. I'd love to
have one, but unlike the existing newlib cross-compilers we'll need to
deal with multilib then (for VFP, THUMB vs. ARM, etc.). Volunteers?

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to