Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2008 13:47:38 +0200
From:      "Johan Hendriks" <Johan@double-l.nl>
To:        "mohd hilmi mohd salleh" <alim9903@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   RE: Error :Code 1
Message-ID:  <57200BF94E69E54880C9BB1AF714BBCB5DE0F1@w2003s01.double-l.local>
References:  <157836.23401.qm@web51404.mail.re2.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>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



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