CHAPTER 3: WORK BENCH

3.7.5 Printing

The document in the [Edit] window can be printed out.

The [Print...], [Print Preview] and [Page Setup...] commands are provided in the [File] menu. The [Print] button can also be used. They have the same function as those of standard Windows application.

Select one after activating the [Edit] window of the document to be printed.

3.8 Build Task

By using the [Build] menu or [Build] toolbar, the assembler, linker, debugger, HEX converter and disassembler can be executed from the work bench.

In the work bench, process to generate an executable object from the source files is called a build task.

For details of each development tool, refer to the respective chapter.

3.8.1 Preparing a Build Task

Before starting a build task, necessary source files should be prepared and tool options should be config- ured.

1.Create a new project. (Refer to Section 3.6.1.)

2.Select an ICE parameter file. (Refer to Section 3.6.1.)

3.Create source files and add them into the project. (Refer to Sections 3.7 and 3.6.2.)

4.Select tool options (Refer to Section 3.9.)

3.8.2 Building an Executable Object

To generate an executable object:

1.Open the project file.

2.Select an output format (absolute, Intel HEX or Motorola S) using the [Output Format] list box.

3.Select [Build] from the [Build] menu or click the [Build] button.

[Build] button

The work bench generates a make file according to the source files in the project and the tool options set by the user. This file is used to control invocation of tools.

First, the make process invokes the assembler for each source file to be assembled. If the latest relocatable object file exists in the work space, the corresponding source file is not assembled to reduce process time. Next, the linker is invoked to generate an absolute object file. The linker command file used in this phase is automatically generated.

If absolute object has been selected as the output format, the build task is completed at this phase. If Intel HEX or Motorola S has been selected, the HEX converter will be invoked to generate an object in the specified format.

To rebuild all files including the latest relocatable object files, select [Rebuild All] from the [Build] menu or click the [Rebuild All] button.

[Rebuild All] button

The build task can be suspended by selecting [Stop Build] from the [Build] menu or clicking the [Stop Build] button.

[Stop Build] button

36

EPSON

S5U1C63000A MANUAL

 

 

(S1C63 FAMILY ASSEMBLER PACKAGE)