2 linker options, Error messages – Epson S5U1C63000A User Manual

Page 55

Advertising
background image

CHAPTER 3: WORK BENCH

S5U1C63000A MANUAL

EPSON

41

(S1C63 FAMILY ASSEMBLER PACKAGE)

The edit box shows the default setting ([Default]) and the list of source files in the project.
The default setting applies to all the sources excluding ones that are specified independently.
To select options of a specific source, select the check box at the front of the source file name.

Check here

sub.s

No

No

No

Each of the [Error file], [Debug info] and [List file] options is set to either "No" or "Yes" and it toggles by
double-clicking. For example, to change the default [List file] option from "No" to "Yes", double click "No"
in the [Default] line. It changes to "Yes".

Source

Error file

Debug info

List file

Defines

[Default]

No

Yes

No

Double-click here. It will be changed to Yes.

To define a name for conditional assembly, double-clicking the [Defines] part.

Source

Error file

Debug info

List file

Defines

[Default]

No

Yes

No

Double-click here, then type a define name.

An text box appears. Type a name in the box. If two or more names are to be entered, separate each name
with a comma (,).

Refer to Chapter 4, "Assembler", for details of the assembler options.

3.9.2 Linker Options

In this dialog, section allocation, symbol definition and other linker options can be specified.
The work bench generates a linker command file including these specifications, and specifies it when
invoking the linker.

Specifying section allocation

This option is set by default as all the sections will be allocated from the memory start address. To
specify a section start address, double click the cell and then enter the address.

Source

BSS CODE DATA

[Default]

Double-click here to change default CODE section start address, then type an address.

Source

BSS CODE DATA

[Default]

0x100

The edit box shows the default setting ([Default]) and the list of source files in the project.
The default setting applies to all the sections excluding those of the source specified.
To set a specific source independently, select the check box at the front of the source file name.

Check here

sub.s

0x200

Advertising