HP eld Manual page 135

Table of Contents

Advertisement

Output Listings and Error Handling
Recovery. In special cases, different loadfiles within the same process may be able to
use different dialects of C++. You may wish to check with someone who is familiar with
the DLL mentioned in the message, to see if there might be problems at runtime due to
this dialect inconsistency.
1153 The loadfile being built has C++ dialect v3; DLL
<filename> has C++ dialect v2.
Cause. The input files use the v3 dialect of C++, and during the link eld saw a DLL
that was using the v2 dialect of C++.
Effect. Warning (eld produces an output file, but it might not be what you intended).
Recovery. In special cases, different loadfiles within the same process may be able to
use different dialects of C++. You may wish to check with someone who is familiar with
the DLL mentioned in the message, to see if there might be problems at runtime due to
this dialect inconsistency.
1155 Could not create workfile of the form <string>.
Cause. Before eld creates an output file, it first writes to a temporary workfile that is
in the same location (Guardian subvolume, OSS directory, or PC folder) as the final file
to be created. eld chooses a filename for the workfile of a certain pattern, as shown
in the message, where three of the characters will be filled in with a number from 000
to 999. eld was not able to create any file whose name matched this pattern, perhaps
because 1000 files with names matching the pattern already existed. They might exist
because previous runs of eld failed and left these files behind. eld doesn't delete
such files that previously existed, it only tries to find an unused name.
Effect. Fatal error (eld immediately stops without creating an output file).
Recovery. Check that you have permission to create files in the indicated location,
and that it isn't a Guardian subvolume that is full, and also see whether there already
are 1000 files in existence, with names matching the pattern. If so, delete some of
them.
1156 No input files.
Cause. Based on the options you specified, you are trying to use eld to create a new
object file from a set of existing object files. However, no existing object files were
specified on the command line, to be included in the output file. Perhaps you specified
DLLs on the command line, but DLLs are only referenced during the link, not included
in the output file. Perhaps you specified archives on the command line, but the object
files within an archive are only included in the link if the -all option is in effect, or if a
previous object file already in the link refers to a symbol that an archive member can
provide.
eld Manual—527255-009
6-25
Error Messages

Advertisement

Table of Contents
loading

Table of Contents