eld Manual
Table Of Contents
- eld Manual
- Legal Notices
- Contents
- What’s New in This Manual
- Manual Information
- New and Changed Information
- About This Manual
- Notation Conventions
- 1 Introduction to eld
- 2 eld Input and Output
- 3 Binding of References
- Overview
- Presetting Loadfiles
- To Preset or Not to Preset, and Creation of the LIC
- Handling Unresolved References
- Using User Libraries
- Creating Import Libraries
- Ignoring Optional Libraries
- Merging Symbols Found in Input Linkfiles
- Accepting Multiply-Defined Symbols
- Using the -cross_dll_cleanup option
- Specifying Which Symbols to Export, and Creating the Export Digest
- Public Libraries and DLLs
- The Public Library Registry
- 4 Other eld Processing
- Adjusting Loadfiles: The -alf Option
- Additional rules about -alf
- The -set and -change Options
- eld Functionality for 64-Bit
- Checking the C++ Language Dialect
- Renaming Symbols
- Creating Linker-Defined Symbols
- Updating Or Stripping DWARF Symbol Table Information
- Modifying the Data Sections that Contain Stack Unwinding Information
- Creating the MCB
- Processing of Floating Point Versions and Data Models
- Specification of the Main Entry Point
- Specifying Runtime Search Path Information for DLLs
- Merging Source RTDUs
- 5 Summary of Linker Options
- 6 Output Listings and Error Handling
- A TNS/E Native Object Files
- Glossary
- Index

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>.










