Re: Wrong RHN profile after kernel compile

2003-09-19 Thread Ed Wilts
On Fri, Sep 19, 2003 at 08:35:36PM -0400, Bill wrote: > > Grabbed kernel 2.4.20-20 source and compiled a custom kernel. > The RHN and Up2date screens still say I'm running a much older > version. I don't need the kernel rpm, but how do I inform > RHN & Up2date that it's been updated? The stand

Wrong RHN profile after kernel compile

2003-09-19 Thread Bill
Hello All: Grabbed kernel 2.4.20-20 source and compiled a custom kernel. The RHN and Up2date screens still say I'm running a much older version. I don't need the kernel rpm, but how do I inform RHN & Up2date that it's been updated? They both still indicate the old kernel, I assume since I didn'

kernel compile issues

2003-09-16 Thread George Nicholls
I have a problem that is frustrating the dwang out of me and I think that I have narrowed it down a bit to a compile issue. I have two kernels running on my machine; the vanilla one 2.4.20-8 that came with the install of RH9 and a custom one that I added pcmcia/cardbus support for wifi. The vanil

Re: Kernel compile

2003-07-15 Thread Samuel Flory
David Mackay wrote: Thanks for your response. The problem with that is that 2.4.20 doesn't contain all the patches required for my chipset. I can do back to a RH kernel like 2.4.20-8 and have PCMCIA but no USB, or compile 2.4.21 and get USB but no PCMCIA! There must be a scripting/startup problem

Re: Kernel compile

2003-07-15 Thread David Mackay
Thanks for your response. The problem with that is that 2.4.20 doesn't contain all the patches required for my chipset. I can do back to a RH kernel like 2.4.20-8 and have PCMCIA but no USB, or compile 2.4.21 and get USB but no PCMCIA! There must be a scripting/startup problem that i can work arou

Re: Kernel compile

2003-07-15 Thread dch
On Tue, 2003-07-15 at 05:35, David Mackay wrote: > Hi Guys, > > I've got one of the dreaded Compaq Presario 900 Linux > hating laptops. Unfortunatly the stock kernel locks up > USB even 2.4.20-18 in RH9. Therfore you have to > compile 2.4.21 with some patches to stand any chance. > I have done thi

Kernel compile

2003-07-15 Thread David Mackay
Hi Guys, I've got one of the dreaded Compaq Presario 900 Linux hating laptops. Unfortunatly the stock kernel locks up USB even 2.4.20-18 in RH9. Therfore you have to compile 2.4.21 with some patches to stand any chance. I have done this and thought all was OK. BUT when i reboot PCMCIA refuses to r

Re: Kernel Compile Issues for newbie

2003-07-13 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09 Jul 2003 21:17:46 +0200, George Nicholls wrote: > Many txs for the advice; I used mkinitrd to make a initial ramdisk. I > used the command; > > /sbin/mkinitrd --fstab /boot/initrd-2.4.21.img 2.4.21 to create a file > initrd-2.4.21.img Read the

Re: Kernel Compile Issues for newbie

2003-07-13 Thread George Nicholls
txs for the feeback:-) I got the kernel up and running in the end. I became confused after the "make modules_install" stage as the next stage, "make install", was not recommended in the how-to from kernel.org. It recommended using mkinitrd and copying the bzImage, config and other things to the /b

Re: Kernel Compile Issues for newbie

2003-07-12 Thread Linux Tard
> default=0 > timeout=2 > splashimage=(hd0,0)/grub/splash.xpm.gz > title Pasco Linux (2.4.21) > root (hd0,0) > kernel /bzImage.pasco ro root=LABEL=/ hdc=ide-scsi > initrd /initrd-2.4.21.img > title Red Hat Linux (2.4.20-8) > root (hd0,0) > kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ > hdc=ide-scsi >

Kernel Compile

2003-07-12 Thread George Nicholls
Dear All, Just a short note to give some feedback on my compile process for kernel 20.4.20-8 on RH9. Firstly I used "make menuconfig" as it appeared to be easier to scoot around in than xconfig. I was trying to compile in pcmcia modules. each time that I checked pcmcia cardbus support and saved t

Re: Kernel Compile Issues for newbie

