From owner-freebsd-questions@FreeBSD.ORG Fri Jun 26 19:28:06 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 0D420106566C for ; Fri, 26 Jun 2009 19:28:06 +0000 (UTC) (envelope-from brentb@beanfield.com) Received: from smtp2.beanfield.net (smtp2.beanfield.net [206.223.173.34]) by mx1.freebsd.org (Postfix) with ESMTP id 7636B8FC15 for ; Fri, 26 Jun 2009 19:28:05 +0000 (UTC) (envelope-from brentb@beanfield.com) Received: from brent.local ([66.207.193.249]) by smtp2.beanfield.net (8.13.4/8.12.11) with ESMTP id n5QJO3gn094759; Fri, 26 Jun 2009 15:24:03 -0400 (EDT) (envelope-from brentb@beanfield.com) Message-ID: <4A45213E.3070705@beanfield.com> Date: Fri, 26 Jun 2009 15:27:58 -0400 From: Brent Bloxam Organization: Beanfield Technologies User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: fomin@pisem.net References: <12460400390643.1842379727.fomin@pisem.net> In-Reply-To: <12460400390643.1842379727.fomin@pisem.net> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: my kernel is not build/install 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: Fri, 26 Jun 2009 19:28:06 -0000 fomin@pisem.net wrote: > When I make my kernel (make kernel KERNCONF=KERNEL) it stop whith **** Error code 1 According to Chapter 8.5 of the handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html): > 1. > Change to the /usr/src directory: > # cd /usr/src > > 2. > Compile the kernel: > # make buildkernel KERNCONF=MYKERNEL > > 3. > Install the new kernel: > # make installkernel KERNCONF=MYKERNEL > You need to use `make buildkernel`, not `make kernel`