Hi, I have downladed uboot version u-boot-2010.06-rc3 and cross compiled for arm
then I am getting error like below... make[1]: Leaving directory `/home/rajeesh/Development/Uboot/u-boot-2010.06-rc3/arch/arm/cpu/arm920t' arm-linux-gcc -E -g -Os -fno-common -ffixed-r8 -msoft-float -malignment-traps -D__KERNEL__ -DTEXT_BASE=0x21f00000 -I/home/rajeesh/Development/Uboot/u-boot-2010.06-rc3/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mapcs-32 -mno-thumb-interwork -march=armv4 -include /home/rajeesh/Development/Uboot/u-boot-2010.06-rc3/include/u-boot/u-boot.lds.h -DLD_MAJOR=2 -DLD_MINOR=16 -ansi -D__ASSEMBLY__ -P - </home/rajeesh/Development/Uboot/u-boot-2010.06-rc3/arch/arm/cpu/arm920t/u-boot.lds >u-boot.lds UNDEF_SYM=`arm-linux-objdump -x board/atmel/at91rm9200dk/libat91rm9200dk.a lib/libgeneric.a lib/lzma/liblzma.a lib/lzo/liblzo.a arch/arm/cpu/arm920t/libarm920t.a arch/arm/cpu/arm920t/at91rm9200/libat91rm9200.a arch/arm/lib/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/pci/libpci.a drivers/pcmcia/libpcmcia.a drivers/power/libpower.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/usb/phy/libusb_phy.a drivers/video/libvideo.a drivers/watchdog/libwatchdog.a common/libcommon.a lib/libfdt/libfdt.a api/libapi.a post/libpost.a | sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u \1/p'|sort|uniq`; cd /home/rajeesh/Development/Uboot/u-boot-2010.06-rc3 && arm-linux-ld -Bstatic -T u-boot.lds -Ttext 0x21f00000 $UNDEF_SYM arch/arm/cpu/arm920t/start.o --start-group lib/libgeneric.a lib/lzma/liblzma.a lib/lzo/liblzo.a arch/arm/cpu/arm920t/libarm920t.a arch/arm/cpu/arm920t/at91rm9200/libat91rm9200.a arch/arm/lib/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/pci/libpci.a drivers/pcmcia/libpcmcia.a drivers/power/libpower.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/usb/phy/libusb_phy.a drivers/video/libvideo.a drivers/watchdog/libwatchdog.a common/libcommon.a lib/libfdt/libfdt.a api/libapi.a post/libpost.a board/atmel/at91rm9200dk/libat91rm9200dk.a --end-group -L /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6 -lgcc -Map u-boot.map -o u-boot arm-linux-ld: ERROR: /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_udivsi3.oS) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_udivsi3.oS) arm-linux-ld: ERROR: /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_divsi3.oS) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_divsi3.oS) arm-linux-ld: ERROR: /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_umodsi3.oS) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_umodsi3.oS) arm-linux-ld: ERROR: /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_modsi3.oS) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_modsi3.oS) arm-linux-ld: ERROR: /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_dvmd_lnx.oS) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_dvmd_lnx.oS) arm-linux-ld: ERROR: /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_lshrdi3.oS) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_lshrdi3.oS) arm-linux-ld: ERROR: /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_ashldi3.oS) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /usr/local/arm/4.1/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.6/libgcc.a(_ashldi3.oS) make: *** [u-boot] Error 1 [r...@ucontestpc u-boot-2010.06-rc3]# Thanks Rajeesh.R.Nair Dear "Rajeesh.R", In message <1277360497.2839.14.ca...@localhost.localdomain> you wrote: > > I am using at91rm9200 dk board . > I have downloaded Uboot version 1.3.4 . and configured for > at91rm9200dk board by using command > make at91rm9200dk_config > make U-Boot 1.3.4 is two years old, i. e. hoplessly obsolete. Please use current code instead (v2010.06-rc3). > then I tried to download it stops after some time with error > waiting for ACK,97,138,...Error! > whether Rom boot is required for at91rm9200dk board... You just need U-Boot, nothing else, but please use current code. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de grep me no patterns and I'll tell you no lines.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot