Re: 2.6.2-rc1-mm2 kernel oops
From: Sid Boyce (sboyce_at_blueyonder.co.uk)
Date: 01/25/04
- Previous message: Marco Rebsamen: "Re: Troubles Compiling 2.6.1 on SuSE 9"
- Maybe in reply to: Sid Boyce: "2.6.2-rc1-mm2 kernel oops"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 25 Jan 2004 20:21:51 +0000 To: linux-kernel@vger.kernel.org
> Adrian Bunk wrote:
> On Sun, Jan 25, 2004 at 03:14:51PM +0000, Sid Boyce wrote:
> >> Linus Torvalds wrote:
> > > > Problems with the exception table sorting?
> > > >
> > > > Does plain 2.6.2-rc1 work?
> >> 2.6.2-rc1 works fine.
>
> > Could you back out ("patch -p1 -R < ..." or manually remove the lines)
> > the patch below and retry 2.6.2-rc1-mm2?
>
>
>
> > TIA
> > Adrian
>
>
> > --- 25/Makefile~use-funit-at-a-time 2004-01-14 00:56:05.000000000 -0800
> > +++ 25-akpm/Makefile 2004-01-14 00:56:05.000000000 -0800
> > @@ -445,6 +445,10 @@ ifdef CONFIG_DEBUG_INFO
> > CFLAGS += -g
> > endif
>
> > +# Enable unit-at-a-time mode when possible. It shrinks the
> > +# kernel considerably.
> > +CFLAGS += $(call check_gcc,-funit-at-a-time,)
> > +
> > # warn about C99 declaration after statement
> > CFLAGS += $(call check_gcc,-Wdeclaration-after-statement,)
I commented out the line below. 2.6.2-rc1-mm3 is now up and running,
thanks.
CFLAGS += $(call check_gcc,-funit-at-a-time,)
Regards
Sid.
-- Sid Boyce .... Hamradio G3VBV and keen Flyer Linux Only Shop. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Marco Rebsamen: "Re: Troubles Compiling 2.6.1 on SuSE 9"
- Maybe in reply to: Sid Boyce: "2.6.2-rc1-mm2 kernel oops"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|