From owner-freebsd-questions@FreeBSD.ORG Mon Sep 8 11:47:48 2008 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 54132106566B for ; Mon, 8 Sep 2008 11:47:48 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id E72058FC12 for ; Mon, 8 Sep 2008 11:47:47 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [80.126.205.144]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id m88BlgEN062912; Mon, 8 Sep 2008 13:47:46 +0200 (CEST) (envelope-from Johan@double-l.nl) MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 8 Sep 2008 13:47:38 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB5DE0F1@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error :Code 1 Thread-Index: AckRpz7qfVfSGBDXRCWdofvxIpuwzgAAM3Qg References: <157836.23401.qm@web51404.mail.re2.yahoo.com> From: "Johan Hendriks" To: "mohd hilmi mohd salleh" X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: RE: Error :Code 1 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: Mon, 08 Sep 2008 11:47:48 -0000 >I try to build and install custom kernel.However when i write this = command, > make buildkernel KERNCONF=3DMYKERNEL >I got this error: >ERROR:Missing kernel configuration file(s) (MYKERNEL) >****Error code 1 >Stop in /usr/src >****Error code 1 >Stop in /usr/src >Can somebody help me! >Thanks, >-Hilmi You need to create a kernel config file and give it a name like MYKERNEL Place this file in /usr/src/sys/i386/conf/ If you use amd64 then it needs to go in /usr/src/sys/amd64/conf/ If you named that file KRNL then the command needs to be: make buildkernel KERNCONF=3DKRNL regards Johan No virus found in this outgoing message. Checked by AVG - http://www.avg.com=20 Version: 8.0.169 / Virus Database: 270.6.19/1659 - Release Date: = 8-9-2008 7:01