[ECOS] Is it possible to convert *.out file to *.srec file?
Jonathan Larmour
jifl@eCosCentric.com
Fri Oct 25 06:09:00 GMT 2002
Qiang Huang wrote:
> like in the example:
>
> gcc -g -IBASE_DIR/ecos-work/install/include hello.c -LBASE_DIR/
> ecos-work/install/lib -Ttarget.ld -nostdlib
>
> which format will be the output?( I got a.out file here. is this ELF
> format?)
Yes. You could specify -o foo on the command line and it would create the
file as "foo" instead of a.out. Or you could call it foo.exe, or foo.dll,
or foo.txt for all it matters. The file will still be in ELF format!
The name a.out as a default is just a long-standing UNIX tradition. It's
not to be confused with "a.out format" which is different from ELF.
Jifl
--
eCosCentric http://www.eCosCentric.com/ <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list