On 02/26/10 09:07 PM, Steven Stallion wrote:
All,

For the last several builds, I have been noticing the following
complaints from lint(1) when building drivers located in an external
repository:

"/export/onnv-clone/usr/src/uts/common/sys/param.h", line 329: cannot
find include file:<sys/machparam.h>  (E_CANT_FIND_INCLUDE_FILE)
"/export/onnv-clone/usr/src/uts/common/sys/klwp.h", line 44: cannot find
include file:<sys/machparam.h>  (E_CANT_FIND_INCLUDE_FILE)

These headers (sys/param.h and sys/klwp.h) are being included indirectly
- any ideas?

Cheers,

Steve

Hi Steve,

The machparam.h file is a platform specific file which resides in /usr/platform/`uname -m`/include and will need to be included in the build path.

Hope this helps,
Chris
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to