Epson S5U1C17001C Manual page 251

Cmos 16-bit single chip microcomputer, c compiler package for s1c17 family
Hide thumbs Also See for S5U1C17001C:
Table of Contents

Advertisement

Each field indicated by a number is described below.
(1) Defines the project name as TARGET. This name is used in the elf object file and map file.
The end product (.psa or .elf) is defined in GOAL.
(2) Defines the tool directory and the compiler, assembler, and linker commands. The directory in which the tools are
stored is set in TOOL_DIR. The space characters in the path are converted to "\ " (\ + space). The link process
cannot proceed if the path includes spaces. Confirm that one set of S5U1C17001C tools is installed in a directory
that does not include spaces.
(3) Defines the compiler, assembler, and linker options. These options reflect the selected contents of project
properties ([GNU17 Build Options]).
(4) The object file names corresponding to the source files in the project are written here following "OBJS=".
The contents written in this field change when source files are added or deleted.
(5) The library file names set in [GNU17 Build Options] > [Build Options] > [Linker] > [Libraries] are written
here following "OBJLDS=" in the same way as for "OBJS=".
(6) The assembler source files are written here for a two-pass make that optimizes extended instructions.
Note that the assembler source files created from C source files have a file extension ".ext0".
(7) Defines the macros needed to create dependency files. Dependency files are generated for each source. The
sources and include files needed to generate object files are defined here.
Example:
Dependency file (main.d)
main.o: main.c
Dependency file (boot.d)
boot.o: boot.s
These files are used to create the tool commands written to a dependency list.
(8) Defines the execution commands to be stored in a dependency list.
(9) Defines the target.
(10) This is the dependency list for the target to be built and executable format object files.
The two-pass make process generates the executable format object file after optimizing the extended instruc-
tions.
GOAL determines whether an executable object file (elf) or an S-record format ROM data file (psa) is gener-
ated.
(11) Defines the execution command of the vector checker.
(12) This is the dependency list for object files generated from each source.
Adding or deleting source files will change the information in this field.
(13) The commands written here delete the generated files executed in the target "clean".
For detailed information on makefiles, refer to Section 11.1, "make.exe".
S5U1C17001C ManUal
(C COMPilEr PaCkagE fOr S1C17 faMily) (Ver. 1.5.0)
EPSOn
5 gnU17 iDE
5
IDE
5-129

Advertisement

Table of Contents
loading

Table of Contents