From owner-freebsd-questions Wed Mar 1 10:37:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 3A41F37BDE4 for ; Wed, 1 Mar 2000 10:37:18 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 8632 invoked from network); 1 Mar 2000 18:37:11 -0000 Received: from userah88.uk.uudial.com (HELO marder-1.) (62.188.133.19) by smtp.dial.pipex.com with SMTP; 1 Mar 2000 18:37:11 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id SAA01308; Wed, 1 Mar 2000 18:37:10 GMT (envelope-from mark) Date: Wed, 1 Mar 2000 18:37:10 +0000 From: Mark Ovens To: Jerry Lei Cc: freebsd-questions@freebsd.org Subject: Re: about building a kernel Message-ID: <20000301183710.B327@marder-1> References: <20000301175722.20908.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000301175722.20908.qmail@hotmail.com>; from tylei@hotmail.com on Wed, Mar 01, 2000 at 09:57:21AM -0800 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Mar 01, 2000 at 09:57:21AM -0800, Jerry Lei wrote: > Hi, > > I try to build a new kernel for my FreeBSD3.3, but there are some problem > when I did it. > > 1. I put makeoptions DEBUG=-g in my kernel configration file. That should be DEBUG="-g". Numbers must be in double-quotes (and ``-'' is a numeric digit). > However, config -g give me a error message of syntax error. I double check makeoptions DEBUG="-g" and ``config -g'' do the same thing. From LINT: # # The `makeoptions' parameter allows variables to be passed to the # generated Makefile in the build area. The following is equivalent # to `config -g KERNELNAME'. # makeoptions DEBUG="-g" #Build kernel with debug symbols. > the spelling as the same as what the installation guide says. I also got a > warning for pseudo-device log is unknown. However, this description is asked > mandatory as installation guide says. > > 2. After I comment out the above description and tried to make, I got an > error message ../../netinet/ip_file.c 26 osreldate.h No such file or > directory. I checked the source file in my HD and CDROMs, there is no this > source file. After I comment out another options IPFILTER_LKM, then this > error message doesn't show any more. > > 3. I have a sound blaster 16 on ISA bus, therefore, I put > controller snd0 > device sb0 > device sbxvi > device sbmidi > in my configuration file. But I got error message when I built kernel. > it says "isa sound audio audio.c undefined reference to DMAbuf_stat_devices. > > I was suspicious the problem might be occur because I install my FreeBSD3.3 > as xdeveloper, not including kernel developer. Could any one give me some > suggestion about those problems? Thanks. > > Lei > > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? BSD: Are you guys coming, or what? -Poster at LinuxWorld 2000 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message