From: Jerry Van Baren <gerald.vanbaren@ge.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Problem building u-boot
Date: Tue, 06 May 2008 11:55:33 -0400 [thread overview]
Message-ID: <48207F75.7010006@ge.com> (raw)
In-Reply-To: <4820787A.8010001@rogers.com>
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
prev parent reply other threads:[~2008-05-06 15:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-06 15:25 [U-Boot-Users] Problem building u-boot Nick
2008-05-06 15:55 ` Jerry Van Baren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48207F75.7010006@ge.com \
--to=gerald.vanbaren@ge.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox