Subject: autoconf.c in sparc kernel
To: None <port-sparc@NetBSD.ORG>
From: maillist alias for CWW <netbsd@hopf.math.purdue.edu>
List: port-sparc
Date: 09/22/1997 20:09:36
I'm having kernel compile problems with current 1.2G on sparc:

root@hipx> make
cc  -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -mno-fpu -I. -I../../../../arch -I../../../.. -nostdinc -DEXEC_AOUT -DEXEC_SCRIPT -DSUN4 -DSUN4C -DSUN4M -DSYSVMSG -DSYSVSEM -DSYSVSHM -DLKM -DINSECURE -DUCONSOLE -DCOMPAT_43 -DCOMPAT_10 -DCOMPAT_11 -DCOMPAT_12 -DCOMPAT_SUNOS -DCOMPAT_SVR4 -DEXEC_ELF32 -DFFS -DNFS -DKERNFS -DNULLFS -DMFS -DFDESC -DPROCFS -DCD9660 -DUNION -DMSDOSFS -DNFSSERVER -DQUOTA -DFIFO -DINET -DTCP_COMPAT_42 -DGATEWAY -DRASTERCONSOLE -DMAXUSERS=32 -D_KERNEL  -c ../../../../arch/sparc/sparc/autoconf.c
cc1: warnings being treated as errors
../../../../arch/sparc/sparc/autoconf.c: In function `bootstrap':
../../../../arch/sparc/sparc/autoconf.c:235: warning: implicit declaration of function `initmsgbuf'
../../../../arch/sparc/sparc/autoconf.c:235: `msgbufaddr' undeclared (first use this function)
../../../../arch/sparc/sparc/autoconf.c:235: (Each undeclared identifier is reported only once
../../../../arch/sparc/sparc/autoconf.c:235: for each function it appears in.)
../../../../arch/sparc/sparc/autoconf.c:184: warning: unused variable `msgbufmapped'
*** Error code 1

Stop.

Clarence Wilkerson