Mail Archives: djgpp/1997/08/27/03:23:12
On Sat, 26 Jul 1997, Stephen Milley wrote:
> Is there any documentation I can obtain to learn the AT&T style assembly
> for DJGPP?
Please download the DJGPP FAQ list (v2/faq210b.zip from the same place
you get DJGPP) and read section 17.1 there. It explains the basic
differences and points you to further documentation on this.
> I also need information on
> what the error messages mean in DJGPP. Most compilers have an online
> help for error messages, for where you can look up certain error
> messages and it will tell you exactly what it means.
You didn't explain what error messages did you mean. DJGPP is a large
system, and every utility usually has its own docs.
If you are talking about error messages emitted by the compiler, then
they haven't been documented by the GCC development team. OTOH, they are
usually quite self-explaining; if you can't figure them out, ask about
specific messages (and post the offending code).
- Raw text -