From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Mon, 03 Aug 2009 09:13:55 +0300 Subject: [U-Boot] Compilation error - MPC8536DS In-Reply-To: <20090802203741.9029C8037D7A@gemini.denx.de> References: <4A75ECE6.8090900@embedded-sol.com> <20090802203741.9029C8037D7A@gemini.denx.de> Message-ID: <4A768023.10701@embedded-sol.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, Wolfgang Wolfgang Denk wrote: > Dear Felix Radensky, > > In message <4A75ECE6.8090900@embedded-sol.com> you wrote: > >> I'm hitting the error below when compiling the latest git u-boot for >> MPC8536DS target. >> I'm using toolchain from Freescale BSP for this board. ld version is >> 2.18.50.20080215, >> gcc version is 4.3.2. Any ideas how to fix this ? >> > > Seems recent versions of GCC have changed their behaviour (once > again) when (not) using load/store multiple instructions, which > causes them to generate bigger (but allegedly more correct) code. > > The code builds fine with gcc-4.2.2. > Thanks, I'll switch to ELDK 4.2 then. Felix. > Best regards, > > Wolfgang Denk > >