Upon installing the latest SCST from the trunk and attempting to compile the ATTO Technology SCST driver, the compilation fails with an error that build_mode.h is missing.
/usr/local/include/scst/scst.h:63:24: fatal error: build_mode.h: No such file or directory
\#include <build_mode.h>
^
compilation terminated.
Upon examining the SCST code it appears that the SCST installer does not copy this header file to /usr/local/include/scst/
After applying the attached patch and reinstalling SCST, the ATTO SCST driver compiles without issue.
Thanks for the patch. Please take a look at trunk r9173.
Trunk looks good. Thanks!