compiling kernel
I've recently learned and tried to recompile my kernel to make my system suit me better, but all has not gone well. I'm running RedHat8.0 using kernel version 2.4.18-18.8.0 I can configure it and make dependencies, but when it come to 'make bzImage' or trying to 'make modules' or 'make modules_install', I get the following (same things of each of the three commands):
gcc -Wall -Wstrict-prototypes -02 -fomit-frame-pointer -o scripts/split-include
scripts/split-include.c
In file included from /usr/include/errno.h:36,
from scripts/split-include.c:26:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directoty
make: *** [scripts/split-include] Error1
I've found the same problem when trying to recompile my 2.4.14 kernel. Has anyone seen this before on know how to fix it so I can finally make an image and make my modules?
|