I am trying to recompile my kernel in order to get sound and I am getting a strange error. I ran make xxconfig aand then make-kpkg andd then I get these errors:
ld -m elf_i386 -Ttext 0x100000 -e stext arch/i386/kernel/head.o init/main.o init/version.o \ arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o net/network.a \ fs/filesystems.a \ drivers/block/block.a drivers/char/char.a drivers/net/net.a drivers/sound/sound.a drivers/pci/pci.a arch/i386/math-emu/math.a \ /usr/src/kernel-source-2.0.29/arch/i386/lib/lib.a /usr/src/kernel-source-2.0.29/lib/lib.a /usr/src/kernel-source-2.0.29/arch/i386/lib/lib.a -o vmlinux nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( a \)' | sort > System.map make[3]: Entering directory `/usr/src/kernel-source-2.0.29/arch/i386/boot' as86 -0 -a -o bbootsect.o bbootsect.s make[3]: as86: Command not found make[3]: *** [bbootsect.o] Error 127 make[3]: Leaving directory `/usr/src/kernel-source-2.0.29/arch/i386/boot' make[2]: *** [bzImage] Error 2 make[2]: Leaving directory `/usr/src/kernel-source-2.0.29' make[1]: *** [build] Error 2 make[1]: Leaving directory `/usr/src/kernel-source-2.0.29' make: *** [stamp-image] Error 2 Any ideas on what is wrong? TIA. -- Jim Crumley | [EMAIL PROTECTED] | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]