12 error/warning messages, 1 errors, 2 warning – Epson S5U1C63000A User Manual

Page 117: Functions, Input/output files, 1 input files

Advertising
background image

CHAPTER 5: LINKER

S5U1C63000A MANUAL

EPSON

103

(S1C63 FAMILY ASSEMBLER PACKAGE)

5.12 Error/Warning Messages

5.12.1 Errors

When an error occurs, the linker will immediately terminate the processing after displaying an error
message. No object file will be output. Other files will be delivered only in the part which was processed
prior to the occurrence of the error.
The error messages are given below.

Error message

Description

Branch destination too far from <address>

The branch destination address is out of range.

CALZ for non zero page at <address>

The specified address is out of the range (0x0000–0x00ff).

Cannot create absolute object file <FILE NAME>

The absolute object file cannot be created.

Cannot open <file kind> file <FILE NAME>

The file cannot be opened.

Cannot read <file kind> file <FILE NAME>

The file cannot be read.

Cannot relocate <section kind> section of

The relocatable section cannot be allocated.

<FILE NAME>

Cannot write <file kind> file <FILE NAME>

Data cannot be written to the file.

Illegal address range <address> for a code at

The address specified by TST/SET/CLR is out of the range

<address>

(0x0000–0x003f or 0xffC0–0xffff).

Illegal file name <FILE NAME>

The file name is incorrect.

Illegal file name <FILE NAME> specified with

The file name specified with the option is incorrect.

option <option>

Illegal ICE parameter at line <line number> of

The ICE parameter file contains an illegal parameter setting.

<FILE NAME>

Illegal object <FILE NAME>

The input file is not an object file in IEEE-695 format.

Illegal option <option>

An illegal option is specified.

No address specified with option <option>

Address is not specified with the option.

No code to locate

There is no valid code for mapping.

No ICE parameter file specified

ICE parameter file is not specified.

No name and address specified with option <option>

Name and address are not specified with the option.

No object file specified

Object files to be linked are not specified.

Out of memory

Cannot secure memory space.

<section kind> section <address>-<address> overlaps The address range of the section overlaps with another

with <section kind> section <address>-<address>

section's address range.

<section kind> section <address>-<address> overlaps The address range of the section overlaps with the

with the unavailable memory

unavailable memory.

Unresolved external <label> in <FILE NAME>

Reference was made to an undefined symbol.

Unusable instruction code <instruction code>

The object contains an instruction invalid for the model.

in <FILE NAME>

5.12.2 Warning

Even when a warning appears, the linker continues with the processing. It completes the processing after
displaying a warning message, unless, in addition, an error takes place. The output files will all be
delivered, but the operation of the program cannot be guaranteed.
The warning messages and their contents are given below.

Warning message

Description

Cannot create <file kind> file <FILE NAME>

The file cannot be created.

Cannot open <file kind> file <FILE NAME>

The file cannot be opened.

No debug information in <FILE NAME>

Debugging information is not included in the file.

No symbols found

Symbols cannot be found.

Second definition of label <label> in

The label has already been defined.

<FILE NAME>

Second ICE parameter file <FILE NAME> ignored

Two or more ICE parameter files are specified.

Advertising