From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 03 Feb 2012 19:24:19 +0100 Subject: [U-Boot] ARM ld: .bss overlaps section .rel.dyn In-Reply-To: References: Message-ID: <4F2C2653.6030302@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Amit, Le 03/02/2012 07:57, Amit Virdi a ?crit : > Adding Albert now... ... but the wrong (old) address though :) > On 2/3/12, Amit Virdi wrote: >> Albert, >> >> Any suggestions? >> >> Thanks >> Amit Virdi >> >> On 2/1/12, Amit Virdi wrote: >>> Hi All, >>> >>> I'm in the process of updating platform support for spear series of >>> SoC on the latest u-boot. >>> I picked u-boot v2011.12. I tried compiling for different spear boards >>> (spear 300, 310, 300 and spear600). In every compilation, I'm getting >>> following errors: >>> >>> ----------------------- >>> arm-linux-ld: section .bss [007263cc -> 00728c5b] overlaps section >>> .rel.dyn [007263cc -> 0072a623] >>> arm-linux-ld: u-boot: section .bss lma 0x7263cc overlaps previous >>> sections >>> make: *** [u-boot] Error 1 >>> ----------------------- >>> >>> This is one case. In fact, .bss overlapping .rel.dyn is normal -- the linker file even explicitly states this with ".bss __rel_dyn_start (OVERLAY)". Which compiler do you use and which board exactly are you building? Amicalement, -- Albert.