public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* problems compiling Das u-Boot 1.1.4 for omap osk 5912
@ 2006-05-11 20:50 Luís Cargnini
       [not found] ` <200605112305.17157.sr@denx.de>
  0 siblings, 1 reply; 7+ messages in thread
From: Luís Cargnini @ 2006-05-11 20:50 UTC (permalink / raw)
  To: Linux-omap-open-source

-- 
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Mastering Degree student @ PUC-RS Electrical Engineer Faculty

Hi, i'm encountering the following problem to compile u-boot 1.1.4
UNDEF_SYM=`arm-linux-objdump -x lib_generic/libgeneric.a
board/omap5912osk/libomap5912osk.a cpu/arm926ejs/libarm926ejs.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 net/libnet.a
disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a
drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a
common/libcommon.a |sed  -n -e
's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`;\
        arm-linux-ld -Bstatic -T
/home/lvcargnini/puc/instramed/u-boot-1.1.4/board/omap5912osk/u-boot.lds
-Ttext 0x11080000  $UNDEF_SYM cpu/arm926ejs/start.o \
                --start-group lib_generic/libgeneric.a
board/omap5912osk/libomap5912osk.a cpu/arm926ejs/libarm926ejs.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 net/libnet.a disk/libdisk.a rtc/librtc.a
dtt/libdtt.a drivers/libdrivers.a drivers/sk98lin/libsk98lin.a
post/libpost.a post/cpu/libcpu.a common/libcommon.a --end-group -L
/opt/omap-linux/lib/gcc/arm-linux/4.0.3 -lgcc \
                -Map u-boot.map -o u-boot
arm-linux-ld: ERROR:
/opt/omap-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) uses
hardware FP, whereas u-boot uses software FP
arm-linux-ld: failed to merge target specific data of file
/opt/omap-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o)
arm-linux-ld: ERROR:
/opt/omap-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o) uses
hardware FP, whereas u-boot uses software FP
arm-linux-ld: failed to merge target specific data of file
/opt/omap-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o)
lib_arm/libarm.a(board.o): In function `start_armboot':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/lib_arm/board.c:236:
undefined reference to `flash_init'
common/libcommon.a(cmd_bootm.o): In function `do_imls':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_bootm.c:1160:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `abbrev_spec':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:106:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `addr_spec':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:195:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `flash_fill_sect_ranges':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:278:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `do_flinfo':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:292:
undefined reference to `flash_print_info'
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:304:
undefined reference to `flash_print_info'
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:306:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `flash_sect_erase':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:432:
undefined reference to `flash_erase'
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:442:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `do_flerase':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:385:
undefined reference to `flash_erase'
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:401:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `flash_sect_protect':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:671:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `do_protect':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:617:
undefined reference to `flash_info'
common/libcommon.a(flash.o): In function `addr2info':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/flash.c:122:
undefined reference to `flash_info'
common/libcommon.a(flash.o): In function `flash_write':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/flash.c:177:
undefined reference to `write_buff'
make: *** [u-boot] Error 1

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

end of thread, other threads:[~2006-05-12 18:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-11 20:50 problems compiling Das u-Boot 1.1.4 for omap osk 5912 Luís Cargnini
     [not found] ` <200605112305.17157.sr@denx.de>
2006-05-11 21:14   ` Luís Cargnini
2006-05-11 21:39     ` Luís Cargnini
2006-05-11 21:50       ` Luís Cargnini
2006-05-12  4:31         ` ml
     [not found]           ` <ae36f8040605120734r3b6b7a7fjfcbe8c4fbd54712d@mail.gmail.com>
2006-05-12 14:39             ` Luís Cargnini
2006-05-12 18:33               ` [FIXED with ELDK] " Luís Cargnini

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