public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RESEND] ca9x4_ct_vxp build error
@ 2012-03-20 21:11 Marek Vasut
  2012-03-21 17:22 ` Matt Waddel
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2012-03-20 21:11 UTC (permalink / raw)
  To: u-boot

As my previous remark about this board not building was ignored, I'm resending 
it one more time. I'll do one more resend of this note and if noone fixes this 
I'll submit a removal patch.

$ CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm ./MAKEALL ca9x4_ct_vxp
Configuring for ca9x4_ct_vxp board...
common/libcommon.o: In function `cread_line':
/home/marex/U-Boot/u-boot-marex/common/main.c:695: undefined reference to 
`get_ticks'
/home/marex/U-Boot/u-boot-marex/common/main.c:695: undefined reference to 
`get_tbclk'
/home/marex/U-Boot/u-boot-marex/common/main.c:698: undefined reference to 
`get_ticks'
arm-linux-gnueabi-ld: BFD (GNU Binutils for Debian) 2.22 assertion fail 
../../bfd/elf32-arm.c:7498
arm-linux-gnueabi-ld: BFD (GNU Binutils for Debian) 2.22 assertion fail 
../../bfd/elf32-arm.c:7498
arm-linux-gnueabi-ld: BFD (GNU Binutils for Debian) 2.22 assertion fail 
../../bfd/elf32-arm.c:13830
/bin/sh: line 1: 11250 Segmentation fault      arm-linux-gnueabi-ld -pie -T u-
boot.lds -Bstatic -Ttext 0x60800000 $UNDEF_SYM arch/arm/cpu/armv7/start.o --
start-group api/libapi.o arch/arm/cpu/armv7/libarmv7.o arch/arm/lib/libarm.o 
common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o 
drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o 
drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o 
drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o 
drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o 
drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o 
drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o 
drivers/power/libpower.o drivers/rtc/librtc.o drivers/serial/libserial.o 
drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o 
drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o 
drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o 
drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o 
drivers/watchdog/libwatchdog.o fs/cramfs/libcramfs.o fs/ext2/libext2fs.o 
fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o 
fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o lib/libfdt/libfdt.o lib/libgeneric.o 
lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o 
board/armltd/vexpress/libvexpress.o --end-group /home/marex/U-Boot/u-boot-
marex/arch/arm/lib/eabi_compat.o -L /usr/lib/gcc/arm-linux-gnueabi/4.4.6 -lgcc -
Map u-boot.map -o u-boot
make: *** [u-boot] Error 139
arm-linux-gnueabi-size: ./u-boot: File format not recognized

--------------------- SUMMARY ----------------------------
Boards compiled: 1
Boards with warnings or errors: 1 ( ca9x4_ct_vxp )
----------------------------------------------------------

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

* [U-Boot] [RESEND] ca9x4_ct_vxp build error
  2012-03-20 21:11 [U-Boot] [RESEND] ca9x4_ct_vxp build error Marek Vasut
@ 2012-03-21 17:22 ` Matt Waddel
  2012-03-21 19:24   ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Waddel @ 2012-03-21 17:22 UTC (permalink / raw)
  To: u-boot

Hi Marek,

Your message wasn't ignored, you must have missed my response.

There have been 2 patches submitted to fix this problem. They are
virtually identical:

http://lists.denx.de/pipermail/u-boot/2012-March/119558.html
http://lists.denx.de/pipermail/u-boot/2012-February/118511.html

Either one will work, I Acked the 2nd one since it was submitted
first:

http://lists.denx.de/pipermail/u-boot/2012-March/119997.html

Best regards,
Matt

On 03/20/2012 03:11 PM, Marek Vasut wrote:
> As my previous remark about this board not building was ignored, I'm resending 
> it one more time. I'll do one more resend of this note and if noone fixes this 
> I'll submit a removal patch.
> 
> $ CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm ./MAKEALL ca9x4_ct_vxp
> Configuring for ca9x4_ct_vxp board...
> common/libcommon.o: In function `cread_line':
> /home/marex/U-Boot/u-boot-marex/common/main.c:695: undefined reference to 
> `get_ticks'
> /home/marex/U-Boot/u-boot-marex/common/main.c:695: undefined reference to 
> `get_tbclk'
> /home/marex/U-Boot/u-boot-marex/common/main.c:698: undefined reference to 
> `get_ticks'
> arm-linux-gnueabi-ld: BFD (GNU Binutils for Debian) 2.22 assertion fail 
> ../../bfd/elf32-arm.c:7498
> arm-linux-gnueabi-ld: BFD (GNU Binutils for Debian) 2.22 assertion fail 
> ../../bfd/elf32-arm.c:7498
> arm-linux-gnueabi-ld: BFD (GNU Binutils for Debian) 2.22 assertion fail 
> ../../bfd/elf32-arm.c:13830
> /bin/sh: line 1: 11250 Segmentation fault      arm-linux-gnueabi-ld -pie -T u-
> boot.lds -Bstatic -Ttext 0x60800000 $UNDEF_SYM arch/arm/cpu/armv7/start.o --
> start-group api/libapi.o arch/arm/cpu/armv7/libarmv7.o arch/arm/lib/libarm.o 
> common/libcommon.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o 
> drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o 
> drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o 
> drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o 
> drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o 
> drivers/mtd/spi/libspi_flash.o drivers/mtd/ubi/libubi.o drivers/net/libnet.o 
> drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o 
> drivers/power/libpower.o drivers/rtc/librtc.o drivers/serial/libserial.o 
> drivers/spi/libspi.o drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o 
> drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o 
> drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o 
> drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o 
> drivers/watchdog/libwatchdog.o fs/cramfs/libcramfs.o fs/ext2/libext2fs.o 
> fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o 
> fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o lib/libfdt/libfdt.o lib/libgeneric.o 
> lib/lzma/liblzma.o lib/lzo/liblzo.o lib/zlib/libz.o net/libnet.o post/libpost.o 
> board/armltd/vexpress/libvexpress.o --end-group /home/marex/U-Boot/u-boot-
> marex/arch/arm/lib/eabi_compat.o -L /usr/lib/gcc/arm-linux-gnueabi/4.4.6 -lgcc -
> Map u-boot.map -o u-boot
> make: *** [u-boot] Error 139
> arm-linux-gnueabi-size: ./u-boot: File format not recognized
> 
> --------------------- SUMMARY ----------------------------
> Boards compiled: 1
> Boards with warnings or errors: 1 ( ca9x4_ct_vxp )
> ----------------------------------------------------------


