From owner-freebsd-questions Fri Apr 13 22:12:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd.bosa.ca (cr1003901-a.rct1.bc.wave.home.com [24.113.37.99]) by hub.freebsd.org (Postfix) with ESMTP id EB9CB37B424 for ; Fri, 13 Apr 2001 22:12:23 -0700 (PDT) (envelope-from kulraj@bosa.ca) Received: from ska1 (h207-230-227-196.dccnet.com [207.230.227.196]) by fbsd.bosa.ca (Postfix) with SMTP id A5689158EB9; Fri, 13 Apr 2001 23:19:06 -0700 (PDT) Message-ID: <00d001c0c4a1$40d2a7e0$64c8a8c0@asknet.com> From: "Kulraj Gurm (bosa.ca account)" To: "Nathan Warren" , References: Subject: Re: Building a new kernel Date: Fri, 13 Apr 2001 22:10:41 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Your kernel config file covers a broad array of harware, do you really have a computer with ISA, EISA and PCI bus? You you really have 4 serial ports? And do you really feel the need to configure a dozen different NIC's? The message I am trying to convey is that the file should be optimized; as it stands it's not too different from the GENERIC kernel so why bother custom compiling. The problem you have mentioned relates to : # Xircom Ethernet device xe so unless you have a Xircom PCMCIA NIC, remove these lines and try again. Hope you can see your way to smiling at my facetiousness. Regards, Kulraj Gurm ----- Original Message ----- From: "Nathan Warren" To: Sent: Friday, April 13, 2001 3:02 PM Subject: Building a new kernel > Hello ! > > I am trying to build a new kernel, and shortly after typing "make" I get the > following error mesage > > qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../incl > ude -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 > ../../dev/xe/if_xe.c > ../../dev/xe/if_xe.c:138: card_if.h: No such file or directory > *** Error code 1 > > Stop in /usr/src/sys/compile/FBSD. > bash-2.04# > > I am using version 4.1-RELEASE > > Any help that you can give will be much appreciated. I have attached a copy > of my configuration file in .txt format. > > Regards > > Nathan Warren > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message