From owner-freebsd-questions Sun Sep 17 13:52:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 2B43037B422 for ; Sun, 17 Sep 2000 13:51:56 -0700 (PDT) Received: from parish ([62.255.96.158]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000917200938.DVUU282.mta07-svc.ntlworld.com@parish>; Sun, 17 Sep 2000 21:09:38 +0100 Received: (from mark@localhost) by parish (8.11.0/8.11.0) id e8HK9cu00908; Sun, 17 Sep 2000 21:09:38 +0100 (BST) (envelope-from mark) Date: Sun, 17 Sep 2000 21:09:37 +0100 From: Mark Ovens To: Antonis Proimadis Cc: "Joseph E. Royce" , freebsd-questions@freebsd.org Subject: Re: Error Compiling a kernel. Message-ID: <20000917210937.A257@parish> References: <001d01c01feb$7826d3c0$2f6182c3@zetaa> <20000916110439.A18546@freyr.cba.ualr.edu> <008b01c02093$6e699b30$2f6182c3@zetaa> <20000917063016.A1549@freyr.cba.ualr.edu> <000e01c020ce$e6bb24b0$2f6182c3@zetaa> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <000e01c020ce$e6bb24b0$2f6182c3@zetaa>; from antonisp@fnmail.com on Sun, Sep 17, 2000 at 08:43:53PM +0300 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 17, 2000 at 08:43:53PM +0300, Antonis Proimadis wrote: > > No i didn't update any sources. > I just install FreeBSD and then i tried to compile the kernel. > > Now i tried to compile the kernel like you said and it worked....i compile > the GENERIC kernel. > When i try now to compile MYKERNEL i get the message > ../../dev/xe/if_xe.c:138:card_if.h:no such file or directory > mkdep:compile failed > *** Error Code 1 > Stop in /usr/src/sys/compile/MYKERNEL > This is only a guess, but the ``xe'' device (Xircom Ethernet) is a PC CARD yes? If so, I suspect you need to uncomment these 3 ``device'' lines (``card'' at least): # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable > I get this message after the "make depend" > > I will attache MYKERNEL to this message. > COuld you see what i have donw wrong? > Thank you for your support. > > Antonis > > ----- Original Message ----- > From: "Joseph E. Royce" > To: "Antonis Proimadis" > Cc: > Sent: Sunday, September 17, 2000 2:30 PM > Subject: Re: Error Compiling a kernel. > > > > > > > Well, it depends if you updated your sources or not. If you did > > then you need to buildworld before you buildkernel. The instructions > > to do this is in /usr/src/UPDATING. > > > > If you did not update your sources then you can do it the old way: > > > > cd /usr/src/sys/i386/conf > > config yourkernelfile > > cd ../../compile/yourkernelfile > > make depend > > make && make install > > > > -HTH, Joe > > > -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message