Mail Archives: djgpp/2000/03/16/06:50:13
On Wed, 15 Mar 2000, Damon Hogan wrote:
> I am compiling the fly.exe program for the plush3d library and I get the
> following error messages. I get the same error messages on other
> libraries,/programs that I try to compile with inline assembly code. I
> think that this is a problem with djgpp's gcc I'm
> not sure.
>
> fly.c: In function `main': fly.
> c:55: warning: return type of `main' is not `int' fly.
> c: In function `mouse_init': fly.
> c:388: Invalid `asm' statement: fly.
> c:388: fixed or forbidden register 0 (ax) was spilled for class AREG.
No, it's a problem with the inline assembly you are compiling. See
section 8.17 of the DJGPP FAQ for details.
- Raw text -