Date: Mon, 23 Feb 2004 00:53:17 -0500 From: Jason Lixfeld <jason+lists.freebsd@lixfeld.ca> To: Peter Wemm <peter@wemm.org> Cc: freebsd-amd64@freebsd.org Subject: Re: Kernel Compilation issues/5.2-CURRENT/AMD64 Message-ID: <9401F882-65C4-11D8-AC84-000A95989E4A@lixfeld.ca> In-Reply-To: <200402222138.11188.peter@wemm.org> References: <DC443D97-65B8-11D8-AC84-000A95989E4A@lixfeld.ca> <200402222138.11188.peter@wemm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 23, 2004, at 12:38 AM, Peter Wemm wrote: > 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. *gulp* when I built my custom kernel, I looked in /usr/src/sys/conf/NOTES and /usr/src/sys/amd64/conf/NOTES and found nothing pertaining to the use of this makeoption. I checked google, forums, lists, etc and found nothing specific on the use of this so I removed it. Perhaps add a comment saying that you will have weird stuff happen if this is not here will help deter people from overzealously removing it, as I did. Thanks! I'll give it a shot and see what happens. > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9401F882-65C4-11D8-AC84-000A95989E4A>