2003-07-09 Thread George Nicholls
to kernel. This I understand is a typical newbie compile error, but was preceded a couple of statements; RAMDISK: Compressed image found at block 0 ** ** ** mounting root filesystem mount: missing root filesystem The howto kernel compile discusses these errors with LILO and I am using grub, so I

Re: Kernel Compile Issues for newbie

2003-07-09 Thread George Nicholls
= option to kernel. This I understand is a typical newbie compile error, but was preceded a couple of statements; RAMDISK: Compressed image found at block 0 ** ** ** mounting root filesystem mount: missing root filesystem The howto kernel compile discusses these errors with LILO and I am using grub, so

Re: Kernel Compile Issues for newbie

2003-07-09 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 08 Jul 2003 17:35:22 +0200, [EMAIL PROTECTED] wrote: > Do you think that you could advise? Yes. > 11. Reboot and check new kernel is booting > > > At this point the boot says booting Pasco Linux and stops with error 15: > cannot find file

Kernel Compile Issues for newbie

2003-07-08 Thread georgen
Dear listies, Do you think that you could advise? I have bought some wlan cards and want to play with them. The kernel on RH 9.0 (2.4.20-8) has the loadable module support disabled. Heroically, I downloaded the latest stable kernel (2.4.21) and had a go at compiling it. Here are the steps tha

Re: kernel compile troubles - No rule to make target `fastdep'. Stop.

2003-03-12 Thread Thierry ITTY
save your .config file in another directory (/tmp) do a "make mrproper" move your .config file back in /usr/src/linux-2.4 do the "make dep && make bzImage && ..." if it's not enough save your .config file again, remove the whole kernel-source directory and re-install it (re untar the kerneltar

Re: kernel compile troubles - No rule to make target `fastdep'.Stop.

2003-03-12 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 12 Mar 2003 10:22:04 +1000, Richard Garland wrote: > Posting again because I am not seeing on the list. My humble apologies if I > have overlooked the 1st post. > > > Trying to compile the kernel to include the drivers for Qlogic HBA cards.

kernel compile troubles - No rule to make target `fastdep'. Stop.

2003-03-11 Thread Richard Garland
Posting again because I am not seeing on the list. My humble apologies if I have overlooked the 1st post. Trying to compile the kernel to include the drivers for Qlogic HBA cards. I am doing the make clean, make mrproper, make dep. I know that after these steps I would need to make modules, make

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: RedHat 8 kernel compile

2003-02-24 Thread Matthew Simpson
doesn't make install work anymore, this use to cp the image to /boot and create the grub entry? Matt The procedure I use is: make dep clean bzImage modules modules_install You can do it all on the one line, and you should make dep before clean. Michael. --- Matthew Simpson <[EMAIL PROTECTED

Re: RedHat 8 kernel compile

2003-02-24 Thread Jack Bowling
** Reply to message from Matthew Simpson <[EMAIL PROTECTED]> on Mon, 24 Feb 2003 14:02:43 +1100 > Hi, > > I've just installed Redhat 8 and need to add some options to the > kernel. I've done. > > cd /usr/src/linux-2.4/ > make xconfig > > and then changed the config to my needs and then > >

Re: RedHat 8 kernel compile

2003-02-23 Thread Matthew Simpson
doesn't make install work anymore, this use to cp the image to /boot and create the grub entry? Matt The procedure I use is: make dep clean bzImage modules modules_install You can do it all on the one line, and you should make dep before clean. Michael. --- Matthew Simpson <[EMAIL PROTECTED

Re: RedHat 8 kernel compile

2003-02-23 Thread Michael Mansour
The procedure I use is: make dep clean bzImage modules modules_install You can do it all on the one line, and you should make dep before clean. Michael. --- Matthew Simpson <[EMAIL PROTECTED]> wrote: > Hi, > > I've just installed Redhat 8 and need to add some > options to the > kernel. I've

RedHat 8 kernel compile

2003-02-23 Thread Matthew Simpson
Hi, I've just installed Redhat 8 and need to add some options to the kernel. I've done. cd /usr/src/linux-2.4/ make xconfig and then changed the config to my needs and then make clean && make dep && make && make bzImage && make modules && make modules_install && make install this line use t

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread Jim Hayward
On Wed, 2002-10-16 at 10:37, Andrew MacKenzie wrote: > make[2]: Entering directory `/usr/src/linux-2.4.19/drivers/scsi' > ln -sf sim710.scr fake7.c > gcc296 -E -D__KERNEL__ -I/usr/src/linux-2.4.19/include -traditional > -DCHIP=710 fake7.c | grep -v '^#' | perl -s script_asm.pl -ncr710 > script_as

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread Andrew MacKenzie
+++ Nick Lindsell [RedHat] [Wed, Oct 16, 2002 at 03:58:14PM +0100]: > >I believe it's problem with gcc, in some place I read the author > >recommended > >using kgcc and not Red Hat's gcc > > There doesn't appear to be a kgcc in rh8.0 > But looking /usr/bin I find i386-redhat-linux-gcc which appe

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread Nick Lindsell
At 11:06 16/10/2002 -0300, you wrote: >From: "Andrew MacKenzie" <[EMAIL PROTECTED]> > > >I've recently installed RedHat 8.0, and I've yet to be able to compile a > >new kernel (generic kernel straight from kernel.org). > >yesterday someone in the Uruguayan LUG mailing-list sent sent exactly the >s

