Option 1:
Probably you didn't install the as86. In my RedHat 6.0 it's in the
package
bin86.
"The bin86 package provides an assembler and linker for real mode 80x86
instructions. You'll need to have this package installed in order to
build programs that run in real mode, including LILO and the kernel's
bootstrapping code, from their sources."
--
rmp -qi -f `which as86`
Option 2:
Your path is wrong. Add /usr/bin to it if it's not there... NOT likely.
Mike wrote:
> Hi.The bin86 package provides an assembler and linker for real mode
> 80x86
> instructions. You'll need to have this package installed in order to
> build programs that run in real mode, including LI'm installing
> linux-2.2.12 kernel.in the make bzImage (or make zImage) i get the
> following error :make[1]: as86: Command not foundmake[1]: ***
> [bbootsect.o] Error 127make[1]: Leaving directory
> '/usr/src/linux/arch/i386/boot'make: *** [bzImage] Error 2
>
> What do i need to do in order to fix it ?why did it occour
> ? Thanks, Mike
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]