From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Tue, 23 May 2006 12:25:10 -0500 Subject: [U-Boot-Users] Section overlap In-Reply-To: References: Message-ID: <44734576.6090606@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de k bisla wrote: > Hi, > I'm using U-boot-1.0.0 on an ebony board (ppc), > and running into section overlap error at the time of linking. > here's what the output looks like ... > > section .u_boot_cmd [ffffef50 -> fffff567] overlaps section .bootpg > [fffff000 -> fffff29f] > > 1) how do i get around this ? Section overlap is due to a toolchain issue. One of the patches after 1.1.4 fixed this issue by updating all .lds files as a workaround. If you use the top of the tree with updated .lds, linker will no longer overlap sections incorrectly. Best regards, Tolunay