Chapter 15 Using Library Manager
294 Error Messages
15.4.2 Error Messages
4301 Multiply specified object file name.(filename)
Either the same object file is specified twice on the command line or an object file with the same
name is in the library.
Check the filename specifications. If necessary, change the file names.
4302 Premature EOF. (filename)
There is something wrong with the contents of the specified file.
Since the file is most likely corrupted, re-create it.
4303 Can not create temporary file name.
The creation of the temporary file failed for some reason.
Check the memory capacity.
4304 Can not create library file. (filename)
The library manager could not create the library file.
Check the file system’s capacity.
4305 This file is not object file for MN1030. (filename)
The specified object file is not an object file.
Check the object file specifications. If they are correct, the file is most likely corrupted, so re-create
it.
4306 This file is not library file for MN1030. (filename)
The specified library file is not a library file.
Check the library file specification. If it is correct, the file is most likely corrupted, so re-create it.
4307 Object file name not found.
An option calling for an object file name is missing an object file specification.
Check the option syntax.
4308 Invalid file information type exist. (filename)
The specified file contains incorrect file information.
Since the object file is most likely corrupted, re-create it.
4309 Conflicting option specified. (option)
The command line contains options that cannot occur together (0e and -f, for example).
Check the command line options.
4310 This file has redefined public symbol. (filename)
The specified file redefines a public symbol already in the library.
Check the object files making up the library.
4311 Object file number over. (max 65535)
The number of object files in the library exceeds the limit.
Reduce the number of object files to within the limit.
4312 Symbol name length over. (max 66). (symbol)
A symbol in an object file exceeds the length limit.
Re-create the object file using a shorter name for the symbol.