Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Mar 2009 04:14:36 -0500
From:      Michael Powell <nightrecon@verizon.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Kernel Compile issue
Message-ID:  <gog805$qrh$1@ger.gmane.org>
References:  <5061b39c0903020021t311f69c8va16b425e13f80eeb@mail.gmail.com> <5061b39c0903020026u7ad4d422w8f572f35bb27f9d1@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Paige Thompson wrote:

> Also I wanted to note how I got to this problem:
> 
> [root@ /usr/src]# make buildkernel config=GENERIC 2> error.log
> 
[snip]

cd /usr/obj and rm -rf usr before trying again. Then cd /usr/src and do:

make buildkernel KERNCONF=nameofsomeconffile  another example:

make buildkernel KERNCONF=GENERIC

If you have an unadulterated GENERIC conf file present and you just issue 
make buildkernel by itself it will select GENERIC as default. Try correct 
procedure first, and hope there is no problem. 

-Mike







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?gog805$qrh$1>