Chapter 13 Error Messages
260 Linker Errors
13.3.2 Error Messages
3300 Bad option switch.(string)
There is an error in the option specifications.
Check the option specifications
3301 No parameter for (option) option.
There is no parameter for the specified option.
Check the command line options.
3302 Illegal parameter with (option) option.
The parameter for the specified option is in the wrong format.
Check the option specifications.
3303 Illegal address with (option) option. (addr)
The specified address is invalid.
Check the specified address value.
3304 Illegal value with (option) option. (value)
The specified value is invalid.
Check the specified value.
3305 Conflicting option specified. (option,..)
Conflicting options have been specified.
Check the option specifications.
3306 filename: Parameter-file already specified.
The parameter file includes another parameter file.
Edit the parameter file to eliminate the duplication.
3307 Multiply defined symbol.
A symbol is defined more than once.
Check the symbol declarations.
3308 Undefined symbol.
A symbol is undefined.
Check the symbol declarations.
3309 filename: Relocation address out of range.(line lineno)
The results of a relocatable address calculation are out of range.
Check the specified line in the source file.
3310 filename: Symbol[name] not defined with FUNCINFO. (line lineno)
The specified input file contains a CALL instruction to a label without a FUNCINFO directive.
Check the specified line in the source file.
3311 Program ID multiplied.
Two or more -OVL options to use different numbers.
Edit the -OVL options to use different numbers.
3312 filename: Section not found specified by OVL (ID=id).
Either the target files do not contain the specified section or there are no target files.
Check the section specification for the specified -OVL option as well as the file names following
it.