Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 1995 09:56:10 GMT
From:      Chris Stenton <jacs@gnome.intecc.co.uk>
To:        stable@FreeBSD.org
Subject:   GENERIC Kernel will not compile
Message-ID:  <jacs-9511040956.AA00014406@hawk.gnome.co.uk>

next in thread | raw e-mail | index | archive | help


Sorry if this has already been reported but I can't get this group at the moment.


I have just use sup to pull over the complete  source tree and tried to compile the GENERIC kernel.
I get this error


cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -nostdinc -I. -I../.. -I../../sys -I../../../include -DGENERIC -DI586_CPU -DI486_CPU -DI386_CPU -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 -DPROCFS -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DMATH_EMULATE -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000  ../../i386/isa/matcd/matcd.c
In file included from ../../i386/isa/matcd/matcd.c:354:
../../i386/isa/matcd/matcddrv.h:171: redefinition of `matcderrors'
../../i386/isa/matcd/matcd.h:171: `matcderrors' previously defined here
../../i386/isa/matcd/matcd.c:437: `NMATCD' undeclared here (not in a function)
../../i386/isa/matcd/matcd.c:437: size of array `matcd_data' has non-integer type
../../i386/isa/matcd/matcd.c:461: `NMATCD' undeclared here (not in a function)
../../i386/isa/matcd/matcd.c:485: `NMATCD' undeclared here (not in a function)
../../i386/isa/matcd/matcd.c:485: size of array `kdc_matcd' has non-integer type
../../i386/isa/matcd/matcd.c: In function `matcdopen':
../../i386/isa/matcd/matcd.c:639: `NMATCD' undeclared (first use this function)
../../i386/isa/matcd/matcd.c:639: (Each undeclared identifier is reported only once
../../i386/isa/matcd/matcd.c:639: for each function it appears in.)
../../i386/isa/matcd/matcd.c: In function `matcdclose':
../../i386/isa/matcd/matcd.c:830: `NMATCD' undeclared (first use this function)
../../i386/isa/matcd/matcd.c: In function `matcdstrategy':
../../i386/isa/matcd/matcd.c:896: `NMATCD' undeclared (first use this function)
../../i386/isa/matcd/matcd.c: In function `matcd_probe':
../../i386/isa/matcd/matcd.c:1255: `NMATCD' undeclared (first use this function)
../../i386/isa/matcd/matcd.c: In function `matcd_blockread':
../../i386/isa/matcd/matcd.c:1915: warning: `dp' might be used uninitialized in this function


Chris



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