[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Binutils and the Linux kernel source finder


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--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo _at_ vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: References: