Re: Linux 1.3.66: Problem with SCSI bus scan

Byun DongHo (deischen@iworks.interworks.org)
Sun, 25 Feb 1996 00:09:25 -0600


Please install or link cpp in /usr/bin. You haven't successfully built
the kernel with the aic7xxx driver. The new version of the driver needs
the C preprocessor (cpp) to preprocess the sequencer code.

cd /usr/src/linux/drivers/scsi
rm aic7xxx_seq.h
cd ../../
# Make sure /usr/bin/cpp exists
make zImage # or whatever

Dan Eischen
deischen@iworks.InterWorks.org