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
| Action | Is the operation that was being performed when the error occurred. |
| LineNumber | Is the line number where the error was detected. |
| Filename | Is the name of the file in which the error was detected. |
| Parameter | Is the option that caused the problem or that is near where the error was detected. |
| Message | Is a short summary of the error. |