Re: RH 8.0 Kernel Compile error.

2002-10-16 Thread juaid
From: "Andrew MacKenzie" <[EMAIL PROTECTED]> >I've recently installed RedHat 8.0, and I've yet to be able to compile a >new kernel (generic kernel straight from kernel.org). yesterday someone in the Uruguayan LUG mailing-list sent sent exactly the same mail as you, but it was with the kernel pro

RH 8.0 Kernel Compile error.

2002-10-16 Thread Andrew MacKenzie
I've recently installed RedHat 8.0, and I've yet to be able to compile a new kernel (generic kernel straight from kernel.org). This kernel compiled just fine under RedHat 7.3 with the same config (which I can post if necessary). The error occurs during the 'make modules' bit, and I am thus far c

Re: Kernel Compile Help Needed

2002-10-09 Thread Samuel Flory
Lance Spence wrote: >I don't know if my request made it through the first time, so I'm reposting. > >Can some one please help me with a kernel build and getting the system to >boot up completely. I have Redhat 8.0 and have rebuilt the kernel. I've gone >through the kernel building steps. Grub is

Kernel Compile Help Needed

2002-10-09 Thread Lance Spence
I don't know if my request made it through the first time, so I'm reposting. Can some one please help me with a kernel build and getting the system to boot up completely. I have Redhat 8.0 and have rebuilt the kernel. I've gone through the kernel building steps. Grub is installed and an entry for

Re: Kernel compile and ATX PS question

2002-08-12 Thread Mohd Irfan R Khan
ay, August 13, 2002 12:05 AM Subject: Re: Kernel compile and ATX PS question > > cd /usr/src/linux > > make menuconfig > > go to the General Setup -> Power Management. > > - Original Message - > From: "Trevor" <[EMAIL PROTECTED]> > To: <[E

RE: Kernel compile and ATX PS question

2002-08-12 Thread Trevor
ent: Monday, August 12, 2002 9:34 PM Subject: Kernel compile and ATX PS question > I recompiled my kernel and everything went perfect except for one issue. > Now, when I do "shutdown -h now" my system won't power down (even though > it's a ATX power supply). It use to sh

Re: Kernel compile and ATX PS question

2002-08-12 Thread Teodor Georgiev
cd /usr/src/linux make menuconfig go to the General Setup -> Power Management. - Original Message - From: "Trevor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 9:34 PM Subject: Kernel compile and ATX PS question > I recompi

Kernel compile and ATX PS question

2002-08-12 Thread Trevor
I recompiled my kernel and everything went perfect except for one issue. Now, when I do "shutdown -h now" my system won't power down (even though it's a ATX power supply). It use to shutdown... Any ideas? The ONLY thing I did was a kernel compile. So, I'm assuming

Re: Kernel compile and install issue

