Reference Guide

142 Chapter 8
Diagnostic Messages
Warning Messages
Warning Messages
The following messages describe compiler warnings that prevent the
Assembler from creating an object file. You must correct these errors to
assemble your program.
1 MESSAGE Use of old style opcode, “%s”
CAUSE Attempt to use an opcode that has
been renamed for PA2.0.
ACTION Consult the PA-RISC Architecture
manual for the new form of the
opcode.
2 MESSAGE Unknown option “%s” ignored.
CAUSE An unknown or invalid command-line
option was passed to the assembler.
ACTION Remove the invalid option from the
command-line.
3 MESSAGE Argument is missing for "%s"
CAUSE Missing argument for command-line
option <operand>.
ACTION Add an argument to the
command-line option.
4 MESSAGE Illegal argument for option
“%s”
CAUSE Invalid value for command-line
option <operand>
ACTION Supply a valid value for the
command-line option.
5 MESSAGE Usage of field selector "%s"
with instruction "%s" may be
incorrect
CAUSE Using an improper field selector for
the instruction.
ACTION Change the field selector.