Re: anyone compiled 2.2.17 on RH7 successfully? [SOLVED]

2000-11-13 Thread Corisen
thanks for all those who replied. your help is really appreciated. basically, in order to compile kernel in RH7, kgcc *MUST* be used instead of gcc. to use kgcc edit the Makefile. find the line below and change to: CC =$(CROSS_COMPILE)kgcc <(changed to kgcc instead of gcc/cc) once again. th

Re: anyone compiled 2.2.17 on RH7 successfully?

2000-11-13 Thread Dan Browning
62: for each function it > > appears in.) > > /usr/i386-glibc21-linux/include/linux/proc_fs.h:363: dereferencing pointer > > to incomplete type > > /usr/i386-glibc21-linux/include/linux/proc_fs.h:365: dereferencing pointer > > to incomplete type > > /usr/i386-glibc21

Re: anyone compiled 2.2.17 on RH7 successfully?

2000-11-13 Thread Michael Rothwell
o incomplete type > /usr/i386-glibc21-linux/include/linux/proc_fs.h:365: dereferencing pointer > to incomplete type > /usr/i386-glibc21-linux/include/linux/proc_fs.h:368: sizeof applied to an > incomplete type > .many more lines > .many more lines > > - Original Messag

Re: anyone compiled 2.2.17 on RH7 successfully?

2000-11-13 Thread Corisen
glibc21-linux/include/linux/proc_fs.h:368: sizeof applied to an incomplete type .many more lines .many more lines - Original Message - From: David Relson <[EMAIL PROTECTED]> To: Corisen <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 14, 2000 9

Re: anyone compiled 2.2.17 on RH7 successfully?

2000-11-13 Thread David Relson
Corisen, RedHat 7.0's version of gcc, known as gcc 2.96, is incompatible with the kernel's code. Preprocessor changes cause the problem you encountered. It also has some defects in how it optimizes code that would cause the kernel to run incorrectly. The 7.0 distribution includes an older v

anyone compiled 2.2.17 on RH7 successfully?

2000-11-13 Thread Corisen
has anyone running RedHat7(with kernel 2.2.16, gcc 2.96, kgcc 2.91.66) complied 2.2.17 kernel successfully? i've downloaded the source and gunzip/untar to /root/linux-2.2.17 1. make menuconfig (ok) 2. make dep (ok) 3. make zImage ===> lots of warning message ===> error: checksum.S:231 badly punc