2002-07-23 Thread Mark C
On Tue, 2002-07-23 at 23:48, Patrick Beart wrote: > Folks: > > I'm trying to upgrade the kernel version on my laptop. > Currently, it has the default RH 7.2 kernel (v. 2.4.7-10). However, > there's a bug in the PnP Bios for that kernel that prevents the > built-in soundcard on my IBM Thi

Kernel compile and install issue

2002-07-23 Thread Patrick Beart
Folks: I'm trying to upgrade the kernel version on my laptop. Currently, it has the default RH 7.2 kernel (v. 2.4.7-10). However, there's a bug in the PnP Bios for that kernel that prevents the built-in soundcard on my IBM Thinkpad from working. The new kernel version (2.4.18) is supp

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/

loopback devices & kernel compile..

2002-06-25 Thread Petri Somerkari
Tried compiling kernel.. all going well until after mkinitrd /boot/initrd-2.4.18.img 2.4.18-3custom got announced that: All of your loopback devices are in use ! What to do ? Pete ___ Redhat-list mailing list [EMAIL PROTECTED] https://lis

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 Question...

2002-05-15 Thread Mario Günterberg
> i'm on rh7.3 now.because this version not support my sound card,i have to > recompile the kernel.two questions below: > 1.i've got the bzImage file,can i del other files in the /usr/src/linux/? > 2.after recompile the kernel,i have to shut the power by myself.what module > i've missed? 1. first

Re: Kernel Compile Question...

2002-05-14 Thread Marcus
After you have done your: make dep make bzImage make modules make modules_install You then want to do: cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz-2.4.x ...and as an optional step: cp /usr/src/linux/System.map /boot/System.map-2.4.x Now you have to tell lilo what to do with your n

Re: Kernel Compile Question...

2002-05-14 Thread Kjetil Tjensvold
I dont know about the first one, but the second question you must check for automatic power down. I think it is on the general setup window. --- Wei Wu <[EMAIL PROTECTED]> skrev: > i'm on rh7.3 now.because this version not support my > sound card,i have to > recompile the kernel.two questions b

Kernel Compile Question...

2002-05-14 Thread Wei Wu
i'm on rh7.3 now.because this version not support my sound card,i have to recompile the kernel.two questions below: 1.i've got the bzImage file,can i del other files in the /usr/src/linux/? 2.after recompile the kernel,i have to shut the power by myself.what module i've missed?

Re: -I have some troubles with kernel compile----

2001-12-11 Thread Statux
You probably forgot to disable other IDE-related stuff. Go through all menus and turn things off. On Thu, 6 Dec 2001, Support & IT Department wrote: > Hello all. > > ..I have Red Hat Linux box 7.1 > I try to recompile kernel 2.4.2 WITHOUT IDE support > I have pure SCSI > When I issue "make bz

-I have some troubles with kernel compile----

2001-12-11 Thread Support & IT Department
Hello all.   ..I have Red Hat Linux box 7.1 I try to recompile kernel 2.4.2 WITHOUT  IDE support I have pure SCSI When I issue "make bzImage" I get error :   arch/i386/kernel/kernel.o: In fubction `pci_fixup_vt8363' arch/i386/kernel/kernel.o(.text.init+0x3657): undefined reference to `noautodm

Re: Best Method - base config for kernel compile

2001-11-15 Thread Gordon Messmer
On Wed, 14 Nov 2001, BobH wrote: > Still trying to get NAT going. Upgraded to 2.4.9-13 and had an unuseable > kernel. I started from scratch on the configuration but have since found > the 'configs' subdirectory under the 2.4.9-13 src directory. Should I just > open the appropriate config fi

Best Method - base config for kernel compile

2001-11-14 Thread BobH
Hi, Still trying to get NAT going. Upgraded to 2.4.9-13 and had an unuseable kernel. I started from scratch on the configuration but have since found the 'configs' subdirectory under the 2.4.9-13 src directory. Should I just open the appropriate config file and use this as my base to add the

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 Error

2001-02-02 Thread Pete Peterson
> Date: Fri, 2 Feb 2001 14:35:43 -0500 (EST) > To: [EMAIL PROTECTED] > Subject: Kernel Compile Error > From: "Pete Peterson" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > > > OK -- this should be trivial, but I'm getting lost in all the makefi

Kernel Compile Error

