Reference Guide

178 Chapter 8
Diagnostic Messages
User Warning Messages
User Warning Messages
The following messages are user warnings. The Assembler will proceed,
and produce an object file, in some cases taking the corrective action
described.
7000 MESSAGE Model number is unknown; will
default to arch-rev code
generation.
CAUSE The model number given on a +DA
option is not known to the compiler.
ACTION The default code generation is as
specified in the warning. If this is not
the desired target architecture
revision, specify the version using an
architecture revision (e.g., 1.1)
instead of a model number on the
+DA option.
7001 MESSAGE Architecture version is
unknown; will default to
arch-rev code generation.
CAUSE The architecture revision given on a
+DA option is not known to the
compiler.
ACTION The default code generation is as
specified in the warning. If this is not
what is desired, an alternate
architecture revision may be
specified.
7002 MESSAGE Cannot open sched.models.
(7002)
CAUSE The file sched.models does not exist
or cannot be opened for reading.