Re: kernel problems

2000-03-09 Thread Igmar Palsenberg
> I did make xconfig, make dep, make modules, make clean and then make > bzdisk and the make bzdisk craps out this error : > > > gcc: Internal compiler error: program cc1 got fatal signal 11 > make[2]: *** [inode.o] Error 1 > make[2]: Leaving directory `/usr/src/linux-2.2.14/fs' > make[1]: ***

Re: kernel problems

2000-03-05 Thread Eric Sisler
Michael S. Dunsavage <[EMAIL PROTECTED]> wrote: >I did make xconfig, make dep, make modules, make clean and then make >bzdisk and the make bzdisk craps out this error : [snip] Does it matter whether you make the kernel or the modules first? I normally run things in the following order: make

Re: kernel problems

2000-03-05 Thread Hal Burgiss
On Sun, Mar 05, 2000 at 07:23:58AM -0500, Michael S. Dunsavage wrote: > I did make xconfig, make dep, make modules, make clean and then make > bzdisk and the make bzdisk craps out this error : > > > gcc: Internal compiler error: program cc1 got fatal signal 11 > make[2]: *** [inode.o] Error 1 >

Re: kernel problems

2000-03-05 Thread Michael S. Dunsavage
Eric Cifreo wrote: > > I did make xconfig, make dep, make modules, make clean and then make > > bzdisk and the make bzdisk craps out this error : > > > > > > gcc: Internal compiler error: program cc1 got fatal signal 11 > > make[2]: *** [inode.o] Error 1 > > make[2]: Leaving directory `/usr/src/l

Re: kernel problems

2000-03-05 Thread Eric Cifreo
> I did make xconfig, make dep, make modules, make clean and then make > bzdisk and the make bzdisk craps out this error : > > > gcc: Internal compiler error: program cc1 got fatal signal 11 > make[2]: *** [inode.o] Error 1 > make[2]: Leaving directory `/usr/src/linux-2.2.14/fs' > make[1]: *** [

Re: Kernel problems...

1998-03-17 Thread Rick L. Mantooth
~cory, You sure you typed zImage correctly? (simple but guilty) ;) rickdman # locate zImage /usr/src/linux-2.0.32/arch/i386/boot/zImage Might need to be root and then: root# find / -name zImage -print If it is on the machine, the above will find it. Be sure to check the date on the file. Ri

Re: Kernel problems...

1998-03-17 Thread Cory T. Lamb
On Tue, 17 Mar 1998, Dan Cyr wrote: > Your mistake is the 'make vmlinux'. Use 'make zImage' after 'make clean'. > The new kernel image will be > /arch/i386/boot/zImage I can't seem to find the file that you're talking about here. The zImage ran fine but I can't seem to find where it outputs to.

Re: Kernel problems...

1998-03-17 Thread Dan Cyr
Your mistake is the 'make vmlinux'. Use 'make zImage' after 'make clean'. The new kernel image will be /arch/i386/boot/zImage copy it to /boot eg. cp arch/i386/boot/zImage /boot/vmlinuz-new Then edit /etc/lilo.conf Make an exact copy of the original linux boot info, change the second one's lab

Re: Kernel problems...

1998-03-17 Thread Chris Fishwick
> So I think that it is all recompiled I just have to figure out how to boot > it instead of the default kernel. I'm sure this is a stupid question and > I apologize but I would appreciate your help. Take a look at /etc/lilo.conf and its man page Regards Chris Work Homepage: http://www.so