2001-02-02 Thread Pete Peterson
OK -- this should be trivial, but I'm getting lost in all the makefile variables. A friend was trying to build a new kernel to include masquerading for VPN. He had problems and asked me to help. He said he: Did the patches for the VPN (there were two of them) Made configuration file Did "m

Re: Kernel Compile Problem

2000-12-05 Thread Nitebirdz
On Mon, 4 Dec 2000, Anton wrote: > Hi all, > > I was succesfully install RedHat 7.0 on my PC, but i'm found error when i try to >make bzImage. I just adding several TCP/IP options on the kernel options. I found the >same problem when i try to use kernel-2.2.17. > > What problem are you exa

Kernel Compile Problem

2000-12-05 Thread Anton
Hi all,   I was succesfully install RedHat 7.0 on my PC, but i'm found error when i try to make bzImage. I just adding several TCP/IP options on the kernel options. I found the same problem when i try to use kernel-2.2.17.      Thx     Anton 

Re: non-SMP kernel compile fails

2000-12-05 Thread rpjday
On Mon, 4 Dec 2000, Michael R. Jinks wrote: > Hi, all. > > Can somebody suggest a reason why the kernel sources packaged with Red > Hat 7 would compile for SMP, but not for single-CPU? > > After a successful compile, I made one change, which was to move the SMP > option from "yes" to "no", and th

non-SMP kernel compile fails

2000-12-04 Thread Michael R. Jinks
Hi, all. Can somebody suggest a reason why the kernel sources packaged with Red Hat 7 would compile for SMP, but not for single-CPU? After a successful compile, I made one change, which was to move the SMP option from "yes" to "no", and the whole thing breaks. I'm at a loss for how to even star

solved Re: non-SMP kernel compile fails

2000-12-04 Thread Michael Jinks
Thanks to Peter Skensved for this tip: to switch from an SMP to a non-SMP build, you have to do a "make mrproper", which will erase all config information; move that .config out of the way first. Probably equivalent to just untarring a fresh tree, I imagine. Anyhow. Did that, it works. -m Cha

Re: non-SMP kernel compile fails

2000-12-04 Thread Charles Galpin
I had to do a make clean or clobber, or perhaps both before the kernel would compile for me. hth charles On Mon, 4 Dec 2000, Michael R. Jinks wrote: > Hi, all. > > Can somebody suggest a reason why the kernel sources packaged with Red > Hat 7 would compile for SMP, but not for single-CPU? > >

Re: kgcc and kernel compile

2000-11-16 Thread Charles Galpin
a clean kernel compile required a make mrproper for me On Thu, 16 Nov 2000, Todd A. Jacobs wrote: > On Tue, 14 Nov 2000, Leonard den Ottolander wrote: > > > > CC =$(CROSS_COMPILE)kgcc -D__KERNEL__ -I$(HPATH) > > Yes, this is exactly what I did. I even tried passing it on

Re: kgcc and kernel compile

2000-11-16 Thread Todd A. Jacobs
On Tue, 14 Nov 2000, Leonard den Ottolander wrote: > > CC =$(CROSS_COMPILE)kgcc -D__KERNEL__ -I$(HPATH) Yes, this is exactly what I did. I even tried passing it on the commandline to make. (sigh) I actually ended up downrevving my servers to 6.2, since I could get clean kernel compiles out of

Re: kgcc and kernel compile

2000-11-14 Thread Leonard den Ottolander
Hi Todd, Here we go again (assuming you didn't do this already): > Quoted from an earlier post by Jason Costomiris To get my kernel compile > (2.2.17) to use it, I had to change line 25 of the top-level Makefile in > the kernel source tree. Change "cc"

Re: kgcc and kernel compile

2000-11-14 Thread Corisen
ED]> Sent: Tuesday, November 14, 2000 11:06 PM Subject: kgcc and kernel compile > Anyone else finding it impossible to compile the 2.2.16 Linux kernel even > with kgcc? As mentioned in bugzilla, I changed the compiler to use kgcc > instead of gcc, but 'make zImage' still

kgcc and kernel compile

