While running make bzImage, this is where it spit the dummy most recently
<snip>
gcc -D__KERNEL__ -I/root/sandbox/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i486 -nostdinc -iwithprefix include -DKBUILD_BASENAME=consolemap_deftbl -c -o consolemap_deftbl.o consolemap_deftbl.c
gcc -D__KERNEL__ -I/root/sandbox/linux-2.4.20/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i486 -nostdinc -iwithprefix include -DKBUILD_BASENAME=console -DEXPORT_SYMTAB -c console.c
console.c: In function `scrdown':
console.c:282: internal error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:
http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [console.o] Error 1
make[3]: Leaving directory `/root/sandbox/linux-2.4.20/drivers/char'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/root/sandbox/linux-2.4.20/drivers/char'
make[1]: *** [_subdir_char] Error 2
make[1]: Leaving directory `/root/sandbox/linux-2.4.20/drivers'
make: *** [_dir_drivers] Error 2