Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2010 21:38:25 -0400
From:      Jerry Bell <jerry.bell@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Building amd64 kernel problems (missing kernel configuration files)
Message-ID:  <AANLkTinA49GrqUOv4kk0f9QPtZ3VOswC7Y4Rt6vLtnw-@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
 Hello,

I am have a fresh install of FreeBSD 8.0 i386 and need to install an amd64
kernel.

I have copied /usr/src/sys/amd64/conf/GENERIC to
/usr/src/sys/amd64/conf/JERRY

Then, I run "make buildkernel KERNCONF=JERRY" in /usr/src and get the
following error:
ERROR: Missing kernel configuration file(s) (JERRY).
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


It seems to want JERRY to be in i386/conf.  If I copy JERRY to i386/conf and
run "make buildkernel KERNCONF=JERRY", I get the following error:
--------------------------------------------------------------
>>> Kernel build for JERRY started on Wed Jun  9 20:50:30 EDT 2010
--------------------------------------------------------------
===> JERRY
mkdir -p /usr/obj/usr/src/sys

--------------------------------------------------------------
>>> stage 1: configuring the kernel
--------------------------------------------------------------
cd /usr/src/sys/i386/conf;
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
config  -d /usr/obj/usr/src/sys/JERRY  /usr/src/sys/i386/conf/JERRY
/usr/src/sys/i386/conf/JERRY: unknown option "HAMMER"
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


I know I'm missing something simple, but can't quite figure out what it is.

Thanks,

Jerry



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