All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Trouble building u-boot 1.2 with NAND  support
Date: Tue, 29 May 2007 13:54:18 -0400	[thread overview]
Message-ID: <465C68CA.7070505@balister.org> (raw)

I've been trying to compile u-boot with support for NAND flash for the 
Lyrtech SFFSDR board (TI davinci based). I've acquired various davinci 
patches, but keep getting linking errors. Currently, I am working with 
patches from 
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/27603 applied to 
u-boot 1.2, but I ahve also seen this problem with patches based of TI's 
u-boot.

Does anyone have any suggestions? I am really new to u-boot ...

Philip

         cd /home/balister/src/sffsdr/koi8_u-boot && 
arm-angstrom-linux-gnueabi-ld -Bstatic -T 
/home/balister/src/sffsdr/koi8_u-boot/board/davinci/u-boot.lds -Ttext 
0x81080000  $UNDEF_SYM cpu/arm926ejs/start.o \
                 --start-group lib_generic/libgeneric.a 
board/davinci/libdavinci.a cpu/arm926ejs/libarm926ejs.a 
cpu/arm926ejs/tms320dm6446/libtms320dm6446.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/nand/libnand.a 
drivers/nand_legacy/libnand_legacy.a drivers/sk98lin/libsk98lin.a 
post/libpost.a post/cpu/libcpu.a common/libcommon.a --end-group -L 
/home/balister/oe_home/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2 
-lgcc \
                 -Map u-boot.map -o u-boot
/home/balister/oe_home/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_udivsi3.o): 
In function `__aeabi_uidiv':
/home/balister/oe_home/tmp/work/armv5te-angstrom-linux-gnueabi/gcc-cross-4.1.2-r4/gcc-4.1.2/gcc/config/arm/lib1funcs.asm:730: 
multiple definition of `__udivsi3'
lib_arm/libarm.a(_udivsi3.o):/home/balister/src/sffsdr/koi8_u-boot/lib_arm/_udivsi3.S:17: 
first defined here
arm-angstrom-linux-gnueabi-ld: Warning: size of symbol `__udivsi3' 
changed from 152 in lib_arm/libarm.a(_udivsi3.o) to 252 in 
/home/balister/oe_home/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_udivsi3.o)
arm-angstrom-linux-gnueabi-ld: ERROR: Source object 
/home/balister/oe_home/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_udivdi3.o) 
has EABI version 4, but target u-boot has EABI version 0
arm-angstrom-linux-gnueabi-ld: failed to merge target specific data of 
file 
/home/balister/oe_home/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_udivdi3.o)
arm-angstrom-linux-gnueabi-ld: ERROR: Source object 
/home/balister/oe_home/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_udivsi3.o) 
has EABI version 4, but target u-boot has EABI version 0
arm-angstrom-linux-gnueabi-ld: failed to merge target specific data of 
file 
/home/balister/oe_home/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_udivsi3.o)
arm-angstrom-linux-gnueabi-ld: ERROR: Source object 
/home/balister/oe_home/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_clz.o) 
has EABI version 4, but target u-boot has EABI version 0
arm-angstrom-linux-gnueabi-ld: failed to merge target specific data of 
file 
/home/balister/oe_home/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_clz.o)
/home/balister/oe_home/tmp/cross/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/libgcc.a(_udivdi3.o):(.ARM.exidx+0x0): 
undefined reference to `__aeabi_unwind_cpp_pr0'
make: *** [u-boot] Error 1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070529/608201c5/attachment.bin 

             reply	other threads:[~2007-05-29 17:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-29 17:54 Philip Balister [this message]
2007-05-30 15:56 ` [U-Boot-Users] Trouble building u-boot 1.2 with NAND support Philip Balister

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=465C68CA.7070505@balister.org \
    --to=philip@balister.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.