Re: 2.4.2 kernel mount crash

2001-03-08 Thread Remco B. Brink
Alan Cox <[EMAIL PROTECTED]> writes: > > I used kgcc to compile the kernel, did not get any of the RH7 gcc warning messages > > and still am left with a not-so-stable mount. > > Its certainly worth building with kgcc as well to make sure, and in this case > it looks like the problem is really in

Re: 2.4.2 kernel mount crash

2001-03-08 Thread Alan Cox
> > During the "make bzImage"step, I got bunch of this warning: > > "pasting would not give a valid preprocessing token". then I just ignored The pasting warning is harmless > The above message is related to the version of gcc that you get with > your copy of RedHat7. You might just want to use

Re: 2.4.2 kernel mount crash

2001-03-08 Thread Remco B. Brink
"Jie Zhou" <[EMAIL PROTECTED]> writes: > I did an upgrade from kernel-2.2.16 to the latest version-2.4.2. > During the "make bzImage"step, I got bunch of this warning: > "pasting would not give a valid preprocessing token". then I just ignored > it and after all done rebooted the linux and got in

2.4.2 kernel mount crash

2001-03-08 Thread Jie Zhou
Hi, Folks, I did an upgrade from kernel-2.2.16 to the latest version-2.4.2. During the "make bzImage"step, I got bunch of this warning: "pasting would not give a valid preprocessing token". then I just ignored it and after all done rebooted the linux and got into the new kernel successfully. How