public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] EABI version error when building u-boot
@ 2009-07-07 10:14 Ulrich Gerster
  2009-07-07 10:36 ` Prafulla Wadaskar
  0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Gerster @ 2009-07-07 10:14 UTC (permalink / raw)
  To: u-boot

Hello,

I'm trying to build my u-boot but in the building proccess  I get an error which I cannot solve myself.
The error prompt I get is:

drivers/video/libvideo.a drivers/watchdog/libwatchdog.a common/libcommon.a libfdt/libfdt.a api/libapi.a post/libpost.a board/freescale/mx31guf/libmx31guf.a  --end-group -L /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1 -lgcc -Map u-boot.map -o u-boot
arm-none-linux-gnueabi-ld: ERROR: Source object /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/libgcc.a(_lshrdi3.o) has EABI version 5, but target u-boot has EABI version 0
arm-none-linux-gnueabi-ld: failed to merge target specific data of file /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.1/libgcc.a(_lshrdi3.o)
make: *** [/tmp/mybuild/u-boot] Fehler 1

I don't get this when I'm building other boards like the PDK Board. So I think it's a problem in my code.
Does anybody of you have an idea?

Thanks a lot in advance.

Best Regards
Ulrich Gerster

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

* [U-Boot] EABI version error when building u-boot
  2009-07-07 10:14 [U-Boot] EABI version error when building u-boot Ulrich Gerster
@ 2009-07-07 10:36 ` Prafulla Wadaskar
  2009-07-07 13:27   ` Dirk Behme
  0 siblings, 1 reply; 3+ messages in thread
From: Prafulla Wadaskar @ 2009-07-07 10:36 UTC (permalink / raw)
  To: u-boot


> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Ulrich Gerster
> Sent: Tuesday, July 07, 2009 3:45 PM
> To: u-boot at lists.denx.de
> Subject: [U-Boot] EABI version error when building u-boot
> 
> Hello,
> 
> I'm trying to build my u-boot but in the building proccess  I 
> get an error which I cannot solve myself.
> The error prompt I get is:
> 
> drivers/video/libvideo.a drivers/watchdog/libwatchdog.a 
> common/libcommon.a libfdt/libfdt.a api/libapi.a 
> post/libpost.a board/freescale/mx31guf/libmx31guf.a  
> --end-group -L 
> /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnue
> abi/4.2.1 -lgcc -Map u-boot.map -o u-boot
> arm-none-linux-gnueabi-ld: ERROR: Source object 
> /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnue
abi/4.2.1/libgcc.a(_lshrdi3.o) has EABI version 5, but target u-boot has EABI version 0
> arm-none-linux-gnueabi-ld: failed to merge target specific 
> data of file 
> /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnue
abi/4.2.1/libgcc.a(_lshrdi3.o)
> make: *** [/tmp/mybuild/u-boot] Fehler 1
> 
> I don't get this when I'm building other boards like the PDK 
> Board. So I think it's a problem in my code.
> Does anybody of you have an idea?
Hi Ulrich

I faced similar problem
Following reference may help you

http://lists.denx.de/pipermail/u-boot/2009-June/055064.html

Regards..
Prafulla . .
 

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

* [U-Boot] EABI version error when building u-boot
  2009-07-07 10:36 ` Prafulla Wadaskar
@ 2009-07-07 13:27   ` Dirk Behme
  0 siblings, 0 replies; 3+ messages in thread
From: Dirk Behme @ 2009-07-07 13:27 UTC (permalink / raw)
  To: u-boot

Prafulla Wadaskar wrote:
>> -----Original Message-----
>> From: u-boot-bounces at lists.denx.de 
>> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Ulrich Gerster
>> Sent: Tuesday, July 07, 2009 3:45 PM
>> To: u-boot at lists.denx.de
>> Subject: [U-Boot] EABI version error when building u-boot
>>
>> Hello,
>>
>> I'm trying to build my u-boot but in the building proccess  I 
>> get an error which I cannot solve myself.
>> The error prompt I get is:
>>
>> drivers/video/libvideo.a drivers/watchdog/libwatchdog.a 
>> common/libcommon.a libfdt/libfdt.a api/libapi.a 
>> post/libpost.a board/freescale/mx31guf/libmx31guf.a  
>> --end-group -L 
>> /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnue
>> abi/4.2.1 -lgcc -Map u-boot.map -o u-boot
>> arm-none-linux-gnueabi-ld: ERROR: Source object 
>> /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnue
> abi/4.2.1/libgcc.a(_lshrdi3.o) has EABI version 5, but target u-boot has EABI version 0
>> arm-none-linux-gnueabi-ld: failed to merge target specific 
>> data of file 
>> /home/sick/cross/arm-2007q3/bin/../lib/gcc/arm-none-linux-gnue
> abi/4.2.1/libgcc.a(_lshrdi3.o)
>> make: *** [/tmp/mybuild/u-boot] Fehler 1
>>
>> I don't get this when I'm building other boards like the PDK 
>> Board. So I think it's a problem in my code.
>> Does anybody of you have an idea?
> Hi Ulrich
> 
> I faced similar problem
> Following reference may help you
> 
> http://lists.denx.de/pipermail/u-boot/2009-June/055064.html

An additional reason to try to fix this tool chain dependency issue in 
mainline as soon as possible.

Jean-Christophe: Do you mind sending an updated patch fixing the issue 
mentioned in

http://lists.denx.de/pipermail/u-boot/2009-July/055469.html

?

Best regards

Dirk

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

end of thread, other threads:[~2009-07-07 13:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07 10:14 [U-Boot] EABI version error when building u-boot Ulrich Gerster
2009-07-07 10:36 ` Prafulla Wadaskar
2009-07-07 13:27   ` Dirk Behme

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