Hi All
I am porting a driver to execute on Tru64 5.1A but cannot get the
build procedure to create a .mod file. I am running on Tru64 5.1A with
the latest patches and my compiler is Compaq C V6.4-215 (dtk) on
Compaq Tru64 UNIX V5.1A (Rev(1885). I followed the example in
section 10.1 of the "Writing Kernel Modules" version August 2000,
Document AA-RHYGB-TE.
It appears to be successful when creating the "files" fragment in Step
3, and OK in the step 4, "Create a BINARY.list" file, OK at the step 5
"Create the sysconfgitab File Fragment but when I get to step 10.1.6,
"Create a Makefile" the "mymod.mod" file is not created in the
/usr/sys/BINARY directory. I have also followed the Driver
Development Tool version 2.0 but still without success. The
"sourceconfig" utility does not spit out any errors. Is there a method
to turn on error messages so it can tell me why the mod file refuses
to be created? The source for the driver is one
that I am porting from Digital Unix 4.0E if that helps diagnose the
problem.
Any Help appreciated..
Ron