(no subject)

Christian Walther cptsalek at gmail.com
Sun Jan 27 05:24:14 PST 2008


Hi there,

On 27/01/2008, JSCB Alokabank <alokauz at uzpak.uz> wrote:
[...]
> make buildkernel KERNCONF=KERNEL
> ERROR: Missing kernel configuration file(s) (KERNEL)
> *** Error code 1

Is the KERNEL file in the right directory? It has to be
/usr/src/sys/i386/conf/KERNEL or /usr/src/sys/amd64/conf, depending on
the platform you're on.
AFAIK you can't build an amd64 kernel on i386 and vice versa, so make
sure your configuration is in the right directory. Use

$ uname -m

to determine on what platform you're on.

HTH
Christian


More information about the freebsd-questions mailing list