Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2009 18:13:19 +0000
From:      Bruce Cran <bruce@cran.org.uk>
To:        daemon@crypt.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: kernel compile problems
Message-ID:  <49A0443F.40502@cran.org.uk>
In-Reply-To: <f086613f0902210541x53531f8fg59c0be99082aed77@mail.gmail.com>
References:  <f086613f0902210541x53531f8fg59c0be99082aed77@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
daemon wrote:
> I try to build a 7.1 kernel but when i does
>
> # make depend && make clean depend
>
> make shows :
>
> make : don't know how to make ../../../dev/agp/agp.c. Stop
>
> anyone know anything? Thanks!
>   

The process for building a kernel has changed since the days of 4.x.  
Now you should just use:

make buildkernel KERNCONF=configfile

Leave the KERNCONF out to build GENERIC.

See 
http://www.freebsd.org/doc/en/books/handbook/kernelconfig-building.html 
for more details.

-- 
Bruce Cran



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49A0443F.40502>