been trying to compile kernel on a machine I just installed, disk space
is limited so I didn't install everything. At first I got a "as86
command not found" error and found the answer to that (bin86.rpm) but
still can't compile the kernel! Here's the latest error after trying to
"make bzImage";

else \
  echo "SECTIONS { .data : { input_len = .; LONG(input_data_end -
input_data) input_data = .; *(.data) input_data_end = .; }}" >
$tmppiggy.lnk; \
  ld -m elf_i386 -m elf_i386 -r -o piggy.o -b binary $tmppiggy.gz -b
elf32-i386
-T $tmppiggy.lnk; \
fi; \
rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk
ld -m elf_i386 -Ttext 0x100000 -e startup_32  -o bvmlinux head.o misc.o
piggy.o
make[2]: Leaving directory
`/usr/src/linux-2.0.36/arch/i386/boot/compressed'
gcc -I/usr/src/linux-2.0.36/include -O2 -fomit-frame-pointer -D__BFD__
-D__BIG_KERNEL__ -o tools/bbuild tools/build.c
-I/usr/src/linux-2.0.36/include
tools/build.c:25: stdio.h: No such file or directory
tools/build.c:26: string.h: No such file or directory
tools/build.c:27: stdlib.h: No such file or directory
tools/build.c:28: sys/types.h: No such file or directory
tools/build.c:29: sys/stat.h: No such file or directory
tools/build.c:30: sys/sysmacros.h: No such file or directory
tools/build.c:31: unistd.h: No such file or directory
tools/build.c:32: fcntl.h: No such file or directory
tools/build.c:35: errno.h: No such file or directory
make[1]: *** [tools/bbuild] Error 1
make[1]: Leaving directory `/usr/src/linux-2.0.36/arch/i386/boot'
make: *** [bzImage] Error 2

I've tried to "make boot" and "make zImage" with no luck! Yes, I've
installed every kernel*.rpm I can find!

Reply via email to