I had identical problems compiling the same kernel on my potato system. I was only successful after I reinstalled gcc2.7.2.3 and made sure /etc/alternatives pointed cc at it (dont forget to go into the top level Makefile to change the compiler to cc).
Lance Hoffmeyer <[EMAIL PROTECTED]> wrote: > I am using kpkg to compile (or trying to compile) kernel 2.2.5. I have used > this before with success but I am currently having > problems and am wondering if someone can help me figure out where to start on > fixing this error. > > ../../gcc/haifa-sched.c:6749: Internal compiler error in function > schedule_block > cpp: output pipe has been closed > make[3] *** [swapfile.o] Error 1 > make[2] *** [first_rule] Error 2 > make[1] *** [_dir_mm] Error 2 > make: *** [build] Error 2 > > I don't have a clue what all of this means!