-- 
Linaro.org ? Open source software for ARM SoCs
Follow Linaro:
http://www.facebook.com/pages/Linaro/155974581091106
http://twitter.com/#!/linaroorg
http://www.linaro.org/linaro-blog/

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

* [U-Boot] [RESEND] ca9x4_ct_vxp build error
  2012-03-21 17:22 ` Matt Waddel
@ 2012-03-21 19:24   ` Marek Vasut
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2012-03-21 19:24 UTC (permalink / raw)
  To: u-boot

Dear Matt Waddel,

> Hi Marek,
> 
> Your message wasn't ignored, you must have missed my response.
> 
> There have been 2 patches submitted to fix this problem. They are
> virtually identical:
> 
> http://lists.denx.de/pipermail/u-boot/2012-March/119558.html
> http://lists.denx.de/pipermail/u-boot/2012-February/118511.html
> 
> Either one will work, I Acked the 2nd one since it was submitted
> first:
> 
> http://lists.denx.de/pipermail/u-boot/2012-March/119997.html

Accept my apology for missing your response!

CCing Albert, add my:

Acked-by: Marek Vasut <marek.vasut@gmail.com>

to the second patch please.

> 
> Best regards,
> Matt
> 
> On 03/20/2012 03:11 PM, Marek Vasut wrote:
> > As my previous remark about this board not building was ignored, I'm
> > resending it one more time. I'll do one more resend of this note and if
> > noone fixes this I'll submit a removal patch.
> > 
> > $ CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm ./MAKEALL ca9x4_ct_vxp
> > Configuring for ca9x4_ct_vxp board...
> > common/libcommon.o: In function `cread_line':
> > /home/marex/U-Boot/u-boot-marex/common/main.c:695: undefined reference to
> > `get_ticks'
> > /home/marex/U-Boot/u-boot-marex/common/main.c:695: undefined reference to
> > `get_tbclk'
> > /home/marex/U-Boot/u-boot-marex/common/main.c:698: undefined reference to
> > `get_ticks'
> > arm-linux-gnueabi-ld: BFD (GNU Binutils for Debian) 2.22 assertion fail
> > ../../bfd/elf32-arm.c:7498
> > arm-linux-gnueabi-ld: BFD (GNU Binutils for Debian) 2.22 assertion fail
> > ../../bfd/elf32-arm.c:7498
> > arm-linux-gnueabi-ld: BFD (GNU Binutils for Debian) 2.22 assertion fail
> > ../../bfd/elf32-arm.c:13830
> > /bin/sh: line 1: 11250 Segmentation fault      arm-linux-gnueabi-ld -pie
> > -T u- boot.lds -Bstatic -Ttext 0x60800000 $UNDEF_SYM
> > arch/arm/cpu/armv7/start.o -- start-group api/libapi.o
> > arch/arm/cpu/armv7/libarmv7.o arch/arm/lib/libarm.o common/libcommon.o
> > disk/libdisk.o drivers/bios_emulator/libatibiosemu.o
> > drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o
> > drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o
> > drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o
> > drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o
> > drivers/mtd/onenand/libonenand.o drivers/mtd/spi/libspi_flash.o
> > drivers/mtd/ubi/libubi.o drivers/net/libnet.o drivers/net/phy/libphy.o
> > drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/libpower.o
> > drivers/rtc/librtc.o drivers/serial/libserial.o drivers/spi/libspi.o
> > drivers/twserial/libtws.o drivers/usb/eth/libusb_eth.o
> > drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o
> > drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o
> > drivers/usb/ulpi/libusb_ulpi.o drivers/video/libvideo.o
> > drivers/watchdog/libwatchdog.o fs/cramfs/libcramfs.o fs/ext2/libext2fs.o
> > fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o
> > fs/reiserfs/libreiserfs.o fs/ubifs/libubifs.o fs/yaffs2/libyaffs2.o
> > lib/libfdt/libfdt.o lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o
> > lib/zlib/libz.o net/libnet.o post/libpost.o
> > board/armltd/vexpress/libvexpress.o --end-group
> > /home/marex/U-Boot/u-boot- marex/arch/arm/lib/eabi_compat.o -L
> > /usr/lib/gcc/arm-linux-gnueabi/4.4.6 -lgcc - Map u-boot.map -o u-boot
> > make: *** [u-boot] Error 139
> > arm-linux-gnueabi-size: ./u-boot: File format not recognized
> > 
> > --------------------- SUMMARY ----------------------------
> > Boards compiled: 1
> > Boards with warnings or errors: 1 ( ca9x4_ct_vxp )
> > ----------------------------------------------------------

Best regards,
Marek Vasut

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

end of thread, other threads:[~2012-03-21 19:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 21:11 [U-Boot] [RESEND] ca9x4_ct_vxp build error Marek Vasut
2012-03-21 17:22 ` Matt Waddel
2012-03-21 19:24   ` Marek Vasut

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