From owner-freebsd-questions Mon Mar 3 21:56:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA26432 for questions-outgoing; Mon, 3 Mar 1997 21:56:49 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA26407 for ; Mon, 3 Mar 1997 21:56:42 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id VAA21236; Mon, 3 Mar 1997 21:56:34 -0800 (PST) Date: Mon, 3 Mar 1997 21:56:33 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Ricardo Williams cc: freebsd-questions@freebsd.org Subject: Re: Custom kernel not compiling In-Reply-To: <3.0.32.19970303152920.0069dc20@ctpop01.iafrica.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Next time, just post the file straight to the message. It's just as big as if you attached it, but I don't have to go through the rigamorole of decoding it. Thanks :) On Mon, 3 Mar 1997, Ricardo Williams wrote: > I have written from scratch a custom kernel config file using the LINT > config file as a guide. I basically only wanted to enable support for the > above configuration. The config file passes the "/usr/sbin/config ?????" > stage but "make depend" fails with "Syntax error: "(" unexpected. Fix your MAXMEM option. In-line math doesn't cut it, use bc if you need a calculator :) options MAXMEM=32768 > What is wrong and what can I do to fix it ? I though that since I had no > eisa or scsi devices, I would not enable support for any of them, and also > since there is no native support for my Accton 1650 network card, I > disabled all other network card probes and only enabled the "device ed0" > probing for a NE1/2000 network cards. You may want to remove the SCSIDEBUG option, or your log may get filled with SCSI messages. Also PROBE_VERBOSE, this is equivalent to the -v boot-time option. Hope this helps. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major