From: Erik Andersen <andersen@codepoet.org>
To: "Dr. David Alan Gilbert" <gilbertd@treblig.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Binutils and the Linux kernel source finder
Date: Sat, 5 Jan 2002 19:39:53 -0700 [thread overview]
Message-ID: <20020106023953.GA1728@codepoet.org> (raw)
In-Reply-To: <20020105180237.GF485@gallifrey>
In-Reply-To: <20020105180237.GF485@gallifrey>
On Sat Jan 05, 2002 at 06:02:37PM +0000, Dr. David Alan Gilbert wrote:
> Hi,
> I am the author of the 'Linux kernel source finder' web page that
> lists for each architecture the place to get appropriate Linux kernel
> patches - see:
> http://www.treblig.org/Linux_kernel_source_finder.html
>
> I wish to extend this to include pointers to the best/latest/most
> appropriate binutils for each architecture. I've put links in for x86,
> Alpha and MIPS to H.J.Lu's ftp site, since he tests for those 3
> platforms prior to release.
>
> I'd appreciate recommendations and comments from those using binutils
> on Linux for other platforms, with links to ftp, cvs or web pages
> describing the solutions for those architectures.
Note that uClinux (not ucLinux as on your page) does not natively
run the ELF binary file format, but uses what is called the
"Flat" binary format. It is structurally much simpler (and
therefore smaller) then ELF, but more importantly, this format
helps us avoid needing to always use PIC and/or do tons of
relocations.
We use an ELF toolchain to create binaries, except the toolchain
is modified such that ld is actually a script which first runs
the real 'ld' to produce an ELF file and then also runs
'elf2flt' to create the flat executable.
The uClinux toolchains for ARM and m68k (which are the two most
commonly used architectures) are available from
http://www.uclinux.org/pub/uClinux/m68k-elf-tools/
Links to toolchains for other arches and _lots_ of help
information can be found at
http://home.at/uclinux/
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
next prev parent reply other threads:[~2002-01-06 2:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-05 18:02 Binutils and the Linux kernel source finder Dr. David Alan Gilbert
2002-01-06 2:39 ` Erik Andersen [this message]
2002-01-06 13:29 ` Dr. David Alan Gilbert
2002-01-06 9:55 ` William Lee Irwin III
2002-01-06 13:09 ` Dr. David Alan Gilbert
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=20020106023953.GA1728@codepoet.org \
--to=andersen@codepoet.org \
--cc=gilbertd@treblig.org \
--cc=linux-kernel@vger.kernel.org \
/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