HP eld Manual page 144

Table of Contents

Advertisement

Output Listings and Error Handling
program. Or, if you don't intend to create a program, then don't specify the -nostdfiles
option.
1202 The -make_implicit_lib option is only allowed when you
are creating a localized DLL.
Cause. You specified the
globalized or -b semiglobalized option, to build a globalized or semiglobalized DLL, and
you also specified the -make_implicit_lib option, to tell eld to make one of the implicit
DLLs that constitute system library. That's not allowed, because the implicit DLLs are
never created as globlaized or semiglobalized DLLs.
Effect. Fatal error (eld immediately stops without creating an output file).
Recovery. If you are not building one of the implicit DLLs that constitute system
library, then don't specify the -make_implicit_lib option. If you are, then don't specify
the -b globalized or -b semiglobalized option.
1206 The -shared or -ul option is not allowed with the -r
option.
Cause. You specified the -shared,
eld to create a DLL. And you also specified the
another object file that can be used as linker input, not a DLL.
Effect. Fatal error (eld immediately stops without creating an output file).
Recovery. If your intention is to build a DLL, then don't specify the
intention is to use the
eld, then don't specify the
1208 The 'interpose_user_library' attribute is only allowed
for DLLs.
Cause. You gave the -change interpose_user_library option, to tell eld that
the DLL you are updating is to be marked as an interpose user library, but the filename
specified with the -change option is not a DLL.
Effect. Fatal error (eld immediately stops without creating an output file).
Recovery. If your intention is to update a file that is not a DLL then don't specify the -
set interpose_user_library option. If you intention is to update a DLL then you must
specify the name of a DLL.
1210 <filename>: unresolved reference to <symbol name>.
, -shared, or -ul option, together with the -b
-dll
, or -ul option, which are all ways of telling
-dll
option to build.anoter object file that can be used as input to
-r
, -shared, or -ul option.
-dll
eld Manual—527255-009
6-34
option, which tells eld to create
-r
-r
Error Messages
option. If your

Advertisement

Table of Contents
loading

Table of Contents