Re: Compiling a kernel giving me fits...

2002-11-28 Thread Christopher A. Williams
On Thu, 2002-11-28 at 08:10, Michael Schwendt wrote: > If I run make modules again right after this, ftape compiles, but then > it segfaults AGAIN compiling hycapi: > Eventually, if you run make modules repeatedly, everything will > compile. Could this be a problem with GCC? No. That is a

Re: Compiling a kernel giving me fits...

2002-11-28 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28 Nov 2002 07:33:46 -0700, Christopher A. Williams wrote: > ...Now, I am get the following, and it is a segfault when compiling > the ftape module: > > gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-18.8.0/include -Wall > -Wstrict-prototypes -Wno-trigr

Re: Compiling a kernel giving me fits...

2002-11-28 Thread Manfred Hollstein
On Thu, 28 Nov 2002, 15:33:46 +0100, Christopher A. Williams wrote: [...] > hycapi.c: In function `hycapi_register_internal': > hycapi.c:186: internal error: Segmentation fault > Please submit a full bug report, > with preprocessed source if appropriate. > See http://bugzilla.redhat.com/bugzilla/>

Re: Compiling a kernel giving me fits...

2002-11-28 Thread Christopher A. Williams
On Thu, 2002-11-28 at 06:47, Michael Schwendt wrote: > [snip] > > > fs/fs.o: In function `zisofs_readpage': > > fs/fs.o(.text+0x346ec): undefined reference to `zlib_inflateInit_' > > fs/fs.o(.text+0x347ee): undefined reference to `zlib_inflate' > > fs/fs.o(.text+0x348a0): undefined reference to `

Re: Compiling a kernel giving me fits...

2002-11-28 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28 Nov 2002 06:36:46 -0700, Christopher A. Williams wrote: > I just tried it my original way again: > > make mrproper > make xconfig > load kernel-2.4.18-i686.config > save and exit > make dep > make bzImage > > At this point, compilation fails w

Re: Compiling a kernel giving me fits...

2002-11-28 Thread Christopher A. Williams
On Thu, 2002-11-28 at 05:23, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 28 Nov 2002 00:15:15 +0200, Markku Kolkka wrote: > > > No, there's something wrong with "make xconfig", I just tested this. > > If I do: > > > > make mrproper > > make xconfig > >

Re: Compiling a kernel giving me fits...

2002-11-28 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 28 Nov 2002 00:15:15 +0200, Markku Kolkka wrote: > No, there's something wrong with "make xconfig", I just tested this. > If I do: > > make mrproper > make xconfig > load kernel-2.4.18-athlon.config > save and exit > make dep > make bzIma

Re: Compiling a kernel giving me fits...

2002-11-27 Thread w
On Wednesday 27 November 2002 12:01 pm, [EMAIL PROTECTED] wrote: > Subject: Re: Compiling a kernel giving me fits... > From: "Christopher A. Williams" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Organization: > Date: 27 Nov 2002 09:16:29 -0700 > Reply-To: [EM

Re: Compiling a kernel giving me fits...

2002-11-27 Thread Christopher A. Williams
On Wed, 2002-11-27 at 10:19, Michael Schwendt wrote: > > > > This does work - the main difference I see is the make oldconfig step, > > which I was not doing. From here then, I should be able to modify the > > config file to taste and move ahead. -Thanks! > > No, "make oldconfig" takes over the

Re: Compiling a kernel giving me fits...

2002-11-27 Thread Markku Kolkka
Viestissä Keskiviikko 27. Marraskuuta 2002 19:19, Michael Schwendt kirjoitti: > No, "make oldconfig" takes over the available ".config" file without > giving you the chance to edit it. If you want to edit the kernel > config, choose among "make config", "make menuconfig" (recommended!) > or "make x

Re: Compiling a kernel giving me fits...

2002-11-27 Thread Rob Blomquist
On Wednesday 27 November 2002 07:21 am, Christopher A. Williams wrote: > I've been trying unsuccessfully now for weeks to get a kernel to > compile, with no success. I have always used the Red Hat config files > (in the configs directory of the kernel source tree) as a starting point > for creating

Re: Compiling a kernel giving me fits...

2002-11-27 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27 Nov 2002 09:16:29 -0700, Christopher A. Williams wrote: > > cd /usr/src/linux-2.4 > > make mrproper > > cp configs/kernel-2.4.18-i686.config .config > > make oldconfig > > make dep bzImage modules modules_install install > > Tried it

Re: Compiling a kernel giving me fits...

2002-11-27 Thread Christopher A. Williams
On Wed, 2002-11-27 at 08:38, Michael Schwendt wrote: > > I've been trying unsuccessfully now for weeks to get a kernel to > > compile, with no success. I have always used the Red Hat config files > > (in the configs directory of the kernel source tree) as a starting > > point for creating a custom

Re: Compiling a kernel giving me fits...

2002-11-27 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27 Nov 2002 08:21:41 -0700, Christopher A. Williams wrote: > I've been trying unsuccessfully now for weeks to get a kernel to > compile, with no success. I have always used the Red Hat config files > (in the configs directory of the kernel source t

Compiling a kernel giving me fits...

2002-11-27 Thread Christopher A. Williams
I've been trying unsuccessfully now for weeks to get a kernel to compile, with no success. I have always used the Red Hat config files (in the configs directory of the kernel source tree) as a starting point for creating a custom kernel. One would think this would be pretty straight forward, but it