From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] TQM860L_config: u-boot.lds:76 cannot move location counter backwards
Date: Sat, 3 Dec 2011 19:40:40 +0100 [thread overview]
Message-ID: <20111203194040.2ad75425@wker> (raw)
In-Reply-To: <alpine.DEB.2.02.1112031243520.1549@oneiric>
Hi Robert,
On Sat, 3 Dec 2011 12:47:47 -0500 (EST)
"Robert P. J. Day" <rpjday@crashcourse.ca> wrote:
...
> > Top of tree:
> > -> git describe
> > v2011.09-1259-g7708d8b
> > -> eldk-switch -r 4.2 ppc_8xx
> > Setup for ppc_8xx (using ELDK 4.2)
>
> i'm sure someone will yell at me for this question as well, but
> where does one find "eldk-switch"? i have a fully updated git clone
> of uboot and there is no such script (which is what i assume i'm
> looking for).
eldk-switch is internally used script, it is not distributed with
U-Boot since its purpose is to configure environment in preparation
for building using desired ELDK version.
You don't need this script. You can setup environment i. e. by
running
$ export ARCH=powerpc
$ export CROSS_COMPILE=ppc_8xx-
$ export PATH=<your-eldk-root-dir>/usr/bin:$PATH
To check if the environment is set correctly you can try to run
installed cross gcc, i.e. run:
${CROSS_COMPILE}gcc -v
More info is available in ELDK documentation, i. e. [1]
HTH,
Anatolij
[1] http://www.denx.de/wiki/view/DULG/ELDKUsage
next prev parent reply other threads:[~2011-12-03 18:40 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-03 2:56 [U-Boot] TQM860L_config: u-boot.lds:76 cannot move location counter backwards Robert P. J. Day
2011-12-03 5:12 ` Marek Vasut
2011-12-03 7:59 ` Robert P. J. Day
2011-12-03 8:16 ` Wolfgang Denk
2011-12-03 8:30 ` Robert P. J. Day
2011-12-03 8:36 ` Marek Vasut
2011-12-03 8:46 ` Robert P. J. Day
2011-12-03 17:47 ` Robert P. J. Day
2011-12-03 18:40 ` Anatolij Gustschin [this message]
2011-12-03 20:12 ` Robert P. J. Day
2011-12-03 21:15 ` Anatolij Gustschin
2011-12-03 21:27 ` Robert P. J. Day
2011-12-03 22:58 ` Wolfgang Denk
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=20111203194040.2ad75425@wker \
--to=agust@denx.de \
--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.