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

On Sun, Dec 02, 2007 at 09:21:17PM +0100, Kurt Schreiner wrote:

> Hi,
> 
> 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,
Andrew