[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kernel compile error



Back Again!
           2 distinct problems this time, firstly I seem to have been
taken off the list (so please copy to this address). I suppose I`ll have
to resubscribe.
Secondly I`m trying to compile network support into the kernel, (I`ve
got AT-1700 cards in both machines and want to connect the 2 together
basically) but after I "make bzdisk" to be safe I get the following
message at the end of the process. Where am I going wrong?
Also any tips for an idiots guide to networking would be appreciated as
I`m finding it very hard going even knowing where to begin.


rm -f $tmppiggy $tmppiggy.gz $tmppiggy.lnk
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.0.36/include -traditional -c
head.S
gcc -D__KERNEL__ -I/usr/src/kernel-source-2.0.36/include -O2
-DSTDC_HEADERS   -c misc.c -o misc.o
ld -m elf_i386 -Ttext 0x100000 -e startup_32  -o bvmlinux head.o misc.o
piggy.o
make[2]: Leaving directory
`/usr/src/kernel-source-2.0.36/arch/i386/boot/compressed'
gcc -I/usr/src/kernel-source-2.0.36/include -O2 -fomit-frame-pointer
-D__BFD__ -D__BIG_KERNEL__ -o tools/bbuild tools/build.c
-I/usr/src/kernel-source-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/kernel-source-2.0.36/arch/i386/boot'
make: *** [bzdisk] Error 2

Thanks 

Paul Walton


Reply to: