AARM User's Guide

Discontinued

Fatal Errors

Fatal errors cause immediate termination of the compilation. These errors normally occur as the result of invalid options specified on the command line or when the compiler cannot access a specified file.

Fatal error messages conform to one of the following formats:

AARM FATAL-ERROR -
    ACTION: Action
    FILE: Filename
    ERROR: Message
AARM TERMINATED.

or

AARM FATAL-ERROR -
    ACTION: Action
    PARAMETER: Parameter
    ERROR: Message
AARM TERMINATED.

or

AARM FATAL-ERROR -
    ERROR: Message
AARM TERMINATED.

Where

ActionIs the operation that was being performed when the error occurred.
LineNumberIs the line number where the error was detected.
FilenameIs the name of the file in which the error was detected.
ParameterIs the option that caused the problem or that is near where the error was detected.
MessageIs a short summary of the error.