AMD64 question

Giorgos Keramidas keramida at ceid.upatras.gr
Sun Sep 25 22:12:41 PDT 2005


> Date: Mon, 26 Sep 2005 01:05:47 -0400 (EDT)
> From: Eric Murphy <eam404 at earthlink.net>
> Reply-To: Eric Murphy <eam404 at earthlink.net>
> Subject: AMD64 question
> To: freebsd-questions at freebsd.org
>
> Hey guys im having trouble complieing a custem kernel for this version of BSD
>
> I mkae a copy of the GENERIC kernel, editing it for what i want and renameing it to GREED
>
> When I move into
>
> cd /usr/src
>
> and issue  make buildkernel KERNCONF=GREED
>
> It says GREED is missing and is not there, but it is..it lies in /usr/src/sys/i386/conf

If you are indeed running "buildkernel" on an amd64 machine, your kernel
configuration file should be in /usr/src/sys/amd64/conf/GREED instead of
the path you mentioned above.

This is why the "buildkernel" target cannot find it.  It looks for a
local configuration file at:

	/usr/src/sys/amd64/conf/GREED

but you have put yours at:

	/usr/src/sys/i386/conf/GREED



More information about the freebsd-questions mailing list