Date: Sat, 11 Nov 1995 11:12:02 -0500 (EST) From: Chuck Robey <chuckr@glue.umd.edu> To: FreeBSD-Hackers <FreeBSD-Hackers@FreeBSD.org> Subject: kernel build error Message-ID: <Pine.SUN.3.91.951111110752.1616B-100000@latte.eng.umd.edu>
next in thread | raw e-mail | index | archive | help
I just finished a make world on my two machines, no errors, and proceeded
to remake kernels. I reused kernel config files that hadn't been changed
for months. One the machine with a Adaptec 1542 (using the aha driver) I
had no problems, but on the machine using an Adaptec 2842 (ahc driver) I
got the following error:
cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -nostdinc -I. -I../.. -I../../sys -I../../../include -DI586_CPU -DI486_CPU -DI386_CPU -DGUSMAX -DFAT_CURSOR -DXSERVER -DPCVT_FREEBSD=210 -DSEMUNE=20 -DSEMMNI=20 -DCOMPAT_I
BCS2 -DOPEN_MAX=128 -DCHILD_MAX=128 -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOM_MULTIPORT -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 -DPROCFS -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DGPL_MATH_EMULATE -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 ../../pc
i/aic7870.c
In file included from ../../pci/aic7870.c:35:
../../i386/scsi/aic7xxx.h:220: conflicting types for `ahcintr'
./ioconf.h:12: previous declaration of `ahcintr'
../../i386/scsi/aic7xxx.h:220: warning: redundant redeclaration of `ahcintr' in same scope
./ioconf.h:12: warning: previous declaration of `ahcintr'
*** Error code 1
Stop.
I wasn't *absolutely* sure I'd done the make from a clean directory, so I
redid the build after a reconfig, same result. Any idea what I could change?
Should I post my config file?
==========================================================================
Chuck Robey chuckr@eng.umd.edu, I run FreeBSD-current on n3lxx + Journey2
Here's OJ's internet address in hex code:
00 2F 2F 2F 2F 5C 7F 2D 0D 15 1B 19 24 24 24 18
If you can't recall the translation, here it is:
null character, slash, slash, slash, slash, backslash, rubout, dash,
carriage return, negative acknowledgement, escape, end of media,
dollar sign, dollar sign, dollar sign, cancel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.951111110752.1616B-100000>
