Mail Archives: djgpp/2000/03/20/13:38:17
On Mon, 20 Mar 2000, Chris Mears wrote:
> That Eric Dines <esd AT deakin DOT edu DOT au> really knows where his towel is.
> On Mon, 20 Mar 2000 20:17:03 +1100, he wrote:
>
> >Can anyone tell me how to produce a.out binaries from DJGPP without
> >creating some sort of cross compiler please?
>
> gcc foo.c -o a.out
Not really helpful, not even with a smiley...
To Eric: you can try using the objcopy utility (it's part of Binutils) to
convert COFF files into a.out format. The DJGPP port of Binutils knows
about a.out format, among others.
Note that some information may be lost when you convert to a.out, because
it doesn't support all the info that COFF includes.
- Raw text -