From mboxrd@z Thu Jan 1 00:00:00 1970 From: anupbehare at gmail.com Date: Wed, 18 Nov 2009 13:22:34 +0000 Subject: [U-Boot] u-boot: Not enough room for program headers (allocated 3, need 4) Message-ID: <0016e6464106c259bb0478a52224@google.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, I am compiling latest u-boot code for ppc440x5. My board is having 16MB nor flash, have I modified following parameter. CONFIG_SYS_FLASH_BASE 0xfc000000 TEXT_BASE 0xfcfc0000 bootpg 0xfcfff000 With these changes I am getting following error. ../gcc-4.2.4-glibc-2.3.6/powerpc-440-linux-gnu/bin/powerpc-440-linux-gnu-ld: u-boot: Not enough room for program headers (allocated 3, need 4) ../gcc-4.2.4-glibc-2.3.6/powerpc-440-linux-gnu/bin/powerpc-440-linux-gnu-ld: final link failed: Bad value make: *** [u-boot] Error 1 Help me on this error. ~Anu