All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] ARM ld: section .bss overlaps section .rel.dyn
Date: Sun, 30 Oct 2011 10:47:58 +0100	[thread overview]
Message-ID: <4EAD1D4E.8020902@googlemail.com> (raw)


Doing a ./MAKEALL ARMV7 (gcc [1]) with the recent git head I get a lot of

arm-none-linux-gnueabi-ld: section .bss [...] overlaps section 
.rel.dyn [...]
arm-none-linux-gnueabi-ld: section .dynsym [...] overlaps section .bss 
[...]
...
make: *** [u-boot] Error 1

for various boards [2]. I wasn't able to track this down to specific 
commit, yet.

Anybody with an idea?

Best regards

Dirk

[1] gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203)

[2]
 > ./MAKEALL ARMV7

Configuring for highbank board... 

arm-none-linux-gnueabi-ld: section .bss [00024f90 -> 000279a7] 
overlaps section .rel.dyn [00024f90 -> 00028b2f]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x24f90 overlaps 
previous sections
make: *** [u-boot] Error 1 


Configuring for efikamx - Board: efikamx, Options: 
MACH_TYPE=MACH_TYPE_MX51_EFIKAMX,IMX_CONFIG=board/efikamx/imximage_mx.cfg
arm-none-linux-gnueabi-ld: section .bss [9782ab3c -> 9785d21b] 
overlaps section .rel.dyn [9782ab3c -> 9782ef4b]
arm-none-linux-gnueabi-ld: section .dynsym [9782ef4c -> 9782f00b] 
overlaps section .bss [9782ab3c -> 9785d21b]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x9782ab3c 
overlaps previous sections
make: *** [u-boot] Error 1 


Configuring for efikasb - Board: efikamx, Options: 
MACH_TYPE=MACH_TYPE_MX51_EFIKASB,IMX_CONFIG=board/efikamx/imximage_sb.cfg
arm-none-linux-gnueabi-ld: section .bss [9782aac4 -> 9785d1a3] 
overlaps section .rel.dyn [9782aac4 -> 9782eee3]
arm-none-linux-gnueabi-ld: section .dynsym [9782eee4 -> 9782efa3] 
overlaps section .bss [9782aac4 -> 9785d1a3]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x9782aac4 
overlaps previous sections
make: *** [u-boot] Error 1 


Configuring for omap3_pandora board... 

arm-none-linux-gnueabi-ld: section .bss [8005d1b0 -> 8008fdab] 
overlaps section .rel.dyn [8005d1b0 -> 80063e67]
arm-none-linux-gnueabi-ld: section .dynsym [80063e68 -> 80063f27] 
overlaps section .bss [8005d1b0 -> 8008fdab]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x8005d1b0 
overlaps previous sections
make: *** [u-boot] Error 1 


Configuring for igep0030 board... 

arm-none-linux-gnueabi-ld: section .bss [8003c450 -> 8006e0ff] 
overlaps section .rel.dyn [8003c450 -> 8004187f]
arm-none-linux-gnueabi-ld: section .dynsym [80041880 -> 8004193f] 
overlaps section .bss [8003c450 -> 8006e0ff]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x8003c450 
overlaps previous sections
 

Configuring for am3517_crane board... 

arm-none-linux-gnueabi-ld: section .bss [8003cdac -> 80079267] 
overlaps section .rel.dyn [8003cdac -> 80041df3]
arm-none-linux-gnueabi-ld: section .dynsym [80041df4 -> 80041eb3] 
overlaps section .bss [8003cdac -> 80079267]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x8003cdac 
overlaps previous sections

Configuring for am3517_evm board... 

arm-none-linux-gnueabi-ld: section .bss [8003ce30 -> 800792ef] 
overlaps section .rel.dyn [8003ce30 -> 80041e77]
arm-none-linux-gnueabi-ld: section .dynsym [80041e78 -> 80041f37] 
overlaps section .bss [8003ce30 -> 800792ef]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x8003ce30 
overlaps previous sections
make: *** [u-boot] Error 1 


Configuring for omap3_zoom1 board... 

arm-none-linux-gnueabi-ld: section .bss [80040c54 -> 8007295b] 
overlaps section .rel.dyn [80040c54 -> 800463fb]
arm-none-linux-gnueabi-ld: section .dynsym [800463fc -> 800464bb] 
overlaps section .bss [80040c54 -> 8007295b]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x80040c54 
overlaps previous sections
make: *** [u-boot] Error 1 


Configuring for omap4_panda board... 

arm-none-linux-gnueabi-ld: section .bss [8012ab6c -> 8015c6b7] 
overlaps section .rel.dyn [8012ab6c -> 8012f44b]
arm-none-linux-gnueabi-ld: section .dynsym [8012f44c -> 8012f50b] 
overlaps section .bss [8012ab6c -> 8015c6b7]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x8012ab6c 
overlaps previous sections
make: *** [u-boot] Error 1

Configuring for omap4_sdp4430 board... 

arm-none-linux-gnueabi-ld: section .bss [8012ae74 -> 8015c9bf] 
overlaps section .rel.dyn [8012ae74 -> 8012f7db]
arm-none-linux-gnueabi-ld: section .dynsym [8012f7dc -> 8012f89b] 
overlaps section .bss [8012ae74 -> 8015c9bf]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x8012ae74 
overlaps previous sections
make: *** [u-boot] Error 1 


Configuring for harmony board... 

arm-none-linux-gnueabi-ld: section .bss [00e2e3ac -> 00e63347] 
overlaps section .rel.dyn [00e2e3ac -> 00e321eb]
arm-none-linux-gnueabi-ld: section .dynsym [00e321ec -> 00e322ab] 
overlaps section .bss [00e2e3ac -> 00e63347]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0xe2e3ac overlaps 
previous sections
make: *** [u-boot] Error 1

Configuring for seaboard board...
arm-none-linux-gnueabi-ld: section .bss [00e2e430 -> 00e633cf] 
overlaps section .rel.dyn [00e2e430 -> 00e3226f]
arm-none-linux-gnueabi-ld: section .dynsym [00e32270 -> 00e3232f] 
overlaps section .bss [00e2e430 -> 00e633cf]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0xe2e430 overlaps 
previous sections
make: *** [u-boot] Error 1

             reply	other threads:[~2011-10-30  9:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-30  9:47 Dirk Behme [this message]
2011-10-30 10:24 ` [U-Boot] ARM ld: section .bss overlaps section .rel.dyn Albert ARIBAUD
2011-10-30 10:57   ` Albert ARIBAUD
2011-10-30 11:33     ` Dirk Behme
2011-10-30 12:46       ` Albert ARIBAUD
2011-10-30 16:05         ` Albert ARIBAUD

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=4EAD1D4E.8020902@googlemail.com \
    --to=dirk.behme@googlemail.com \
    --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.