Menu

#2 FATAL Compiler Error

open
nobody
None
5
2013-02-19
2001-05-18
Anonymous
No

when i try to compile my program i type:

lcc -Wa-l -c -o rumble.o rumble.c

and it says this...

scroll.c(232):error *** FATAL Compiler Internal Error
in file 'gen.c' line number '3864' : code generator
internal error Contact Author with source code
...etc....

this is the code at that location:

void collision_mode(int col){
if(col == 1 && xmode == 0)
{pixelx+=speed;scroffx+=speed;countxl-=speed;}

if(col == 2 && xmode == 1){pixelx-=speed;scroffx-
=speed;countxr-=speed;}

if(col == 3 && ymode == 1){pixely-=speed;scroffy-
=speed;countyd-=speed;}

if(col == 4 && ymode == 0)
{pixely+=speed;scroffy+=speed;countyu-=speed;}
}

there is no gen.c file in my project but it refers to
one...maybe im missing it?? can someone help me out
please email me...kevn77@aol.com

Discussion


Log in to post a comment.