From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafal Jaworowski Date: Mon, 04 Aug 2008 12:36:24 +0200 Subject: [U-Boot-Users] 85xx: Not enough room for program headers In-Reply-To: <20080804102027.2B3AB24848@gemini.denx.de> References: <20080804102027.2B3AB24848@gemini.denx.de> Message-ID: <4896DBA8.6000806@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: >> With today's top of the tree U-Boot I'm getting this: >> >> ./MAKEALL MPC8555CDS >> Configuring for MPC8555CDS board... >> ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need= >> 4) >> ppc_85xx-ld: final link failed: Bad value >> make: *** [u-boot] B=B3=B1d 1 >> ppc_85xx-size: './u-boot': No such file > > Hm... using ELDK 4.2 I get this: > > -> ./MAKEALL MPC8555CDS > Configuring for MPC8555CDS board... > text data bss dec hex filename > 196852 15284 26492 238628 3a424 ./u-boot > >> Is this known, anyone working on fixing this perhaps? > > Which toolchain did you use? Mine was ELDK 4.1; it seems the two gcc/linker versions lay out the binary differently then.. kind regards, Rafal