nld and noft Manual
nld Diagnostic Messages
nld and noft Manual—520384-003
10-61
Nonfatal Errors
Nonfatal Errors
Characteristics of nonfatal errors:
•
Prevent nld from doing the task that it was asked to do
•
Do not cause nld to stop immediately, but prevent it from creating a complete
object file
•
Cannot be suppressed
Note. In this subsection, error messages are as they appear on Guardian and OSS platforms;
that is, they begin with this string:
**** ERROR **** [number]
On a PC, error messages begin with this string:
NLD: ERROR **** [number]
**** ERROR **** [2000]:
You specified that the symbol named 'name' was to be imported
from an SRL, but this symbol was declared as 'small' data in
the object file named 'filename'. That is an error, because
an SRL cannot contain small data.
**** ERROR **** [2001]:
The symbol named name was located in an SRL named
'filename-1', but this symbol was declared as 'small' data in
the object file named 'filename-2'. That is an error,
because an SRL cannot contain small data.
**** ERROR **** [2002]:
You specified that the symbol named 'name' should be
exported, but this symbol was not defined in NLD's input
files. It may have been declared only as an external
reference, or it may not have been declared at all. The
specification that this symbol should be exported came from
filename.