* [U-Boot] kirkwood sheevaplug - broken build using git.denx.de/u-boot.git
@ 2009-07-23 8:42 Dieter Kiermaier
2009-07-23 8:55 ` Prafulla Wadaskar
0 siblings, 1 reply; 3+ messages in thread
From: Dieter Kiermaier @ 2009-07-23 8:42 UTC (permalink / raw)
To: u-boot
Hi all,
I've tried to build u-boot for sheevaplug from git.denx.de/u-boot.git
Is this expected to work or are there some missing dependencies or what am I doing wrong?
(The same happens on u-boot-arm custodian tree. Only Prafullas tree from git.marvell.com allows me to build u-boot for sheevaplug.)
The build gives me following error (without any prior warnings!):
make[1]: Verlasse Verzeichnis '/home/dieter/git/u-boot/u-boot.git/cpu/arm926ejs'
UNDEF_SYM=`arm-none-linux-gnueabi-objdump -x board/Marvell/sheevaplug/libsheevaplug.a lib_generic/libgeneric.a lib_generic/lzma/liblzma.a lib_generic/lzo/liblzo.a cpu/arm926ejs/libarm926ejs.a cpu/arm926ejs/kirkwood/libkirkwood.a lib_arm/libarm.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a fs/yaffs2/libyaffs2.a fs/ubifs/libubifs.a net/libnet.a disk/libdisk.a drivers/bios_emulator/libatibiosemu.a drivers/block/libblock.a drivers/dma/libdma.a drivers/fpga/libfpga.a drivers/gpio/libgpio.a drivers/hwmon/libhwmon.a drivers/i2c/libi2c.a drivers/input/libinput.a drivers/misc/libmisc.a drivers/mmc/libmmc.a drivers/mtd/libmtd.a drivers/mtd/nand/libnand.a drivers/mtd/onenand/libonenand.a drivers/mtd/ubi/libubi.a drivers/mtd/spi/libspi_flash.a drivers/net/libnet.a drivers/net/phy/libphy.a drivers/net/sk98lin/libsk98lin.a drivers/pci/libpci.a drivers/pcmcia/libpcmcia.a drivers/spi/libspi.a drivers/rtc/librtc.a drivers/serial/libserial.a drivers/twserial/libtws.a drivers/usb/gadget/libusb_gadget.a drivers/usb/host/libusb_host.a drivers/usb/musb/libusb_musb.a drivers/video/libvideo.a drivers/watchdog/libwatchdog.a common/libcommon.a libfdt/libfdt.a api/libapi.a post/libpost.a | sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`; cd /home/dieter/git/u-boot/u-boot.git && arm-none-linux-gnueabi-ld -Bstatic -T /home/dieter/git/u-boot/u-boot.git/cpu/arm926ejs/u-boot.lds -Ttext 0x00600000 $UNDEF_SYM cpu/arm926ejs/start.o --start-group lib_generic/libgeneric.a lib_generic/lzma/liblzma.a lib_generic/lzo/liblzo.a cpu/arm926ejs/libarm926ejs.a cpu/arm926ejs/kirkwood/libkirkwood.a lib_arm/libarm.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a fs/yaffs2/libyaffs2.a fs/ubifs/libubifs.a net/libnet.a disk/libdisk.a drivers/bios_emulator/libatibiosemu.a drivers/block/libblock.a drivers/dma/libdma.a drivers/fpga/libfpga.a drivers/gpio/libgpio.a drivers/hwmon/libhwmon.a drivers/i2c/libi2c.a drivers/input/libinput.a drivers/misc/libmisc.a drivers/mmc/libmmc.a drivers/mtd/libmtd.a drivers/mtd/nand/libnand.a drivers/mtd/onenand/libonenand.a drivers/mtd/ubi/libubi.a drivers/mtd/spi/libspi_flash.a drivers/net/libnet.a drivers/net/phy/libphy.a drivers/net/sk98lin/libsk98lin.a drivers/pci/libpci.a drivers/pcmcia/libpcmcia.a drivers/spi/libspi.a drivers/rtc/librtc.a drivers/serial/libserial.a drivers/twserial/libtws.a drivers/usb/gadget/libusb_gadget.a drivers/usb/host/libusb_host.a drivers/usb/musb/libusb_musb.a drivers/video/libvideo.a drivers/watchdog/libwatchdog.a common/libcommon.a libfdt/libfdt.a api/libapi.a post/libpost.a board/Marvell/sheevaplug/libsheevaplug.a --end-group -L /opt/Orion-SDK/armel-2.0/tools/gcc/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.0 -lgcc -Map u-boot.map -o u-boot
arm-none-linux-gnueabi-ld: ERROR: Source object /opt/Orion-SDK/armel-2.0/tools/gcc/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.0/libgcc.a(_lshrdi3.o) has EABI version 4, but target u-boot has EABI version 0
arm-none-linux-gnueabi-ld: failed to merge target specific data of file /opt/Orion-SDK/armel-2.0/tools/gcc/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.0/libgcc.a(_lshrdi3.o)
make: *** [u-boot] Fehler 1
Used gcc is:
arm-none-linux-gnueabi-gcc (GCC) 4.2.0 20070413 (prerelease)
Any hints are very welcome.
Many thanks,
Dieter
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] kirkwood sheevaplug - broken build using git.denx.de/u-boot.git
2009-07-23 8:42 [U-Boot] kirkwood sheevaplug - broken build using git.denx.de/u-boot.git Dieter Kiermaier
@ 2009-07-23 8:55 ` Prafulla Wadaskar
2009-07-23 8:59 ` Dieter Kiermaier
0 siblings, 1 reply; 3+ messages in thread
From: Prafulla Wadaskar @ 2009-07-23 8:55 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 Dieter Kiermaier
> Sent: Thursday, July 23, 2009 2:13 PM
> To: u-boot at lists.denx.de
> Subject: [U-Boot] kirkwood sheevaplug - broken build using
> git.denx.de/u-boot.git
>
> Hi all,
>
> I've tried to build u-boot for sheevaplug from git.denx.de/u-boot.git
> Is this expected to work or are there some missing
> dependencies or what am I doing wrong?
Dear Dieter
No it will not work at this moment.
> (The same happens on u-boot-arm custodian tree. Only
> Prafullas tree from git.marvell.com allows me to build u-boot
> for sheevaplug.)
I have added few patches and u-boot-kw.git at git.marvell.com is full functional for sheevaplug.
It is also in sync with latest u-boot.git/master
Regards..
Prafulla . .
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] kirkwood sheevaplug - broken build using git.denx.de/u-boot.git
2009-07-23 8:55 ` Prafulla Wadaskar
@ 2009-07-23 8:59 ` Dieter Kiermaier
0 siblings, 0 replies; 3+ messages in thread
From: Dieter Kiermaier @ 2009-07-23 8:59 UTC (permalink / raw)
To: u-boot
Hi Prafulla,
>
> > -----Original Message-----
> > From: u-boot-bounces at lists.denx.de
> > [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Dieter Kiermaier
> > Sent: Thursday, July 23, 2009 2:13 PM
> > To: u-boot at lists.denx.de
> > Subject: [U-Boot] kirkwood sheevaplug - broken build using
> > git.denx.de/u-boot.git
> >
> > Hi all,
> >
> > I've tried to build u-boot for sheevaplug from git.denx.de/u-boot.git
> > Is this expected to work or are there some missing
> > dependencies or what am I doing wrong?
> Dear Dieter
> No it will not work at this moment.
ok
>
> > (The same happens on u-boot-arm custodian tree. Only
> > Prafullas tree from git.marvell.com allows me to build u-boot
> > for sheevaplug.)
> I have added few patches and u-boot-kw.git at git.marvell.com is full functional for sheevaplug.
> It is also in sync with latest u-boot.git/master
>
Thanks, so I've overseen this. I thought I've looked at it before I start trying denx u-boot.git because I missed some patches.
Sorry for the noise,
Dieter
> Regards..
> Prafulla . .
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-07-23 8:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-23 8:42 [U-Boot] kirkwood sheevaplug - broken build using git.denx.de/u-boot.git Dieter Kiermaier
2009-07-23 8:55 ` Prafulla Wadaskar
2009-07-23 8:59 ` Dieter Kiermaier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox