Re: Kernel build compile errors

2003-02-12 Thread Arthur Mueller
If within a compile gcc tells you, that functions are not known, it means, that headers are missing. Try to install the kernel headers. Either you've them anyway or you install the package glibc-kernheaders.xxx.rpm. This should solve the problem. Good luck! Arthur On Wed, 2003-02-12 at 17:02, M

Kernel build compile errors

2003-02-12 Thread Mike Wooding
> I tried to make a new kernel on my newly > installed RH 8.0. > > cd /usr/src/linux-2.4 > make xconfig > make dep > make bzImage > > I get compile errors == > > make[1]: Entering directory > `/usr/src/linux-2.4.18-14/arch/i386/kernel' > gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-1