Date: Thu, 15 Feb 2001 09:35:40 -0800 From: Mark Boolootian <booloo@cats.ucsc.edu> To: freebsd-stable@freebsd.org Subject: 4.2-STABLE build fails (aic7xxx_reg.h: No such file or directory) Message-ID: <20010215093540.A58811@root.ucsc.edu>
next in thread | raw e-mail | index | archive | help
I've just built 4.2-STABLE. Upon trying to compile the kernel, I had
the following failure:
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../dev/aic7xxx/aic7770.c
In file included from ../../dev/aic7xxx/aic7xxx_freebsd.h:198,
from ../../dev/aic7xxx/aic7770.c:44:
../../dev/aic7xxx/aic7xxx.h:40: aic7xxx_reg.h: No such file or directory
and peeking into /usr/src/sys/dev/aic7xxx reveals
Makefile aic7xxx.h aic7xxx_freebsd.c
ahc_eisa.c aic7xxx.reg aic7xxx_freebsd.h
ahc_pci.c aic7xxx.seq aic7xxx_inline.h
aic7770.c aic7xxx_93cx6.c aic7xxx_pci.c
aic7xxx.c aic7xxx_93cx6.h aicasm
It looks to me like aic7xxx.reg is misnamed.
mb
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010215093540.A58811>
