Karlheinz Nolte <[EMAIL PROTECTED]> wrote: > I get the following error, if I try to build a custom kernel with > make-kpkg: > > ----------snip-------- > make[3]: Entering directory > `/usr/src/kernel-source-2.0.27/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.27/arch/i386/boot' > make[2]: *** [bzImage] Error 2 > make[2]: Leaving directory `/usr/src/kernel-source-2.0.27' > make[1]: *** [build] Error 2 > make[1]: Leaving directory `/usr/src/kernel-source-2.0.27' > make: *** [stamp-image] Error 2 > ----------snap-------- > > Is there a solution? I have Debian 1.2.2. > > -CU
You need the bin86 package in devel: ~$ dpkg --search as86 bin86: /usr/bin/as86 ~$ dpkg --status bin86 Package: bin86 Status: install ok installed Priority: standard Section: devel Installed-Size: 73 Maintainer: joost witteveen <[EMAIL PROTECTED]> Version: 0.4-3 Description: Assembler and loader for kernel compilation. This is the as86 and ld86 distribution written by Bruce Evans. It's a complete 8086 assembler and loader which can make 32-bit code for the 386+ processors (under linux it's used only to create the 16-bit bootsector and setup binaries). Noel -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .