> 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]: ***
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
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
>
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
> 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]: *** [
~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
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.
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
> 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