public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Problem building u-boot
@ 2008-05-06 15:25 Nick
  2008-05-06 15:55 ` Jerry Van Baren
  0 siblings, 1 reply; 2+ messages in thread
From: Nick @ 2008-05-06 15:25 UTC (permalink / raw)
  To: u-boot

Hi everyone,

I am having problems build the last couple of u-boot releases.  All the 
files compile correctly, but when it tries to link, I get the following 
error.

ppc_6xx-objcopy --gap-fill-0xff -O binary u-boot u-boot.bin
ppc_6xx-objcopy: u-boot.bin: No Space left on device

I am building uboot for a MPC5200b processor configured for high boot 
(address 0xfff00000)

I have at least 10Gbytes of space on my harddrive.

Is there a makefile configuration that I need to make?

Thanks for any help,

Nick Droogh

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] Problem building u-boot
  2008-05-06 15:25 [U-Boot-Users] Problem building u-boot Nick
@ 2008-05-06 15:55 ` Jerry Van Baren
  0 siblings, 0 replies; 2+ messages in thread
From: Jerry Van Baren @ 2008-05-06 15:55 UTC (permalink / raw)
  To: u-boot

Nick wrote:
> Hi everyone,
> 
> I am having problems build the last couple of u-boot releases.  All the 
> files compile correctly, but when it tries to link, I get the following 
> error.
> 
> ppc_6xx-objcopy --gap-fill-0xff -O binary u-boot u-boot.bin
> ppc_6xx-objcopy: u-boot.bin: No Space left on device
> 
> I am building uboot for a MPC5200b processor configured for high boot 
> (address 0xfff00000)
> 
> I have at least 10Gbytes of space on my harddrive.
> 
> Is there a makefile configuration that I need to make?
> 
> Thanks for any help,
> 
> Nick Droogh

Hi Nick,

You have a link map issue, something in your link map is a long way away 
(in terms of addresses) from your main code.  The --gap-fill-0xff is 
filling that *whole empty space* with 0xFF, which fills up your HD.

Use "objdump -h" to look at the section headers and it will probably be 
clear what the problem is.

HTH,
gvb

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-06 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-06 15:25 [U-Boot-Users] Problem building u-boot Nick
2008-05-06 15:55 ` Jerry Van Baren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox