* [U-Boot] ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
@ 2009-02-05 20:24 Pawel Pastuszak
2009-02-05 20:58 ` Matthias Fuchs
0 siblings, 1 reply; 2+ messages in thread
From: Pawel Pastuszak @ 2009-02-05 20:24 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
2009-02-05 20:24 [U-Boot] ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4) Pawel Pastuszak
@ 2009-02-05 20:58 ` Matthias Fuchs
0 siblings, 0 replies; 2+ messages in thread
From: Matthias Fuchs @ 2009-02-05 20:58 UTC (permalink / raw)
To: u-boot
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-05 20:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-05 20:24 [U-Boot] ppc_4xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4) Pawel Pastuszak
2009-02-05 20:58 ` Matthias Fuchs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox