From owner-freebsd-questions Mon Apr 7 02:47:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA05027 for questions-outgoing; Mon, 7 Apr 1997 02:47:39 -0700 (PDT) Received: from rohan.sdsu.edu (root@rohan.sdsu.edu [130.191.143.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA05016 for ; Mon, 7 Apr 1997 02:47:36 -0700 (PDT) Received: from dan.sdsu.edu ([130.191.159.182]) by rohan.sdsu.edu (8.8.4/8.7.3) with SMTP id CAA10279 for ; Mon, 7 Apr 1997 02:47:34 -0700 (PDT) Message-ID: <3348C30E.76AE@rohan.sdsu.edu> Date: Mon, 07 Apr 1997 02:49:02 -0700 From: Dan Carlson Reply-To: carlsond@rohan.sdsu.edu X-Mailer: Mozilla 3.01Gold (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: make errors Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi my name is Dan and I'm new to the unix world. I recently setup a FreeBSD system on a deditcated system. I wanted to enable some of the functions, so I decided I would try and build a custom kernel. I had an inconsistent problem when using the make commands. First I tried to compile my custom kernel. The config ECCENTRIX seemed to work fine and so did the make depend. When I got to the make command it gave me an error. I tried to see if anything looked wrong in the configuration file, but it looked good to me. At a curiosity, I tried compiling the GENERIC kernel just to see if it would work. The first time I tried doing it, I received an internal compiling error with the "make depend" command. The second time it made it passed the "make depend" command, but gave me the same error as the ECCENTRIX custom kernel during the "make" command: DKERNEL ../../kern/kern_lkm.c In file included from ioconf.h:9, from machine/conf.h:6, from ../../sys/conf.h:226, from ../../kern/kern_lkm.c:41: ../../i386/isa/isa_device.h:141: parse error before ``' *** Error code 1 I would greatly appreciate if you could help me figure out the problem. I attached my custom kernel to this email so you could verify that it is configured right. Thanks for your time. Sincerely, Daniel Carlson