Mail Archives: djgpp/2001/02/12/14:58:49
> From: gbcshady AT my-deja DOT com
> Newsgroups: comp.os.msdos.djgpp
> Date: Mon, 12 Feb 2001 11:30:28 GMT
>
> > How exactly did you produce the binary file? With what tool(s) and
> > what command line(s)?
>
> It's immaterial -- it's just a raw binary file.
It might not be immaterial. When you ask for help, it's usually a
good idea to supply information that people who are trying to help you
request.
> Something is very broken with the interaction of objcopy/ar/nm. It
> almost looks like they are built with different versions of the bfd
> library, or one of them really doesn't support coff-go32 like it says
> it does.
This is impossible. They are all built from the same version of
Binutils. You could run each one of the utilities on a DJGPP object
file and see if any one of them fails to recognize the file.
> The format I should be using is coff-go32, right?
That's the only object format produced by DJGPP (coff-go32-exe is
identical to it, modulo the stub issue).
- Raw text -