[U-Boot] ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)

5 Feb
2009
5 Feb
'09
9:24 p.m.
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

5 Feb
5 Feb
9:58 p.m.
New subject: [U-Boot] ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
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
5935
Age (days ago)
5935
Last active (days ago)
1 comments
2 participants
participants (2)
-
Matthias Fuchs
-
Pawel Pastuszak