2000-11-14 Thread Todd A. Jacobs
Anyone else finding it impossible to compile the 2.2.16 Linux kernel even with kgcc? As mentioned in bugzilla, I changed the compiler to use kgcc instead of gcc, but 'make zImage' still bombs out. Any suggestions? -- Todd A. Jacobs Senior Network Consultant _

kernel compile

2000-10-15 Thread lee johnson
hi.. update to prior message. not sure this is really relevant but.. my latest purchase of rh 6.2 ( when my other cd went bad ) was special edition using redhat linux...which came with publishers edition ? of rh 6.2 i understand its similar to the standard version of redhat whate

kernel compile: make'ing just one driver (instead of make modules)

2000-10-11 Thread Dan Browning
What is the process for 'make'ing one driver? 'make modules' can take a long time, and I just want drivers/block/DAC960.o to be compiled (from drivers/block/DAC960.[ch]). Thanks. Dan Browning Network & Database Administrator Cyclone Computer Systems __

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

2000-10-05 Thread Charles Galpin
gcc and cc in /usr/bin. Now, I'm receiving the: following assembly > > errors: > > > > Those are errors caused by gcc 2.96. You have to have the kgcc package > > installed, which is essentially egcs 1.1.2. > > > > To get my kernel compile (2.2.17) to

Re: Kernel compile problems (clean 7.0 install)

2000-10-05 Thread Charles Galpin
ust 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: > > Those are errors caused by gcc 2.96. You have to have the kgcc package > installed, which is essentially egcs 1.1.2. >

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
wing assembly errors: Those are errors caused by gcc 2.96. You have to have the kgcc package installed, which is essentially egcs 1.1.2. To get my kernel compile (2.2.17) to use it, I had to change line 25 of the top-level Makefile in the kernel source tree. Change "cc" to &quo

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 -

Re: NFS croaked after kernel compile

2000-06-21 Thread Eric Sisler
Mike Butler <[EMAIL PROTECTED]> wrote: >Any idea what I broke? I did a kernel compile and now when I attempt to >start up NFS services I get : nfssvc: Function not implemented. > >I didn't change anything pertaining to NFS when I did the compile. If you were using the

Re: NFS croaked after kernel compile

2000-06-21 Thread Thomas Porter
"Butler, Mike" wrote: > > Hello All, > Any idea what I broke? I did a kernel compile and now when I attempt to > start up NFS services I get : nfssvc: Function not implemented. > > I didn't change anything pertaining to NFS when I did the compile. Mike, Ar

NFS croaked after kernel compile

2000-06-21 Thread Butler, Mike
Hello All, Any idea what I broke? I did a kernel compile and now when I attempt to start up NFS services I get : nfssvc: Function not implemented. I didn't change anything pertaining to NFS when I did the compile. Thanks in advance Mike -- To unsubscribe: mail [EMAIL PROTECTED]

TERM problems after kernel compile

2000-06-20 Thread Charles Boening
I compiled 2.2.16 and installed it on my RH 6.0 system. Everything seems to be fine except my TERM emulations. No matter how I login, I'm always set to: TERM=dumb I can set TERM=vt100;export TERM and it works fine. It seems to be something in the detection. Is there something I missed in my c

1st time kernel compile quits w/ error 2

2000-05-30 Thread redhat
Ok, I tried compiling my kernel for the 1st time. Std RH6.1 src dist. All I did was use xconfig to turn on Bridging. Then I ran the following: make dep make clean make bzImage and make bzImage runs for a while then quites with the following: make [1]: *** bbootsec.o [error 127] make [1]: leav

Re: kernel compile question update

2000-05-23 Thread Bret Hughes
The modules problem seems to be that somthing needs a driver that is in the sound configuration. I disabled sound support and the modules always failed while compiling radiosomething.o sying it needed something else. I guessed it was the sound stuff and added it back in and the modules are now

Re: kernel compile question

2000-05-23 Thread Bret Hughes
Thanks to all for the input. Makes sense. I thought I would try the modules again berfore asking for help. I was getting a couple of errors on the make modules and incorrectly assumed that all were built. None of the ipv4 or net modules were installed amoung others I am sure. I'll run it agai

Re: kernel compile question

