From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Thu, 5 Feb 2009 21:58:40 +0100 Subject: [U-Boot] ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4) In-Reply-To: <8ff29df80902051224m199433f2qc6d158d59ed18cb1@mail.gmail.com> References: <8ff29df80902051224m199433f2qc6d158d59ed18cb1@mail.gmail.com> Message-ID: <200902052158.40468.matthias.fuchs@esd-electronics.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Increase your U-Boot image size by correcting TEXT_BASE (and CONFIG_SYS_MONITOR_BASE). Your additional printfs have blown your configured object size. Matthias > Hello, > > I am getting the following error if i add couple extra printf into u-boot. > > Any idea why? > > ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need > 4) > ppc_4xx-ld: final link failed: Bad value > make: *** [u-boot] Error 1 > > > Thanks, > Pawel >