Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Sep 2000 15:24:55 -0500
From:      "Joseph E. Royce" <joe@freyr.cba.ualr.edu>
To:        Antonis Proimadis <antonisp@fnmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Error Compiling a kernel.
Message-ID:  <20000917152455.A2496@freyr.cba.ualr.edu>
In-Reply-To: <000e01c020ce$e6bb24b0$2f6182c3@zetaa>; from antonisp@fnmail.com on Sun, Sep 17, 2000 at 08:43:53PM %2B0300
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <joe@freyr.cba.ualr.edu>
> To: "Antonis Proimadis" <antonisp@fnmail.com>
> Cc: <freebsd-questions@freebsd.org>
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000917152455.A2496>