Subject: Re: kernel compile stopped, make obj stopped
To: None <current-users@NetBSD.org>
From: Art Lemasters <slemas1@mindspring.com>
List: current-users
Date: 02/08/2004 20:33:23
Martin Husemann wrote:
> On Sun, Feb 08, 2004 at 07:28:29PM -0700, Art Lemasters wrote:
>
>>locore.o: IN function `start':
>>locore.o(.text+0x97): undefined reference to `cpu_info_primary'
>
>
> You probably accidentaly removed "cpu* at ...." from your kernel config
> file.
>
> Martin
Thank you, Martin! So
cpu* at mainbus?
needed to be uncommented. ...my ignorance of that config line.
It links fine with that line enabled.
Art