Previous Topic: Make: line too longNext Topic: Exception caught: No such file or directory


Make: don't know how to make <member-name>.pc

Symptom:

Generated compile output file <module>.out contains the following statement:

make: don't know how to make <member-name>.pc

The target (library or application executable) is not created.

Reason:

Use of CABs (Command Action Blocks) can cause build timing issues, since multiple load modules are referencing a common generated Action Block. If the load modules are built out-of-order, then the CAB may not be present at the time of the first load module's build.

Action:

Determine whether the source files are all there. If so, check whether a required CAB might not be available yet because it is physically stored in a remote file that has not been split yet. If that is not the answer, determine whether the code was generated correctly.