From owner-freebsd-questions@FreeBSD.ORG Sat Feb 21 18:13:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D4C11065673 for ; Sat, 21 Feb 2009 18:13:25 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (brucec-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:c09::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4A01D8FC13 for ; Sat, 21 Feb 2009 18:13:25 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 74E551902E; Sat, 21 Feb 2009 18:13:24 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on muon X-Spam-Level: X-Spam-Status: No, score=-2.6 required=8.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 Received: from [IPv6:2a01:348:10f:0:2c97:9e79:291c:73b1] (unknown [IPv6:2a01:348:10f:0:2c97:9e79:291c:73b1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Sat, 21 Feb 2009 18:13:24 +0000 (GMT) Message-ID: <49A0443F.40502@cran.org.uk> Date: Sat, 21 Feb 2009 18:13:19 +0000 From: Bruce Cran User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: daemon@crypt.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: kernel compile problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2009 18:13:26 -0000 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