![HP eld Скачать руководство пользователя страница 205](http://html.mh-extra.com/html/hp/eld/eld_manual_165023205.webp)
Output Listings and Error Handling
eld Manual—527255-009
6-95
Error Messages
installation. The procedure for creating and installing a public DLL registry file is
beyond the scope of this manual.
Cause.
You gave a -l option, to tell
eld
to search for a DLL based on the parameter to
the -l option. Based on that,
eld
decided that this was one of the standard DLLs,
found it in the standard place, and opened it. The file, however, was not a DLL, but
instead was an archive, as would be created by the “ar” tool.
Effect.
Fatal error (
eld
immediately stops without creating an output file).
Recovery.
There is something wrong with your installation. Files that are not DLLs
have been placed in the location for the standard (“public”) DLLs. The process of
installing the standard DLLs in the standard location is beyond the scope of this
manual.
Cause.
You gave a -l option, to tell
eld
to search for a DLL based on the parameter to
the -l option. Based on that,
eld
decided that this was one of the standard DLLs,
found it in the standard place, and opened it. The file, however, was not a DLL, but
instead was a linkfile, i.e., an object file created by a compilation or by running
eld
with the
-r
option.
Effect.
Fatal error (
eld
immediately stops without creating an output file).
Recovery.
There is something wrong with your installation. Files that are not DLLs
have been placed in the location for the standard (“public”) DLLs. The process of
installing the standard DLLs in the standard location is beyond the scope of this
manual.
For details on
Cause
and
Recovery
, see
eld Functionality for 64-Bit
on page 4-12.
Fatal error.
eld
stops immediately without creating an output file.
Cause.
You are building a program, and you are using a user library. A user library is
a DLL, and like any other DLL has a “DLL name” inside it.
eld
has also opened
another DLL, whose filename is shown in the message, and found that it contained the
1555 <filename> is an archive, but it should have been a
public DLL.
1556 <filename> is a linkfile, but it should have been a
public DLL.
1557 The -set data_model neutral option is not allowed when a
program is being created.
1558 The DLL <filename> contains the same DLL name as the
user library <filename> but is still being used in the link.
Содержание eld
Страница 4: ......
Страница 8: ...Contents eld Manual 527255 009 iv ...
Страница 12: ...What s New in This Manual eld Manual 527255 009 viii Changes to the 527255 005 Manual ...
Страница 34: ...Introduction to eld eld Manual 527255 009 1 14 Example of Use ...
Страница 54: ...eld Input and Output eld Manual 527255 009 2 20 Using Archives ...
Страница 98: ...Other eld Processing eld Manual 527255 009 4 20 Merging Source RTDUs ...
Страница 242: ...Output Listings and Error Handling eld Manual 527255 009 6 132 Glossary of Errors ...