S5U1C17001C ManUal
EPSOn
5-129
(C COMPilEr PaCkagE fOr S1C17 faMily) (Ver. 1.5.0)
5 gnU17 iDE
5
IDE
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
Страница 6: ......
Страница 17: ...1 General S5U1C17001C Manual 1 General ...
Страница 18: ......
Страница 21: ...1 2 Install S5U1C17001C Manual 2 Installation ...
Страница 22: ......
Страница 29: ...3 SoftDev S5U1C17001C Manual 3 Software Development Procedures ...
Страница 30: ......
Страница 103: ...4 SrcFiles S5U1C17001C Manual 4 Source files ...
Страница 104: ......
Страница 121: ...5 IDE S5U1C17001C Manual 5 gnU17 iDE ...
Страница 122: ......
Страница 365: ...6 Compiler S5U1C17001C Manual 6 C Compiler ...
Страница 366: ......
Страница 385: ...7 Library S5U1C17001C Manual 7 library ...
Страница 386: ......
Страница 404: ...7 18 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 7 liBrary THIS PAGE IS BLANK ...
Страница 405: ...8 Assemblr S5U1C17001C Manual 8 assembler ...
Страница 406: ......
Страница 438: ...8 32 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 8 aSSEMBlEr THIS PAGE IS BLANK ...
Страница 439: ...9 Linker S5U1C17001C Manual 9 linker ...
Страница 440: ......
Страница 448: ...9 8 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 9 linkEr THIS PAGE IS BLANK ...
Страница 449: ...10 Debugger S5U1C17001C Manual 10 Debugger ...
Страница 450: ......
Страница 625: ...10 174 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 10 DEBUggEr THIS PAGE IS BLANK ...
Страница 626: ...11 Tools S5U1C17001C Manual 11 Other Tools ...
Страница 627: ......
Страница 695: ...11 68 EPSON S5U1C17001C Manual C Compiler Package for S1C17 Family Ver 1 5 0 11 OTHEr TOOlS THIS PAGE IS BLANK ...
Страница 696: ...S1C17 Family C Compiler Package Quick Reference Reference ...