2000-05-23 Thread Eric Sisler
Bret Hughes <[EMAIL PROTECTED]> wrote: >after I compile a newly configured kernel using: > >make mrproper >make menuconifg >make dep >make clean >make bzImage > >I get a vmlinuz file in /usr/src/linux (2.2.14-5.0) >and a much smaller file in arch/i386/boot/bzImage > >The kernel howto indicates th

Re: kernel compile question

2000-05-23 Thread Rodrigo Moya
Bret Hughes wrote: > > after I compile a newly configured kernel using: > > make mrproper > make menuconifg > make dep > make clean > make bzImage > > I get a vmlinuz file in /usr/src/linux (2.2.14-5.0) > and a much smaller file in arch/i386/boot/bzImage > > The kernel howto indicates that bzI

kernel compile question

2000-05-23 Thread Bret Hughes
after I compile a newly configured kernel using: make mrproper make menuconifg make dep make clean make bzImage I get a vmlinuz file in /usr/src/linux (2.2.14-5.0) and a much smaller file in arch/i386/boot/bzImage The kernel howto indicates that bzImage is the one I should move and it seems to

Re: RH 6.1 kernel compile (as86 missing)

2000-03-01 Thread Eric Sisler
> > I'm having some trouble compiling a kernel with the 6.1 release. Namely > > 'make bzImage' crashes near the end, complaining: > > > > make[1]: as86: command not found > > > > Fair enough, I've probably forgotten to install the bin86 rpm > > right...uh...well, the 6.1 CD doesn't seem to have

Re: RH 6.1 kernel compile (as86 missing)

2000-03-01 Thread Dave Reed
> > I'm having some trouble compiling a kernel with the 6.1 release. Namely > 'make bzImage' crashes near the end, complaining: > > make[1]: as86: command not found > > Fair enough, I've probably forgotten to install the bin86 rpm > right...uh...well, the 6.1 CD doesn't seem to have a bin86

RH 6.1 kernel compile (as86 missing)

2000-03-01 Thread Eric Sisler
I'm having some trouble compiling a kernel with the 6.1 release. Namely 'make bzImage' crashes near the end, complaining: make[1]: as86: command not found Fair enough, I've probably forgotten to install the bin86 rpm right...uh...well, the 6.1 CD doesn't seem to have a bin86 package. Has as

kernel compile

2000-02-06 Thread Steve Lee
If I compile a kernel to include all needed hardware for many systems. What are the necessary files to copy to each machine? Is it: kernel, all the modules /lib/modules/2.2.xx, and the System.map to each machine. Am i missing anything? -- To unsubscribe: mail [EMAIL PROTECTED] with "unsub

kernel compile errors when optimizing

1999-01-04 Thread patrick
I have been trying to optimize the compilation of a new kernel for my celeron 300a system. Whenever I try these CFLAGS it outright fails to compile... WHY??? How do I get the damn thing to fully optimize for my system? I am trying to get it compiled for a pentium-pro based system, NOT a 386/486

Kernel compile warning

1998-06-11 Thread hcheng
When I run "make zImage" on the 2.0.34-0.6 kernel sources supplied in RH 5.1, I got these warnings: gcc -D__KERNEL__ -I/usr/src/linux/include -D__ASSEMBLY__ -traditional -c entry.S -o entry.o /tmp/cca01896.s: Assembler messages: /tmp/cca01896.s:257: Warning: warning: missing prefix `*' in abso

Re: kernel compile question

1998-05-28 Thread Igmar Palsenberg
>Hello, >I'm trying to build 2.0.33, but I get this compile error when I do a >"make >boot". It says as86 not found when compiling bootsect.c (I think i >got >that right) >Any suggestions? >david Install bin86 Igmar -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES

Re: kernel compile question

1998-05-26 Thread Matt Housh
You probably don't have as86 installed. It's in the bin86 RPM, bin86-0.4-3 on my system. HTH Matt --- Matt Housh email: [EMAIL PROTECTED] MicroComputer SpecialistUniversity of Tulsa

kernel compile question

1998-05-26 Thread David S Edwards
Hello, I'm trying to build 2.0.33, but I get this compile error when I do a "make boot". It says as86 not found when compiling bootsect.c (I think i got that right) Any suggestions? david -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/Red

  1   2   >