HP eld Manual page 209

Table of Contents

Advertisement

Output Listings and Error Handling
Cause. You used the -export_all option, to tell eld that all normal global symbols
should be exported from the program or DLL being created. Or, you may have used
the -ul option, which implies the -export_all option. But, you also used the
to tell eld to build another object file that can be used as linker input, rather than a
program or DLL.
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 -export_all or -ul option.
1567 The -hidden_symbol option is not allowed with the -r
option.
Cause. You used the -hidden_symbol option (or its synonym, the -export_not option),
to tell eld not to export a certain symbol from the program or DLL being created. You
also used the
-r
linker input, rather than a program or DLL.
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 -hidden_symbol option.
1568 The -exported_symbol option is not allowed with the -r
option.
Cause. You used the -exported_symbol option (or its synonym, the -export option), to
tell eld to export a certain symbol from the program or DLL being created. You also
used the
option, to tell eld to build another object file that can be used as linker
-r
input, rather than a program or DLL.
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 -export option.
1569 The -exported_symbol <symbol name> is not present.
Cause. You gave the -exported_symbol option (or its synonym, the -export option) to
say that a certain symbol should be exported. However, only symbols that are defined
-r
option, to tell eld to build another object file that can be used as
-r
-r
eld Manual—527255-009
option to create a new object file that can be
option to create a new object file that can be
option to create a new object file that can be
6-99
Error Messages
option,
-r
-r
-r
-r

Advertisement

Table of Contents
loading

Table of Contents