Accelerator Manual (G06.24+, H06.03+)

Error, Warning, and Note Messages
Accelerator Manual527303-002
9-20
Error Messages
67
Cause. The input file contains no procedures.
Effect. There is no code in the specified object file for the Accelerator to accelerate.
Recovery. Provide a file that contains procedures.
68
Cause. The Accelerator was given a user library named in the UserLib option that has
not been accelerated.
Effect. The Accelerator needs to read tables from an accelerated user library. These
tables are not available in TNS object files.
Recovery. Accelerate your user library, then accelerate your user code program. If you
choose not to accelerate the user library, then do not specify the UserLib option when
accelerating this user code program.
69
Cause. Conflicting options were applied to two different entry points to the same
procedure.
Effect. The Accelerator cannot honor both options.
Recovery. Check your command line and obey files for the conflict. Specify only one
option.
70
Cause. The Accelerator issues this message for procedures that:
Return zero words syntactically and one word semantically, such as longjmp in C
Intentionally return two different size values
Error 67: Input file <filename> contains no procedures.
Error 68: User library file <filename> has not been
accelerated.
Error 69: '<Proc name>' and '<proc name>' are entry points to
the same procedure.
Option <option> applied to '<proc name>' conflicts with
option <option> applied to '<proc name>'.
Error 70: The following procedure has two exit points that
leave different size values on the register stack:
Procedure '<proc name>' returns <value> words at offset
<address> and returns <value> words at offset <address>.