From mboxrd@z Thu Jan 1 00:00:00 1970 From: LanceZ Date: Wed, 3 Dec 2008 23:07:54 -0800 (PST) Subject: [U-Boot] u-boot.lds i686-pc-linux-gnu-ld section .start16 overlaps section .text Message-ID: <20828386.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi I add a ethernet driver to u-boot, when I compile the source tree, I got the following link error, can anyone please suggest me how to fix the error? i686-pc-linux-gnu-ld: section .start16 [05ffff00 -> 05ffffba] overlaps section .text [05fe0000 -> 06011b85] i686-pc-linux-gnu-ld: section .reset [05fffff0 -> 05ffffff] overlaps section .text [05fe0000 -> 06011b85] make: *** [u-boot] Error 1 I searched in Google, and someone suggest that I can modify u-boot.lds to fix the error, but I do not know how to do that. appreciate it if anyone can give me a hint or a solution. Thanks -- View this message in context: http://www.nabble.com/u-boot.lds---i686-pc-linux-gnu-ld-section-.start16-overlaps-section-.text-tp20828386p20828386.html Sent from the Uboot - Users mailing list archive at Nabble.com.