MPE/iX Error Messages Manual Vol 2 (32650-90879)

42 Chapter1
Vol. II Chapter 1
Loader, Native Mode
700 MESSAGE Unresolvable conflicts in data symbol attributes (eg., size,
access rights, memory residency, etc.) between duplicate
data symbols for the name(s) listed above. (LDRERR 700)
CAUSE When considering a choice between duplicates, the
LOADER selects the data export with the most stringent
attributes, i.e., the largest size, the most restricted access
rights, and the memory resident precedence. As an
example, considered the case in which one of the
duplicates is the larger and the other is memory resident.
This situation leads to an unresolvable conflict.
ACTION Examine the data symbols listed for conflicting attributes.
701 MESSAGE Symbol = !
File = !
First SOM = !
File = !
Second SOM = !
A data symbol cannot be exported by both a thread private
SOM as well as a task global SOM. (LDRERR 701)
CAUSE The program and its libraries have a mixture of task
global and thread private SOMS. A duplicate data export
has been found in a thread private SOM and also in task
global SOM. This condition is not resolvable by the
LOADER.
ACTION Examine the SOMs listed and determine if both SOMs
should be task global or thread private. SOMs can be
examined by using the LINKEDIT command. Use the HP
Link Editor Help facility to obtain help for the LINKEDIT
command.
702 MESSAGE Symbol = !
File = !
Export SOM = !
File = !
Import SOM = !
Task global SOMs cannot import data symbols from
thread private SOMs.(LDRERR 702)
CAUSE The program and its libraries have a mixture of task
global and thread private SOMS. A task global SOM is
requesting to shared a data item with a thread private
SOM which is not allowed.
ACTION Examine the SOMs listed and determine if both SOMs
should be task global or thread private. SOMs can be
examined by using the LINKEDIT command. Use the HP
Link Editor Help facility to obtain help for the LINKEDIT
command.