[expert] Kernel Compiling Fun.

2002-07-18 Thread Dalton Calford
Ok, Take a stock Linux Mandrake 8.2 install with the kernal source/development tools. Go to /usr/src/linux do a make oldconfig dep clean bzImage everything is fine do a make modules and it bombs out with errors same results with gcc-2.96 or gcc-3 I am trying to compile my

Re: [expert] Kernel Compiling Fun.

2002-07-18 Thread Tom Brinkman
On Thursday July 18 2002 06:55 am, Dalton Calford wrote: Take a stock Linux Mandrake 8.2 install with the kernal source/development tools. Go to /usr/src/linux do a make oldconfig dep clean bzImage everything is fine do a make modules and it bombs out with errors

Re: [expert] Kernel Compiling Fun.

2002-07-18 Thread Dalton Calford
Thanks I now have an Athlon system that recognizes all the RAM and works well. Thanks for the help best regards Dalton On Thursday 18 July 2002 4:45 pm, Todd Lyons wrote: Dalton Calford wrote on Thu, Jul 18, 2002 at 11:55:21AM + : Take a stock Linux Mandrake 8.2 install with the

[expert] kernel compiling ..

2001-11-15 Thread rodrigo
Hi ... I'm trying to compile the new kernel 2.4.14 (from www.kernel.com), but there are a lot of options that I don't know, like CONFIG_MATH_EMULATION CONFIG_TCIC etc etc so, where or how I can see the current kernel options (2.4.3 ...) -- Rodrigo Want to buy

[expert] kernel compiling

2001-08-01 Thread pablito
is there some program that compiles the kernel source and produces the vmlinuz and initrd files that the regular kernel has? I've followed the directions in the readme file and end up with a bzImage file. There are instructions for making an initrd file from scratch but surely there must be

[expert] kernel compiling

2001-08-01 Thread Sheldon E. Newhouse
I haven't kept up with the recent developments, but in the old days, one would only need the .config file that is used to make the kernel that is shipped with the distribution. Is this available somewhere? -sen pablito writes: is there some program that compiles the kernel source and

Re: [expert] kernel compiling

2001-08-01 Thread DM
if you download/installed the Mandrake kernel source rpm, the .config file used to build that kernel is there. its quite interesting to know what is enabled/disabled by default by MDK. but if you download the kernel source from kernel.org, you will have to build .config yourself... i usually

Re: [expert] kernel compiling

2001-08-01 Thread mandrake
bzImage is what you are looking for. The older format will no longer work do to size. It operates the same other than the compression used. J On Wed, 1 Aug 2001, pablito wrote: is there some program that compiles the kernel source and produces the vmlinuz and initrd files that the regular

Re: [expert] kernel compiling

2001-08-01 Thread Pete Jordan
DM [EMAIL PROTECTED] wrote: but if you download the kernel source from kernel.org, you will have to build .config yourself... i usually keep a copy of the .config file from my last stable kernel. Worth noting for anyone who doesn't know that Mandrake stuffs the .config file for its

Re: [expert] kernel compiling

2001-08-01 Thread Tzafrir Cohen
On Wed, 1 Aug 2001, Pete Jordan wrote: DM [EMAIL PROTECTED] wrote: but if you download the kernel source from kernel.org, you will have to build .config yourself... i usually keep a copy of the .config file from my last stable kernel. Worth noting for anyone who doesn't know that

Re: [expert] kernel compiling

2001-08-01 Thread DM
as far as i know, the .config file of any kernel that you build yourself as a user will always be found in /usr/src/linux, not in any directory. this is overwritten everytime you 'make config' or 'make menuconfig' so the backup (of config file) should be safe somewhere else. --- Tzafrir Cohen

Re: [expert] kernel compiling

2001-08-01 Thread DM
hi drjung clarification might be beneficial to all those reading the lists so i addressed it to the list =) --- J. C. Woods [EMAIL PROTECTED] wrote: DM wrote: if you download/installed the Mandrake kernel source rpm, the .config file used to build that kernel is there. its quite

Re: [expert] Kernel Compiling

2001-06-10 Thread Davy Durham
nope I do all this, then I do the 'make modules' and get... [root@yardath linux]$make modules make -C kernel CFLAGS=-D__KERNEL__ -I/usr/src/linux-2.4.3/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i586 -DMODULE -DMODVERSIONS -include

Re: [expert] Kernel Compiling

2001-06-10 Thread Davy Durham
nope I do all this, then I do the 'make modules' and get... [root@yardath linux]$make modules make -C kernel CFLAGS=-D__KERNEL__ -I/usr/src/linux-2.4.3/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i586 -DMODULE -DMODVERSIONS -include

[expert] Kernel Compiling

2001-06-09 Thread Davy Durham
Hi, I'm trying to compile the 2.4.3-27mdk kernel source and am running into all sorts of problems I'm doing: - make xconfig - make dep - make - make modules -- here is the problem First, since I'm using the matching version kernel-source-2.4.3-27mdk.rpm, if I just do make xconfig, is

Re: [expert] Kernel Compiling

2001-06-09 Thread Brian Hartman
On 09 Jun 2001 22:38:46 -0400, Davy Durham wrote: Hi, I'm trying to compile the 2.4.3-27mdk kernel source and am running into all sorts of problems I'm doing: - make xconfig - make dep - make - make modules -- here is the problem Davy, It's been awhile