public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] u-boot-2010.06-rc3 Error for ARM dk ..
@ 2010-06-25  9:16 Rajeesh.R
  2010-06-25 18:49 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Rajeesh.R @ 2010-06-25  9:16 UTC (permalink / raw)
  To: u-boot

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
[root at UcontestPC u-boot-2010.06-rc3]# 


Thanks 
Rajeesh.R.Nair 


Dear "Rajeesh.R",

In message <1277360497.2839.14.camel@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: wd at denx.de
grep me no patterns and I'll tell you no lines.

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

* [U-Boot] u-boot-2010.06-rc3 Error for ARM dk ..
  2010-06-25  9:16 [U-Boot] u-boot-2010.06-rc3 Error for ARM dk Rajeesh.R
@ 2010-06-25 18:49 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2010-06-25 18:49 UTC (permalink / raw)
  To: u-boot

Dear "Rajeesh.R",

please do not top post / full quote. Make sure to read
http://www.netmeister.org/news/learn2quote.html

In message <1277457385.2723.3.camel@localhost.localdomain> you wrote:
> 
> I have downladed uboot version u-boot-2010.06-rc3 and cross compiled
> for arm
> 
> then I am getting error like below...
...
> 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

Well, this is a tool chain problem. U-Boot requires a tol chain which
supports soft-float as we don;t use any FP instructions (especially
not on a CPU which does not have  FPU in the first place).

This is not a problem with U-Boot.

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: wd at denx.de
No journaling file system can recover your data if the disk dies.
                                 - Steve Rago in <D4Cw1p.L9E@plc.com>

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

end of thread, other threads:[~2010-06-25 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25  9:16 [U-Boot] u-boot-2010.06-rc3 Error for ARM dk Rajeesh.R
2010-06-25 18:49 ` Wolfgang Denk

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