public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] CONFIG_API, EABI and raise()
@ 2009-07-14 13:47 Piotr Zięcik
  2009-07-15 14:58 ` Mike Frysinger
  0 siblings, 1 reply; 12+ messages in thread
From: Piotr Zięcik @ 2009-07-14 13:47 UTC (permalink / raw)
  To: u-boot

Hi.

While working on U-Boot for our board we have found problem related to 
CONFIG_API option. In general, enabling it causes build failure. Our tests 
showed that problem exists also on other ARM U-Boot targets (for example 
davinci_dvevm).

Do you think that this problem may be caused by your libgcc-related cleanups ?
If so, do you have any idea how to fix it ?

Failing Build log:
arm-ld crt0.o -Ttext 0x1000000 \
                        -o demo demo.o libglue.a \
                        -L/home/services/eldk/4.2/arm/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2 -lgcc
arm-ld: ERROR: Source 
object /home/services/eldk/4.2/arm/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/libgcc.a(_udivsi3.o) 
has EABI version 4, but target demo has EABI version 0
arm-ld: failed to merge target specific data of 
file /home/services/eldk/4.2/arm/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/libgcc.a(_udivsi3.o)
arm-ld: ERROR: Source 
object /home/services/eldk/4.2/arm/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/libgcc.a(_umodsi3.o) 
has EABI version 4, but target demo has EABI version 0
arm-ld: failed to merge target specific data of 
file /home/services/eldk/4.2/arm/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/libgcc.a(_umodsi3.o)
arm-ld: ERROR: Source 
object /home/services/eldk/4.2/arm/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/libgcc.a(_dvmd_lnx.o) 
has EABI version 4, but target demo has EABI version 0
arm-ld: failed to merge target specific data of 
file /home/services/eldk/4.2/arm/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/libgcc.a(_dvmd_lnx.o)
/home/services/eldk/4.2/arm/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/libgcc.a(_dvmd_lnx.o): 
In function `__div0':
/opt/eldk/build/arm-2008-11-24/work/usr/src/denx/BUILD/crosstool-0.43/build/gcc-4.2.2-glibc-20070515T2025-eldk/arm-linux-gnueabi/gcc-4.2.2/gcc/config/arm/lib1funcs.asm:1000: 
undefined reference to `raise'

-- 
Best Regards,
Piotr Zi?cik

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-07-17 14:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-14 13:47 [U-Boot] CONFIG_API, EABI and raise() Piotr Zięcik
2009-07-15 14:58 ` Mike Frysinger
2009-07-15 15:10   ` Stefan Roese
2009-07-15 15:12     ` Wolfgang Denk
2009-07-15 15:18       ` Stefan Roese
2009-07-15 15:15   ` Rafal Jaworowski
2009-07-15 16:09     ` Mike Frysinger
2009-07-16  8:37       ` Rafal Jaworowski
2009-07-16  8:46         ` Stefan Roese
2009-07-16  9:29           ` Rafal Jaworowski
2009-07-16 11:56           ` Wolfgang Denk
2009-07-17 14:18       ` Piotr Zięcik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox