s5u1c33000c Epson Electronics America, Inc., s5u1c33000c Datasheet - Page 482

no-image

s5u1c33000c

Manufacturer Part Number
s5u1c33000c
Description
Cmos 32-bit Single Chip Microcomputer S5u1c33000c Manual
Manufacturer
Epson Electronics America, Inc.
Datasheet
CHAPTER 17: OTHER TOOLS
Chapter 17 Other Tools
This chapter explains the other tools that are included in the S1C33 Family C Compiler Package.
17.1 Make
The S1C33 Family C Compiler Package contains a make tool (hereafter referred to as the "make") that efficiently
processes compilation to linkage.
Based on the dependence relationship between the sources written in a make file and the files output by each tool,
the make uses the necessary tools to update the files to the latest version. For example, if only one source file is
corrected, the make executes compilation or operation from preprocess to assemble only for that file. Other
modules only have object files read in during linkage, and are not processed sufficiently to include assembly.
The make in this package only supports the dependency lists, suffix definitions, and macro definitions necessary
to perform the above processing.
It provides the subset functions of make in UNIX.
17.1.1 Starting Method
Startup format
Options
466
make ^ [<option>] ^ [<target name>]
Example: c:\cc33\make -f test.mak opt
Operations on work bench
Select options and a make file (.mak), then click the [MAKE] button.
The make comes provided with the following three types of startup options:
-f <file name>
Function:
Specification on wb33: Always specify (choose a file name from the list box).
Explanation:
Default:
-h
Function:
Specification on wb33: Check [usage].
Explanation:
-n
Function:
Specification on wb33: Check [no exe cmd].
Explanation:
^ denotes a space.
[ ] indicates the possibility to omit.
Specifies a make file.
The make reads in a make file specified by <file name> (extension included), and
processes its contents.
Unless the -f option is specified, a file named "makefile" is input as the make file.
Outputs usage.
Only a message about how to use the standard output device (stdout) is output
before terminating.
Displays commands.
Only the command to be processed by make is output to the standard output device
(stdout) and no operation actually is performed on it. This is effective for verifying
the dependence relationship of files.
EPSON
(C COMPILER PACKAGE FOR S1C33 FAMILY) (Ver. 4)
S5U1C33000C MANUAL

Related parts for s5u1c33000c