Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2005 08:12:05 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Eric Murphy <eam404@earthlink.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: AMD64 question
Message-ID:  <20050926051205.GA1680@flame.pc>
In-Reply-To: <28474155.1127711148162.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net>
References:  <28474155.1127711148162.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Mon, 26 Sep 2005 01:05:47 -0400 (EDT)
> From: Eric Murphy <eam404@earthlink.net>
> Reply-To: Eric Murphy <eam404@earthlink.net>
> Subject: AMD64 question
> To: freebsd-questions@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




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