From owner-freebsd-questions Sun Sep 17 13:25:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freyr.cba.ualr.edu (access39.mod1.ualr.edu [144.167.7.39]) by hub.freebsd.org (Postfix) with ESMTP id 76E0837B422 for ; Sun, 17 Sep 2000 13:25:24 -0700 (PDT) Received: (from joe@localhost) by freyr.cba.ualr.edu (8.11.0/8.11.0) id e8HKOtU03220; Sun, 17 Sep 2000 15:24:55 -0500 (CDT) (envelope-from joe) Date: Sun, 17 Sep 2000 15:24:55 -0500 From: "Joseph E. Royce" To: Antonis Proimadis Cc: freebsd-questions@freebsd.org Subject: Re: Error Compiling a kernel. Message-ID: <20000917152455.A2496@freyr.cba.ualr.edu> 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=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000e01c020ce$e6bb24b0$2f6182c3@zetaa>; from antonisp@fnmail.com on Sun, Sep 17, 2000 at 08:43:53PM +0300 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 Do you have this device in your pc? If not then just comment it out of your kernel file. See the LINT file for details. BTW, this is for a Xircom pc card. -HTH, Joe > mkdep:compile failed > *** Error Code 1 > Stop in /usr/src/sys/compile/MYKERNEL > > 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 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message