> I am trying to recompile my kernel and keep getting this error when
> running 'make bzdisk'. If anyone has a moment to look at the output of
> the command I'll send you the txt file I created. Here are the list few
> lines that look like the problem though.
>
> make[1]: Entering directory `/usr/src/linux-2.2.18pre11/arch/i386/boot'
> as86 -0 -a -o bbootsect.o bbootsect.s
> make[1]: as86: Command not found
> make[1]: *** [bbootsect.o] Error 127
> make[1]: Leaving directory `/usr/src/linux-2.2.18pre11/arch/i386/boot'
> make: *** [bzdisk] Error 2
>
> thanks,
>
> Aaron
Your assembler is missing (since the system can't find as86):
[eric@poseidon eric]$ which as86
/usr/bin/as86
[eric@poseidon eric]$ rpm -qf /usr/bin/as86
dev86-0.15.0-5
Try installing this dev86 package. Honestly, I'm surprised: I thought as86
was in the binutils RPM.
And you were about 5 seconds away from finishing that compile job! Doh!
Eric Cifreo
Austin, TX
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list