Hi List, I've compiled a linux kernel a thousand times but yesterday I had a problem. I tried this with kernel 2.2.14 and 2.2.16.
make[1]:as80: Command not found make[1]:*** [bbootsect.o] Error 127 make[1]: Leaving directory '/usr/src/linux/arch/i386/boot' make:*** [bzImage] Error 2 This is the output from: make dep clean bzImage modules modules_install after configuering the kernel. What is the as80 command? What went wrong here? What can I do to make the Erroros not happen? Thanx for every help....