>
> Hi,
> The make config,make dep, make clean steps are OK.
> But at make zImage(or bzImage) I got errors.
> Could anyone tell me what are following errors about, and
> what I should necessarily do to go around them:
>
> make zImage
> make[1]Entering directory'/usr/src/linux-2.0.32/arch/i386/boot'
> gcc -D__KERNEL__-I/usr/src/linux-2.0.32/include -E -D__ELF___traditional -DSVG
> A_MODE=NORMAL_VGA bootsect.S -o bootsect.S
> make[1]:as86:command not found
> make[1]:***[bootsect.o] ERROR 127
> make[1]:leaving directory'/usr/src/linux-2.0.32/arch/i386/boot'
> make:***[zImage] error 2
>
Execute:
which as86
/usr/bin/as86
It should be somewhere in your path.
If not, check ../linux/Documentation/Changes to find where to get
the assembler.
Cheers,
Dick Johnson
***** FILE SYSTEM WAS MODIFIED *****
Penguin : Linux version 2.1.123 on an i586 machine (66.15 BogoMips).
Warning : It's hard to remain at the trailing edge of technology.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/