ld Manual
ld Diagnostic Messages
ld Manual—529650.001
3-70
Informational Messages
Cause. Indicated library has a HighPin setting different than that of the loadfile being
built.
Effect. ld continues processing.
Recovery. Determine why the HighPin settings are in conflict and correct the situation.
Cause. The indicated non-hybrid SRL was encountered and it will be added to the
liblist of the loadfile being built.
Effect. ld continues processing.
Recovery. Ensure that the SRL on the target system is a hybrid SRL.
Cause. Created loadfile has a neutral floattype.
Effect. ld continues processing.
Recovery. n/a
Cause. The indicated symbol was specified in an -export command but it cannot be
exported since it is a local symbol.
Effect. ld continues processing.
Recovery. If the symbol needs to be exported, change the source code so that it can
be exported (e.g. static symbols can't be exported). If not, remove the -export
command for this symbol.
Informational Messages
Characteristics of informational messages:
**** WARNING **** [30130]:
Load file HighPin setting of name is incompatible with
library name HighPin setting of name.
**** WARNING **** [30131]:
Specified non-hybrid library 'name' is found but it will be
added to the liblist.
**** WARNING **** [30132]:
Load file floattype specified as FLOATTYPE_NEUTRAL.
**** WARNING **** [30133]:
Local symbol (name) cannot be exported.