[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

kernel compilation



Hello,
I recently installed Caldera e-desktop 2.04 on my machine. I've been trying to re-configure and re-compile my kernel. These are the steps that I do

make menuconfig   //Do the needfull
make dep;make clean; make bzImage

The compiling stops midway.
I've copied the error stream as have sent the attachment. Can someone look at it and help me solve the problem.

Thanks,
Rajeev




_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
In file included from /usr/src/linux-2.2.14/include/linux/modversions.h:51,
                from /usr/src/linux-2.2.14/include/linux/module.h:19,
                from signal.c:10:
/usr/src/linux-2.2.14/include/linux/modules/i386_ksyms.ver:62: warning: `cpu_data' redefined /usr/src/linux-2.2.14/include/asm/processor.h:96: warning: this is the location of the previous definition /usr/src/linux-2.2.14/include/linux/modules/i386_ksyms.ver:72: warning: `smp_num_cpus' redefined /usr/src/linux-2.2.14/include/linux/smp.h:77: warning: this is the location of the previous definition /usr/src/linux-2.2.14/include/linux/modules/i386_ksyms.ver:98: warning: `smp_call_function' redefined /usr/src/linux-2.2.14/include/linux/smp.h:83: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.2.14/include/linux/modversions.h:51,
                from /usr/src/linux-2.2.14/include/linux/module.h:19,
                from ksyms.c:14:
/usr/src/linux-2.2.14/include/linux/modules/i386_ksyms.ver:62: warning: `cpu_data' redefined /usr/src/linux-2.2.14/include/asm/processor.h:96: warning: this is the location of the previous definition /usr/src/linux-2.2.14/include/linux/modules/i386_ksyms.ver:72: warning: `smp_num_cpus' redefined /usr/src/linux-2.2.14/include/linux/smp.h:77: warning: this is the location of the previous definition /usr/src/linux-2.2.14/include/linux/modules/i386_ksyms.ver:98: warning: `smp_call_function' redefined /usr/src/linux-2.2.14/include/linux/smp.h:83: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.2.14/include/linux/interrupt.h:51,
                from ksyms.c:21:
/usr/src/linux-2.2.14/include/asm/hardirq.h:23: warning: `synchronize_irq' redefined /usr/src/linux-2.2.14/include/linux/modules/i386_ksyms.ver:78: warning: this is the location of the previous definition
In file included from /usr/src/linux-2.2.14/include/linux/interrupt.h:52,
                from ksyms.c:21:
/usr/src/linux-2.2.14/include/asm/softirq.h:72: warning: `synchronize_bh' redefined /usr/src/linux-2.2.14/include/linux/modules/i386_ksyms.ver:80: warning: this is the location of the previous definition
/usr/src/linux-2.2.14/include/linux/kernel_stat.h: In function `kstat_irqs':
In file included from ksyms.c:17:
/usr/src/linux-2.2.14/include/linux/kernel_stat.h:44: `smp_num_cpus' undeclared (first use in this function) /usr/src/linux-2.2.14/include/linux/kernel_stat.h:44: (Each undeclared identifier is reported only once /usr/src/linux-2.2.14/include/linux/kernel_stat.h:44: for each function it appears in.)
make[2]: *** [ksyms.o] Error 1
make[1]: *** [first_rule] Error 2
make: *** [_dir_kernel] Error 2