From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Mon, 11 Oct 2010 11:13:23 +0200 Subject: [U-Boot] Followup: GCC-4.3.5 and U-Boot (arm, reloc) not working In-Reply-To: <4CB2C531.6010900@emk-elektronik.de> References: <4CB2C531.6010900@emk-elektronik.de> Message-ID: <4CB2D533.50103@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Reinhard Meyer schrieb: > Hello, > > I just have built gcc-4.3.5 for arm-eabi. When I compile u-boot with it, > it stops after the DRAM: 64 MiB. I _assume_ that relocation does not work. > > I do not have time right now to further investigate this issue, but if > someone else finds the same problem, this might be an issue worth > investigating. Followup: Kernel compiles and works with gcc 4.3.5 Linux version 2.6.36-rc7+ (reinhard at sieb) (gcc version 4.3.5 (Buildroot 2010.11-git) ) #1 Mon Oct 11 10:37:52 CEST 2010 That _could_ indicate that the ARM u-boot relocation method is toolchain sensitive. Reinhard