Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 1997 08:38:31 -0400 (EDT)
From:      "Kenneth R. Westerback" <krw@tcn.net>
To:        stable@freebsd.org
Subject:   2.2.1 kernel compile fails with ctm src-2.2.0258 - opt_wd.h missing?
Message-ID:  <Pine.BSF.3.96.970501082819.7366A-100000@Pkrw.tcn.net>

next in thread | raw e-mail | index | archive | help
Having done a make world with src-2.2.0258 I tried to make my customized
kernel and got the following:

cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith  -nostdinc -I- -I. -I../.. -I../../../include -DSB16MIDI_BASE=0x300 -DSB16_DMA=7 -DSBC_IRQ=10 -DFAILSAFE -DCOMPAT_43 
-DCD9660 -DEXT2FS -DMSDOSFS -DFFS -DINET -DKERNEL  ../../pci/wdc_p.c
../../pci/wdc_p.c:29: opt_wd.h: No such file or directory
*** Error code 1

Stop.

I tried a 'make clean; make depend; make' and got the same error message.
I believe this actually started one or two ctm updates ago and I was
hoping such an apparently obvious problem would be quickly fixed.

I did a 'find / -name opt_wd.h -print' and no hits, so I guess there
really IS no file opt_wd.h.

---- Ken





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970501082819.7366A-100000>