This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: arm-elf vs arm-linux
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: meher kalyan <chmeherkch at yahoo dot co dot in>, gcc-help at gcc dot gnu dot org
- Date: Sat, 26 Jun 2004 21:31:24 -0500
- Subject: Re: arm-elf vs arm-linux
- References: <20040627021730.44195.qmail@web8205.mail.in.yahoo.com>
Hi Meher,
ELF (Executable and Linking Format) is a binary format used by System V
Release 4 Unix (and others)...
http://www.lh.umu.se/~bjorn/linux/howto/ELF-HOWTO-1.html
http://www.theparticle.com/cs/bc/os/elfpecoff.html
http://www.arm.com/pdfs/DUI0101A_Elf.pdf
I don't know what "arm-linux" is, so I cannot compare/contrast the two.
HTH,
--Eljay