ld Manual

ld Diagnostic Messages
ld Manual529650.001
3-47
Nonfatal Errors
Cause. The indicated symbol is defined in more than one linkfile and is unused in at
least one of them.
Effect. ld continues but a loadfile will not be created.
Recovery. Either eliminate the duplicate symbol, or specify the command
-allow_duplicate_procs.
Cause. The indicated symbol was specified in an -export command and it does not
exist in the dynamic symbol tables.
Effect. ld continues but a loadfile will not be created.
Recovery. Ensure that the indicated symbol is an external symbol (not static or local),
or that it is spelled correctly.
Cause. Only the following commands can be specified with the -change command: -
allow_duplicate_procs, -allow_multiple_mains, -no_verbose, -show_multiple_defs, -
verbose and -warn.
Effect. ld continues but a loadfile will not be created.
Recovery. Delete the disallowed commands.
Cause. ld encountered the indicated symbol in an -export and -export_not command.
Effect. ld continues but a loadfile will not be created.
Recovery. Delete either the -export or -export_not command.
**** ERROR **** [20200]:
Unused multiply defined symbol name.
**** ERROR **** [20201]:
Symbol name is not in either .dynsym section or .dynsym.gblzd
section
**** ERROR **** [20203]:
It is incorrect to specify other flags along with -change
flag.
**** ERROR **** [20204]:
name symbol name was previously specified in name.
**** ERROR **** [20205]:
Symbol name, specified in -export_not is undefined.