Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2007 16:46:09 +0000
From:      Jamie Avery <jamieavery1@googlemail.com>
To:        freebsd-questions@freebsd.org
Subject:   make buildworld fails
Message-ID:  <47601051.9090400@googlemail.com>

next in thread | raw e-mail | index | archive | help
Hi
I have a custom Kernel Config file in /usr/src/sys/amd64/conf/.  I have 
put KERNCONF=/kernelname/ into /etc/make.conf.  However, when I make 
buildkernel, I get the following error

ERROR: Missing kernel configuration file(s) (/kernelname/).
*** Error code 1

Make.conf appears to be looking for the Kernel config file in the 
/i386/conf/ folder, as when I put a copy of /kernelname  /in the 
/i386/conf directory it starts to run, before failing on various unknown 
parameters that I assume are specific to the amd64 architecture.  Am I 
missing something? Do I need to state my processor architecture 
elsewhere? Or explicitly tell make.conf to look in the amd64 directory 
rather than the i386?

Any help greatly appreciated.

Jamie



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