Redhat 8 kernel compile problems

2003-03-03 Thread Matthew Simpson
Hi All, I have been trying to custom my redhat 8 kernel, just adding a few things and i get these failed errors, any clues? Matt Mar 2 19:47:31 earth netfs: Mounting other filesystems: succeeded Mar 2 19:47:05 earth rc.sysinit: Loading default keymap succeeded Mar 2 19:47:05 earth unicode_s

Re: Red Hat 2.4.18-5 kernel Compile Problems

2002-06-27 Thread Benny Pedersen
--- Reply to a message --- By: John Telford ->: a Mail :>: Red Hat 2.4.18-5 kernel Compile Problems > /usr/src/linux-2.4/configs/kernel-2.4.18-i386.config config file > installed by the stock kernel-source-2.4.18-5.rpm. > > I did the following: > # cd /usr/src/

Re: Red Hat 2.4.18-5 kernel Compile Problems

2002-06-20 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 20 June 2002 10:27 pm, John Telford wrote: > Hello > > Thanks for reminding me to make mrproper. You''ll need to 'make oldconfig' after copying the config file, I believe. - -- - -Michael pgp key: http://www.tuxfan.homeip.net:8080/gpg

Re: Red Hat 2.4.18-5 kernel Compile Problems

2002-06-20 Thread John Telford
Hello Thanks for reminding me to make mrproper. ...John On Thu, Jun 20, 2002 at 07:20:14PM -0400, Michael Fratoni wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thursday 20 June 2002 03:44 pm, John Telford wrote: > > Hello > > > > I'm having difficulties compiling the Red Hat

Re: Red Hat 2.4.18-5 kernel Compile Problems

2002-06-20 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 20 June 2002 03:44 pm, John Telford wrote: > Hello > > I'm having difficulties compiling the Red Hat 2.4.18-5 kernel. I'm > using the stock /usr/src/linux-2.4/configs/kernel-2.4.18-i386.config > config file installed by the stock kernel-s

Red Hat 2.4.18-5 kernel Compile Problems

2002-06-20 Thread John Telford
Hello I'm having difficulties compiling the Red Hat 2.4.18-5 kernel. I'm using the stock /usr/src/linux-2.4/configs/kernel-2.4.18-i386.config config file installed by the stock kernel-source-2.4.18-5.rpm. I did the following: # cd /usr/src/ # ll linux-2.4 lrwxrwxrwx 1 root root 14 J

Re: kernel compile problems

2001-03-02 Thread lee
do make mrproper BUT before you do copy your config file i think it is ( sorry in windows right now can't check ) somewhere else so not overwritten...then copy it back and start again.. hth's lee Andy Worthington wrote: > I am having trouble compiling a new kernel. This is a fresh install of

kernel compile problems

2001-03-02 Thread Andy Worthington
I am having trouble compiling a new kernel. This is a fresh install of redhat 7.0. I downloaded all the rpms at updates.redhat.com/7.0/i386/ I ran rpm -Fvh on all of them except the kernel ones because I want to stay with 2.2.16 at the moment. I then tried compiling the kernel with `make menuc

Re: kernel compile problems

2001-02-28 Thread Andy Worthington
1 12:06 PM Subject: RE: kernel compile problems > OK people - how many times do we have to say this: > SEARCH THE ARCHIVES!! > This question has been answered (literally) hundreds of times by now. > > Andy: Use kgcc instead of gcc is the official answer. Unofficially i thin

RE: kernel compile problems

2001-02-28 Thread Warren Melnick
hould work. Warren Melnick Director of Research and Development Astata Corporation -Original Message- From: Andy Worthington [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 11:56 AM To: [EMAIL PROTECTED] Subject: kernel compile problems I am having trouble compiling a

kernel compile problems

2001-02-28 Thread Andy Worthington
I am having trouble compiling a new kernel. This is a fresh install of redhat 7.0. I downloaded all the rpms at updates.redhat.com/7.0/i386/ I ran rpm -Fvh on all of them except the kernel ones because I want to stay with 2.2.16 at the moment. I then tried compiling the kernel with `make menuc

Re: Kernel compile problems (clean 7.0 install) [solved]

2000-10-05 Thread Charles Galpin
shortly after I sent this, I tried a make mrproper oldconfig dep and then it magically worked. The mrproper seems to have done it, since I checked another 7.0 box (upgraded not clean install) with the same problem, and it fixed it there too - without changing the Makefile. I guess the list server

Re: Kernel compile problems (clean 7.0 install)

2000-10-05 Thread Charles Galpin
I'm having the same problem. I changed the CC definition to use kgcc (which is installed), even though mine had some logic that should have resulted in the same thing anyway, and it made no difference. What else can I check? kernelcfg-0.6-9 kernel-headers-2.4.0-0.26 kernel-2.2.16-22 kernel-util

Re: Kernel compile problems

2000-09-29 Thread Luke C Gavel
On Thu, 28 Sep 2000, Mr FW User wrote: > Hi. I've just installed 7.0 on a blank disk and now > understand there is a 'kgcc' that must be used to > compile the kernel. I removed gcc and linked kgcc to I have a question. Where did 'kgcc' come from? The core kernel development group, or did it co

Re: Kernel compile problems

2000-09-29 Thread Jason Costomiris
On Thu, Sep 28, 2000 at 11:57:24PM -0400, Statux wrote: : gcc is your standard issue C compiler. Have you ever compiled a kernel : from tarball? What he's saying here is that the stock gcc in 7.0 blows up on compiling kernel 2.2.x, as it is gcc 2.96. This same problem existed with the 2.0 kernel

Re: Kernel compile problems

2000-09-29 Thread Statux
gcc is your standard issue C compiler. Have you ever compiled a kernel from tarball? On Thu, 28 Sep 2000, Mr FW User wrote: > > You should be using cc or gcc to compile anything on > > a redhat system... including the kernel. > > Well, apparently this kgcc is specifically designed to > compile

Re: Kernel compile problems

2000-09-28 Thread Mr FW User
> You should be using cc or gcc to compile anything on > a redhat system... including the kernel. Well, apparently this kgcc is specifically designed to compile the kernel, due to it being a new version, I think? So you're able to compile the kernel using: cpp-2.96-54 kernel-2.2.16-22 glibc-2.1

RE: Kernel compile problems

2000-09-28 Thread Mark Basil
ECTED] Subject: Kernel compile problems Hi. I've just installed 7.0 on a blank disk and now understand there is a 'kgcc' that must be used to compile the kernel. I removed gcc and linked kgcc to gcc and cc in /usr/bin. Now, I'm receiving the following assembly errors: cc -D__

Re: Kernel compile problems

2000-09-28 Thread Jason Costomiris
On Thu, Sep 28, 2000 at 06:45:25PM -0700, Mr FW User wrote: : Hi. I've just installed 7.0 on a blank disk and now : understand there is a 'kgcc' that must be used to : compile the kernel. I removed gcc and linked kgcc to : gcc and cc in /usr/bin. Now, I'm receiving the : following assembly errors:

Re: Kernel compile problems

2000-09-28 Thread Statux
> What's going on? The kernel compiles okay, but this > doesn't give me the warm-and-fuzzy... Why does this > seem so half-assed? You should be using cc or gcc to compile anything on a redhat system... including the kernel. ___ Redhat-list mailing li

Kernel compile problems

2000-09-28 Thread Mr FW User
Hi. I've just installed 7.0 on a blank disk and now understand there is a 'kgcc' that must be used to compile the kernel. I removed gcc and linked kgcc to gcc and cc in /usr/bin. Now, I'm receiving the following assembly errors: cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -