Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 16:56:39 -0500
From:      "Doug Reynolds" <mav@wastegate.net>
To:        "Ernest Hammerschmidt" <ernest.hammerschmidt@post.rwth-aachen.de>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: Error compiling kernel
Message-ID:  <20030122215634.D9F4F48463@wastegate.net>
In-Reply-To: <1043256422.76713.9.camel@fishbowl.asta.rwth-aachen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 22 Jan 2003 18:27:02 +0100, Ernest Hammerschmidt wrote:

>Hello,
>
>I just installed FreeBSD 4.7 yesterday and tried to install a new kernel
>following the instructions from the handbook. Unfortunately I ran into
>the following problem when executing
>'make buildkernel KERNCONF=MYKERNEL':
>
>
>	===> crypto
>	@ -> /usr/src/sys
>	machine -> /usr/src/sys/i386/include
>	make: don't know how to make bf_enc.c. Stop
>	*** Error code 2

if you haven't used buildworld, you have to 

cd /sys/i386/conf
config YOURKERNELNAME
cd  ../compile/YOURKERNLNAME
make depend
make 

and then
make install

(been a long time since i've done it that way, hopefully I didn't
forget anything)

---
doug reynolds | the maverick | mav@wastegate.net



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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