[Buildroot] EABI broken on arm926t?

Peter Korsgaard jacmet at uclibc.org
Mon Mar 30 08:42:31 UTC 2009


>>>>> "kelvincheung" == kelvincheung  <keguang.zhang at gmail.com> writes:

Hi,

 kelvincheung> I fond the sulotion:
 kelvincheung> http://lists.uclibc.org/pipermail/buildroot/2007-June/003189.html

 kelvincheung> To us EABI for ARM920T in the buildroot, two options are needed to the main
 kelvincheung> buildroot config:
 kelvincheung> BR2_EXTRA_BINUTILS_CONFIG_OPTIONS="--with-arch=armv4t"

Really? Binutils afaik doesn't support an --with-arch configure
option.

 kelvincheung> BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-arch=armv4t"
 kelvincheung> or
 kelvincheung> BR2_EXTRA_BINUTILS_CONFIG_OPTIONS="--with-cpu=arm920t"
 kelvincheung> BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-cpu=arm920t"

I've fixed the GCC_TARGET_ARCH table for ARM in r25889 - Could you
give it a try to verify?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list