nld and noft Manual

nld Diagnostic Messages
nld and noft Manual520384-003
10-66
Nonfatal Errors
See:
-verbose on page 3-16
-y on page 3-17
See:
-verbose on page 3-16
-y on page 3-17
**** ERROR **** [2023]:
There appears to be an inconsistency in NLD's input. NLD has
not created a 'gateway' for the procedure named name.
However, the input object file named 'filename' has a call to
a procedure of this same name plus a period at the front. In
this case there is supposed to be a gateway for this
procedure.
**** ERROR **** [2024]:
The data item named name is defined inconsistently. It is
defined as 'small data' in the object file named
'filename-1', but as 'large data' in 'filename-2'.
**** ERROR **** [2025]:
The data item named name was externally declared as 'small
data' in the object file named 'filename', but in another
object file it was defined to be 'large data'. This is
considered an error, since it can lead to incorrect
relocation. For a list of all the object files that declared
this data item, run NLD again with the additional flags
'-y symbol' and -verbose.
**** ERROR **** [2026]:
The data item named name was defined to be 'large data' in
the object file named 'filename', but in another object file
it was externally declared as 'small data'. This is
considered an error since it can lead to incorrect
relocation. For a list of all the object files that declared
this data item, run NLD again with the additional flags
'-y symbol' and -verbose.