RE: RH7.2 Kernel compilation problem

2002-01-17 Thread Robert Finneran
02 7:31 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RH7.2 Kernel compilation problem Hi all, I have installed Redhat 7.2 on my DELL Optiplex G1 machine. I have 3com 3c905B-TX network card. When I compiled the kernel (2.4.7-10) supplied with RH7.2, I was unable to access the network

RH7.2 Kernel compilation problem

2002-01-17 Thread Manoj
Hi all, I have installed Redhat 7.2 on my DELL Optiplex G1 machine. I have 3com 3c905B-TX network card. When I compiled the kernel (2.4.7-10) supplied with RH7.2, I was unable to access the network. I got following message at bootup: "Can not send dump request: Connection Refused" While compiling

Re: Kernel compilation problem

2001-01-08 Thread Bernhard Rosenkraenzer
On Mon, 8 Jan 2001, J. Carlos Cristobal wrote: > Sorry if this is too simple, I don't know how to solve this: > > /usr/src/linux/include/linux/kernel_stat.h:47: `smp_num_cpus' undeclared > (first use in this function) make mrproper before you make {menu,x,old,}config LLaP bero _

Kernel compilation problem

2001-01-08 Thread J. Carlos Cristobal
Sorry if this is too simple, I don't know how to solve this: /usr/src/linux/include/linux/kernel_stat.h:47: `smp_num_cpus' undeclared (first use in this function) /usr/src/linux/include/linux/kernel_stat.h:47: (Each undeclared identifier is reported only once /usr/src/linux/include/linux/kernel_

Re: Kernel Compilation Problem

1998-06-24 Thread David E. Fox
On Mon, 22 Jun 1998, Steve Ki-Won Lee wrote: >int/main.c: In function 'get_options': >int/main.c:237: warning: subscript has type 'char' [this is where it just >hangs and no activity takes place] >make: *** [include/linux/compile.h] Interrupt I've seen the subscript has type 'char' warning a fe

Re: Kernel Compilation Problem

1998-06-22 Thread Sam Ockman
Try doing a "make bzImage" or a "make bzLilo" instead of a "make boot". That should work better..."make boot" is usually used for Alphas, not Intels. (I'm assuming you hvae an Intel processor.) Good luck- -Sam On Mon, Jun 22, 1998 at 05:00:40PM -0600, Steve Ki-Won Lee wrote: > Greetings Fellow L

Kernel Compilation Problem

1998-06-22 Thread Steve Ki-Won Lee
Greetings Fellow List Members, I just tried to compile my kernel (kernel, kernel-headers and kernel-source all being 2.0.34.i386.rpm) and I got as far as the make clean part just fine after having used menuconfig and doing a "make dep". But, when I tried "make boot" it immediately would just han