Subject: Re: i386 kernel fails to compile
To: Andrew Doran <ad@netbsd.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 12/03/2007 09:45:37
Hi,

On Sun, Dec 02, 2007 at 09:35:06PM +0100, Andrew Doran wrote:
> On Sun, Dec 02, 2007 at 09:21:17PM +0100, Kurt Schreiner wrote:
> >
> > have no luck trying to compile a new kernel from current -current
> > source on i386.
> >
> > Kurt
> >
> >     compile  SHUTTLEX/cpu.o
> > /u/NetBSD/src/sys/arch/x86/x86/cpu.c: In function 'cpu_boot_secondary':
> > /u/NetBSD/src/sys/arch/x86/x86/cpu.c:601: error: 'lapic_boot_timecount' undeclared (first use in this function)
> > /u/NetBSD/src/sys/arch/x86/x86/cpu.c:601: error: (Each undeclared identifier is reported only once
> > /u/NetBSD/src/sys/arch/x86/x86/cpu.c:601: error: for each function it appears in.)
> > cc1: warnings being treated as errors
> > /u/NetBSD/src/sys/arch/x86/x86/cpu.c:601: warning: implicit declaration of function 'lapic_get_timecount'
> 
> That one's gone. Sorry - I'm trying to merge a large patch in and there is
> the odd bit of fluff..
Thanks for fixing! For me there's no problem w/ patches/modifications that
don't compile "out of the box": That's -current and not heavily tested
release bits! ;-)

Kurt