Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2004 21:38:11 -0800
From:      Peter Wemm <peter@wemm.org>
To:        freebsd-amd64@freebsd.org
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Kernel Compilation issues/5.2-CURRENT/AMD64
Message-ID:  <200402222138.11188.peter@wemm.org>
In-Reply-To: <DC443D97-65B8-11D8-AC84-000A95989E4A@lixfeld.ca>
References:  <DC443D97-65B8-11D8-AC84-000A95989E4A@lixfeld.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 22 February 2004 08:29 pm, Jason Lixfeld wrote:
> make buildkernel keeps failing here:
>
> ===> accf_data
> cc -O -fPIC   -D_KERNEL -DKLD_MODULE -nostdinc -I-   -include

Stop right here!  You've removed the 'makeoptions NO_MODULES=notyet'
from your config file.  Put it right back in there immediately.

We don't support kld modules yet.  Your buildkernel is failing because 
you're trying to do something that isn't possible with our  toolchain.
-- 
Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5



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