ld Manual

ld Diagnostic Messages
ld Manual529650.001
3-50
Warnings
Cause. ld could not allocate sufficient memory for the localdata hash table.
Effect. ld continues but a loadfile will not be created.
Recovery. Ensure that there is sufficient heap space available in the CPU.
Cause. ld could not close indicated file; the last error stored in errno is displayed in
the message.
Effect. ld continues but a loadfile will not be created.
Recovery. Examine and the file permissions and the errno reported and correct the
situation.
Warnings
Characteristics of warnings:
Identify situations where ld might not have done what you expected
Allow ld to complete normally
Are issued if the flag -verbose is specified
Are suppressed if the flag -noverbose is specified (but if any warnings were
suppressed, a message tells you so)
Not all messages contain text for Cause and Recovery. Where further information is
not appropriate or not available, this is noted as “n/a”.
**** ERROR **** [20217]:
Cannot MU_pchfnMalloc number bytes for localdata hash! Giving
up.
**** ERROR **** [20218]:
Cannot close file name. File system reports errno - number.
Note. In this subsection, warnings are as they appear on Guardian and OSS platforms; that is,
they begin with this string:
**** WARNING **** [number]
On a PC, error messages begin with this string:
ld: WARNING **** [number]