From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Tue, 02 Nov 2010 11:19:44 +0100 Subject: [U-Boot] [PATCH] armv7: fix linker file for newer ld support In-Reply-To: References: <1288668221-3255-1-git-send-email-holler@ahsoftware.de> Message-ID: <4CCFE5C0.8040805@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, Am 02.11.2010 05:05, schrieb Steve Sakoman: > I've been using gcc 4.3.3, so I haven't run into the issue that this > patch is attempting to fix. > > just to correct this, the problem is a change in binutils and not, as I wrongly assumed earlier, gcc. Using ld from binutils 2.20.1 leads to problems with the relocation without a patch. gcc is unrelated, at least here. I'm unable to get working u-boot for the Beagleboard using gcc 4.5.1 (and binutils 2.20.1), but using gcc 4.3.5 (and binutils 2.20.1) u-boot runs. There seems to be an error with using mmc, but I assume this is unrelated to relocation (as the problem with gcc 4.5.1). Regards, Alexander