From owner-freebsd-questions@FreeBSD.ORG Sun Feb 22 21:53:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A3F816A4CE; Sun, 22 Feb 2004 21:53:22 -0800 (PST) Received: from mail.ebit.ca (ebit.ca [207.136.103.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1122343D1D; Sun, 22 Feb 2004 21:53:22 -0800 (PST) (envelope-from jason+lists.freebsd@lixfeld.ca) Received: from [192.168.100.66] (trek.lixfeld.ca [216.7.194.254]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.ebit.ca (Postfix) with ESMTP id 2DA843C8013; Mon, 23 Feb 2004 00:55:35 -0500 (EST) In-Reply-To: <200402222138.11188.peter@wemm.org> References: <200402222138.11188.peter@wemm.org> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9401F882-65C4-11D8-AC84-000A95989E4A@lixfeld.ca> Content-Transfer-Encoding: 7bit From: Jason Lixfeld Date: Mon, 23 Feb 2004 00:53:17 -0500 To: Peter Wemm X-Mailer: Apple Mail (2.613) cc: freebsd-questions@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: Kernel Compilation issues/5.2-CURRENT/AMD64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 05:53:22 -0000 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"