From: Cedric VINCENT <cedric.vincent@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Stuck relocating command table
Date: Fri, 22 Jul 2005 13:48:46 +0200 [thread overview]
Message-ID: <c8f1005072204481dc1ce76@mail.gmail.com> (raw)
In-Reply-To: <loom.20050722T073751-311@post.gmane.org>
Hello greg.
I've got the same problem with others build tools.
(
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/17370 and
http://search.gmane.org/search.php?query=compile+with+recent+toolchain&email=&group=gmane.comp.boot-loaders.u-boot&sort=relevance
)
Can you try this please (and reply me if it works or no) :
In "u-boot.lds" replace :
__u_boot_cmd_start = .;
with
__u_boot_cmd_start = ADDR(.u_boot_cmd);
I hope it can help you.
Regards,
Cedric VINCENT.
next prev parent reply other threads:[~2005-07-22 11:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-22 6:10 [U-Boot-Users] Stuck relocating command table Gregg Nemas
2005-07-22 11:48 ` Cedric VINCENT [this message]
2005-07-22 17:58 ` [U-Boot-Users] " Gregg Nemas
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=c8f1005072204481dc1ce76@mail.gmail.com \
--to=cedric.vincent@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.