Re: gcc: Internal compiler error: program as got fatal signal 11

2000-03-31 Thread David D.W. Downey
> gcc: Internal compiler error: program as got fatal signal 11 Usually means a Segmentation fault occured. A SIG11 is given when an application attempts to access memory outside of it's allocated area, or in a manner opposite of the declared format. ie if the memory is locked as read

gcc: Internal compiler error: program as got fatal signal 11

2000-03-31 Thread Timothy Reaves
12: Warning: using `%eax' instead of `%ax' due to `l' suffix gcc -D__KERNEL__ -I/usr/src/linux-2.2.14/include -O2 -DSTDC_HEADERS -c -o misc.o misc.c gcc: Internal compiler error: program as got fatal signal 11 make[2]: *** [misc.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.2.