Output Listings and Error Handling
eld Manual—527255-009
6-14
Error Messages
Recovery.
If there already was a file with the same name as the file you wanted to
create, and you didn’t have permission to delete it, either find some other way to delete
that old file, or specify a different filename for the import library that you want to create.
If there was no file of that name already, and you are not able to rename a file to
another name in the same location (Guardian subvolume, OSS directory, or PC folder),
that is an operating system question that is beyond the scope of this document.
Cause.
As shown in the message, one of the input object files said it wanted the
“Tandem” type of floating point, and another one specified “IEEE”, and you didn’t
specify which one you wanted to take precedence on the
eld
command line. That is
an error.
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 these files really do need to use the respective types of floating point,
then that is impossible, and you’ll have to change your source code to use one type of
floating point consistently. More often, one or both files specifies a floating point type
unnecessarily, because the compilers may do that by default. In that case, use the -set
floattype option to specify the type of floating point that
eld
should assume is really
needed, or “neutral” if neither type is required.
Cause.
A filename was specified directly on the command line, for
eld
to open, but
either that file doesn’t exist or you don’t have permission to read it.
Effect.
Fatal error (
eld
immediately stops without creating an output file).
Recovery.
Check that you really intended to specify a file of the indicated name, that
you spelled it correctly, and that you do have permission to read it.
Cause.
You specified the -l option, to tell
eld
to search for a DLL or archive based on
the string given as the parameter to the -l option, and
eld
could not find that DLL or
archive, and you also specified the -allow_missing_libs option, to say that it was not an
error if a DLL could not be found.
Effect.
Information (This is not indicative of a problem).
Recovery.
No action required (assuming you did specify the -allow_missing_libs
option on purpose, for a good reason).
1065 Floating point type inconsistency among input linkfiles.
File <filename> specifies 'tandem'. File <filename>
specifies 'ieee'.
1081 Cannot open <filename>: <reason>.
1082 Cannot find <name>.
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 ...