On Thu, May 17, 2001 at 10:11:08PM +1000, Daniel Marr wrote:
> I have been trying for some time to get the gcc cross compiler for the
> ARM7TDMI
> thumb microprocessor.
IIRC the upcoming gcc-3.0 has much better ARM-Thumb interwork support,
so you'd probably want to try that one.
> I have built many a tool-chain
> looking for the thumb-elf or thumb-coff (what's the diff anyway?) command
> but can never find it.
ELF and COFF are binary formats (the standard in Linux is ELF). There
is no such thing as a "thumb-elf" command. The tools in a cross
compiler toolchain are usually prefixed with "arm-linux-"
(arm-linux-gcc, arm-linux-ld, etc).
> Can anyone help me out here or point me to
> exactly where the code resides?
I don't quite understand what you want.
For GCC source code: get it at any major GNU mirror (see
http://www.gnu.org/order/ftp.html for a mirror close by). If you want
to have the latest and greatest GCC CVS snapshot, have a look at
http://gcc.gnu.org/cvs.html (you probably want the gcc_latest_snapshot
tag).
If you want a precompiled gcc-3.0 C/C++ cross compiler, get it at
http://www.lart.tudelft.nl/lartware/compile-tools/
Erik
--
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands
Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL PROTECTED]
WWW: http://www-ict.its.tudelft.nl/~erik/
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.