HP eld Manual page 141

Table of Contents

Advertisement

Output Listings and Error Handling
Cause. You used the -set heap_max option, which is an attribute you can set when
you build a program, and you also used the
object file that can be used as linker input, rather than a program.
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. If your intention is to create a program or DLL, then don't specify the
option. If your intention is to use the
used as eld input, then don't specify the -set heap_max option.
1191 The 'mainstack_max' attribute is not allowed with the -r
option.
Cause. You used the -set mainstack_max option, which is an attribute you can set
when you build a program, and you also used the
object file that can be used as linker input, rather than a program.
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. If your intention is to create a program or DLL, then don't specify the
option. If your intention is to use the
used as eld input, then don't specify the -set mainstack_max option.
1192 Both the -import_lib and -import_lib_stripped options
were specified.
Cause. You have specified the -import_lib and the -import_lib_stripped options. The -
import_lib option tells eld to make an import library for a DLL, at the same time eld is
building that DLL, and not to strip the DWARF symbols from the import library. The -
import_lib_stripped option also says to make an import library, but to strip the DWARF
symbols. eld will only make one import library, and considers the -import_lib and -
import_lib_stripped options to be inconsistent with each other.
Effect. Fatal error (eld immediately stops without creating an output file).
Recovery. Specify only one of -import_lib and -import_lib_stripped, depending on
what you want to do.
1193 The 'space_guarantee' attribute is not allowed with the
-r option.
Cause. You used the -set space_guarantee option, which is an attribute you can set
when you build a program, and you also used the
object file that can be used as linker input, rather than a program.
option, to tell eld to build another
-r
option to create another object file that can be
-r
-r
option to create another object file that can be
-r
-r
eld Manual—527255-009
6-31
option, to tell eld to build another
option, to tell eld to build another
Error Messages
-r
-r

Advertisement

Table of Contents
loading

Table of Contents