HP eld Manual page 119

Table of Contents

Advertisement

Output Listings and Error Handling
that need to be initialized with the addresses of procedures, in the file you are building
or some other DLL, whose addresses can't be represented in 32 bits.
Effect. Error (The linker cannot do what was requested of it and will eventually stop,
but may continue for the purpose of detecting additional errors before stopping).
Recovery. Did you need to use the -t and
use these options when building a program, and there usually is no reason to use the
option at all. But, if you want to assign addresses to this program or DLL that don't fit
d
into 32 bits, or make references to some other DLL that has a range of addresses that
doesn't fit into 32 bits, then change your source code so that it doesn't try to use 32-bit
procedure pointers in those cases.
1014 The output program or DLL has highpin on, although DLL
<filename> has highpin off.
Cause. You are building a program or DLL that has the HIGHPIN attribute set ON,
which is the default, but during the link one or more of the DLLs that eld looked at had
the HIGHPIN attribute set OFF.
Effect. Warning (eld produces an output file, but it might not be what you intended).
Recovery. This is only considered a warning by eld because what matters is which
DLLs you will be using at runtime. Determine which of your programs and DLLs
should have HIGHPIN ON, and which should have it OFF. The rule is that a program
or DLL with HIGHPIN ON cannot be a client of a DLL with HIGHPIN OFF. Your
program must satisfy this rule or NSK will not allow it to run. If you also satisfy this rule
at link time, your link won't produce this warning message.
1017 Using complete import library <filename>.
Cause. eld prints out informational messages about some of the files that it used and
what types of files they were. In this case, it is telling you about a complete import
library.
Effect. Information (This is not indicative of a problem).
Recovery. No action required.
1018 Using incomplete import library <filename>.
Cause. eld prints out informational messages about some of the files that it used and
what types of files they were. In this case, it is telling you about an incomplete import
library.
Effect. Information (This is not indicative of a problem).
Recovery. No action required.
options? There usually is no reason to
-d
eld Manual—527255-009
6-9
Error Messages
-

Advertisement

Table of Contents
loading

Table of Contents