Error while compiling kernel

2000-03-20 Thread UCGTechnologies
I'm getting an error messege while compiling the RedHat6.1 kernel. After executing "make zImage" (or bzImage) the following error appears : /usr/src/linux/include/linux/kernel_stat.h:44: `smp_num_cpus' undeclared (first use in this function) and the compilation fails. This error appears even

Re: Error while compiling kernel

2000-03-20 Thread Ury Segal
Happen to me when I did : make dep zImage You can't do this. You must do make dep and separatedly make zImage. UCGTechnologies wrote: I'm getting an error messege while compiling the RedHat6.1 kernel. After executing "make zImage" (or bzImage) the following error appears :

Re: Re: Error while compiling kernel

2000-03-20 Thread Omer
On Mon, 20 Mar 2000, Ury Segal wrote: Date: Mon, 20 Mar 2000 13:36:35 +0200 To: UCGTechnologies [EMAIL PROTECTED] From: Ury Segal [EMAIL PROTECTED] Subject: Re: Error while compiling kernel Happen to me when I did : make dep zImage You can't do this. You must do make dep