From owner-freebsd-questions Tue Sep 10 22:01:05 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA10808 for questions-outgoing; Tue, 10 Sep 1996 22:01:05 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA10802 for ; Tue, 10 Sep 1996 22:01:03 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v0hPr-000QjFC; Wed, 11 Sep 96 07:00 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id GAA23735; Wed, 11 Sep 1996 06:53:55 +0200 Message-Id: <199609110453.GAA23735@allegro.lemis.de> Subject: Re: Kernel Probs To: grflint@rs6000.cmp.ilstu.edu (Greg Flint) Date: Wed, 11 Sep 1996 06:53:55 +0200 (MET DST) Cc: freebsd-questions@freebsd.org In-Reply-To: <2.2.16.19960910125413.40f75a96@rs6000.cmp.ilstu.edu> from "Greg Flint" at Sep 10, 96 12:54:09 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greg Flint writes: > > Here is this output from my make file... the error repeats at the end... I > didn't deem it important enuf to include the repeats. Thanks in advance, > Greg > > h0011110# make > echo "gcc2_compiled." >symbols.exclude > echo "___gnu_compiled_c" >>symbols.exclude > grep -v '^#' ../../i386/i386/symbols.raw | sed 's/^ //' | sort -u > symbols. > sort (*lots* of stuff deleted) > cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. > -I../.. -I../../sys -I../../../include -DGRFKERNEL -DI486_CPU -DSYSVMSG -DSYSVSE > M -DSYSVSHM -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 -DPROCFS -DF > FS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 ../../pci/if_de.c > ../../pci/if_de.c:134: parse error before `tulip_desc_t' > ../../pci/if_de.c:134: warning: no semicolon at end of struct or union > ../../pci/if_de.c:135: warning: data definition has no type or storage class > ../../pci/if_de.c:136: parse error before `*' > ../../pci/if_de.c:136: warning: data definition has no type or storage class > ../../pci/if_de.c:137: parse error before `*' This looks like some sort of source code mismatch. Where did you get the sources from? Which version is this? Do all the sources belong together? Greg