Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 1996 06:53:55 +0200 (MET DST)
From:      grog@lemis.de (Greg Lehey)
To:        grflint@rs6000.cmp.ilstu.edu (Greg Flint)
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Kernel Probs
Message-ID:  <199609110453.GAA23735@allegro.lemis.de>
In-Reply-To: <2.2.16.19960910125413.40f75a96@rs6000.cmp.ilstu.edu> from "Greg Flint" at Sep 10, 96 12:54:09 pm

next in thread | previous in thread | raw e-mail | index | archive | help
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



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