From owner-freebsd-questions Fri Jun 6 00:39:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA04551 for questions-outgoing; Fri, 6 Jun 1997 00:39:42 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA04545 for ; Fri, 6 Jun 1997 00:39:37 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA08255; Fri, 6 Jun 1997 10:39:25 +0300 (IDT) Date: Fri, 6 Jun 1997 10:39:25 +0300 (IDT) From: Nadav Eiron To: Ozcar Cortez cc: freebsd-questions@FreeBSD.ORG Subject: Re: make of kernel In-Reply-To: <3.0.1.32.19970605134742.006b63e0@popper.vt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 5 Jun 1997, Ozcar Cortez wrote: > I am currently attempting to compile the kernel on a 486DX running version > 2.2.2 feebsd. I am compiling only two NIC cards into the kernel and the > firewall options. Everything else remains the same as the GENERIC file. > This is the output I get when I run make: > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- > -I. -I. > ./.. -I/usr/include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DCD9660 > -DMSD > OSFS -DNFS -DFFS -DINET -DKERNEL ../../msdosfs/msdosfs_denode.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- > -I. -I. > ./.. -I/usr/include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DCD9660 > -DMSD > OSFS -DNFS -DFFS -DINET -DKERNEL ../../msdosfs/msdosfs_fat.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- > -I. -I. > ./.. -I/usr/include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DCD9660 > -DMSD > OSFS -DNFS -DFFS -DINET -DKERNEL ../../msdosfs/msdosfs_lookup.c > > Any ideas? I can provide the configuration file on request. Where is the error??? The output you provided seems like a normal make output. If it doesn't build a new kernel, what does it say? > > > Ozcar, > > Nadav