From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Contini Date: Mon, 11 Oct 2004 18:01:58 +0200 Subject: [U-Boot-Users] DENK arm installation In-Reply-To: References: <20041011133432.5389.qmail@web20221.mail.yahoo.com> Message-ID: <416AAE76.7010105@akhela.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I've downloaded the latest u-boot-1.1.1 and I'm trying to compile, but I get this error at the end... any idea? Toolchain: cross-3.2 (from arm linux) regards arm-linux-gcc -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -mshort-load-bytes -msoft-float -D__KERNEL__ -DTEXT_BASE=0x33F80000 -I/root/audiotel/u-boot-1.1.1nand/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/local/arm/current/bin/../lib/gcc-lib/arm-linux/3.2/include -pipe -DCONFIG_ARM -D__ARM__ -mapcs-32 -march=armv4 -Wall -Wstrict-prototypes -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -mshort-load-bytes -msoft-float -D__KERNEL__ -DTEXT_BASE=0x33F80000 -I/root/audiotel/u-boot-1.1.1nand/include -fno-builtin -ffreestanding -nostdinc -isystem /usr/local/arm/current/bin/../lib/gcc-lib/arm-linux/3.2/include -pipe -DCONFIG_ARM -D__ARM__ -mapcs-32 -march=armv4 -I.. -Bstatic -T /root/audiotel/u-boot-1.1.1nand/board/smdk2410/u-boot.lds -Ttext 0x33F80000 hello_world.c -o hello_world /usr/local/arm/current/bin/../lib/gcc-lib/arm-linux/3.2/../../../../arm-linux/bin/ld: cannot find -lfloat collect2: ld returned 1 exit status make[1]: *** [hello_world] Error 1 make[1]: Leaving directory `/root/audiotel/u-boot-1.1.1nand/examples' make: *** [examples] Error 2 [root at tecne184 u-boot-1.1.1nand]# >