All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] "Porting armboot epxa1db to u-boot question
@ 2003-04-29 13:31 Andrea Sorio
  2003-04-29 14:31 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Sorio @ 2003-04-29 13:31 UTC (permalink / raw)
  To: u-boot

Hi

    I'm trying to port the armboot epxa1db  version to U-Boot.

    I made all the change necessary (I guess :-)). I can compile it but 
i'm not able to link it. The linker reports these messages:

arm-linux-ld -Bstatic -T 
/home/sorio/Devel/UBoot/u-boot-0.3.0/board/epxa1db/u-boot.lds -Ttext 
0x00000  cpu/epxa/start.o 
/home/sorio/Devel/UBoot/u-boot-0.3.0/tools/quartus/libraries/software/boot/libboot_xa_ads.a\
        --start-group board/epxa1db/libepxa1db.a cpu/epxa/libepxa.a 
lib_arm/libarm.a fs/jffs2/libjffs2.a fs/fdos/libfdos.a net/libnet.a 
disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a 
post/libpost.a post/cpu/libcpu.a common/libcommon.a 
lib_generic/libgeneric.a --end-group \
        -Map u-boot.map -o u-boot
arm-linux-ld: Error: interrupts.o compiled for EABI version 0, whereas 
u-boot is compiled for version 1
File format not recognized: failed to merge target specific data of file 
cpu/epxa/libepxa.a(interrupts.o)
arm-linux-ld: Error: board.o compiled for EABI version 0, whereas u-boot 
is compiled for version 1
File format not recognized: failed to merge target specific data of file 
lib_arm/libarm.a(board.o)
arm-linux-ld: Error: net.o compiled for EABI version 0, whereas u-boot 
is compiled for version 1
File format not recognized: failed to merge target specific data of file 
net/libnet.a(net.o)
arm-linux-ld: Error: bootp.o compiled for EABI version 0, whereas u-boot 
is compiled for version 1
File format not recognized: failed to merge target specific data of file 
net/libnet.a(bootp.o)
arm-linux-ld: Error: rarp.o compiled for EABI version 0, whereas u-boot 
is compiled for version 1
File format not recognized: failed to merge target specific data of file 
net/libnet.a(rarp.o)
........

I'm not able to understand this error.
Could someone be so kind as to tell me a hint?

Thank you in advance

Andrea Sorio

-- 
Andrea Sorio
Hardware & Software Engineer
Free Consultant
http://www.cocay.it
email: a.sorio at cocay.it
Phone: 348 8703449

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

* [U-Boot-Users] "Porting armboot epxa1db to u-boot question
  2003-04-29 13:31 [U-Boot-Users] "Porting armboot epxa1db to u-boot question Andrea Sorio
@ 2003-04-29 14:31 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2003-04-29 14:31 UTC (permalink / raw)
  To: u-boot

Dear Andrea,

in message <3EAE7EC6.1000006@cocay.it> you wrote:
> 
>     I'm trying to port the armboot epxa1db  version to U-Boot.
> 
>     I made all the change necessary (I guess :-)). I can compile it but 
> i'm not able to link it. The linker reports these messages:

Can you compile and link the code for any other ARM board using  your
tool chain? Try running "./MAKEALL arm" ...

If this works, you have to look at your own code. If this  gives  the
same problems you can try using another set of tools (for example our
ELDK :-)

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
He who hesitates is not only lost, but miles from the next exit.

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

end of thread, other threads:[~2003-04-29 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-29 13:31 [U-Boot-Users] "Porting armboot epxa1db to u-boot question Andrea Sorio
2003-04-29 14:31 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.