Output Listings and Error Handling
eld Manual—527255-009
6-27
Error Messages
Cause.
You used the -r_first_L option, to specify a place where NSK will look for DLLs
at runtime, and you also used the
-r
option, to tell
eld
to build a 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
-r
option. If your intention is to use the
-r
option to create another object file that can be
used as
eld
input, then don’t specify the -rld_first_L option.
Cause.
You used the -limit_runtime_paths option, which affects the way NSK looks for
DLLs after it loads the program you are building, and you also used the -r option, to tell
eld
to build another 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, then don’t specify the -r option. If
your intention is to use the -r option to create another object file that can be used as
eld
input, then don’t specify the -limit_runtime_paths option.
Cause.
You used the -soname or
-dllname
option, which tells the “DLL name” to be
placed inside the DLL that you are creating, but you did not specify any option to tell
eld
to build a 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 DLL, then specify an option to do that, such
as the
-dll
,
-shared
, or
-ul
option. If that is not your intention, then don’t specify
the -soname or
-dllname
option.
Cause.
You used the -set cppdialect neutral option, which say that the program or DLL
that you are building does not need either dialect of C++, and you also used the
-r
option, to tell
eld
to build another object file that can be used as linker input, rather
than a program or DLL.
1178 The -limit_runtime_paths option is not allowed with the
-r option.
1179 The -soname or -dllname option is only allowed when you
are building a DLL.
1180 The -set cplusplusdialect option is not allowed with the
-r option.
Summary of Contents for eld
Page 4: ......
Page 8: ...Contents eld Manual 527255 009 iv ...
Page 12: ...What s New in This Manual eld Manual 527255 009 viii Changes to the 527255 005 Manual ...
Page 34: ...Introduction to eld eld Manual 527255 009 1 14 Example of Use ...
Page 54: ...eld Input and Output eld Manual 527255 009 2 20 Using Archives ...
Page 98: ...Other eld Processing eld Manual 527255 009 4 20 Merging Source RTDUs ...
Page 242: ...Output Listings and Error Handling eld Manual 527255 009 6 132 Glossary of Errors ...