From owner-freebsd-questions Thu Jun 5 11:48:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA29792 for questions-outgoing; Thu, 5 Jun 1997 11:48:06 -0700 (PDT) Received: from admin.vt.com (root@admin.vt.com [204.117.188.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA29757 for ; Thu, 5 Jun 1997 11:47:53 -0700 (PDT) Received: from barbacoa.vt.com (barbacoa.vt.com [204.117.188.229]) by admin.vt.com (8.8.5/8.7.3) with SMTP id NAA16700 for ; Thu, 5 Jun 1997 13:57:46 -0500 (CDT) Message-Id: <3.0.1.32.19970605134742.006b63e0@popper.vt.com> X-Sender: core@popper.vt.com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Thu, 05 Jun 1997 13:47:42 -0500 To: freebsd-questions@FreeBSD.ORG From: Ozcar Cortez Subject: make of kernel Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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. Ozcar,