Binder Manual (G06.27+, H06.04+, J06.03+)

Binder Messages
Binder Manual528613-004
8-26
Error Messages and Warnings
216
When building an SRL application, some of the external variable references were not
resolved. Binder continues to build the object file and include the missing blocks on the
imported block list. The application is not runnable with the specified library. A new
library must be supplied to declare the missing blocks.
217
When building an SRL user library, Binder found a data block that was named in an
EXPORT command, but was not found in any of the modules that make up this library.
Binder builds the target codefile, but the data block is removed from exported block list.
218
When building a user library, Binder encounters a data block with a location constraint
is not supported for user library codefiles. For example, a data block that is declared at
address 0 is illegal in a user library codefile. Binder does not build the target codefile.
220
The size of space you specified in the RESERVE command is not large enough for
global data space requirements of the current library. Binder builds the target codefile
and the size of the reserved area is increased to the size needed.
222
While building an SRL application, Binder encountered one or more of the mismatches
described in Warning 215. Binder builds the target application, but the application
codefile is not runnable with the current instance of the library. The mismatches must
be resolved by rebuilding the application under the application and/or the library
codefiles.
W There are unresolved references to data block block-name
W Exported data block block-name was never found
E The location constraint on data block data-block-name is
illegal in a UL codefile
W Reserved value was insufficient for data-type data space .
x bytes were reserved . y bytes must be reserved for
library data
W The application is not runnable with the specified import
library due to the mismatches reported above