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

no-image

s5u1c33000c

Manufacturer Part Number
s5u1c33000c
Description
Cmos 32-bit Single Chip Microcomputer S5u1c33000c Manual
Manufacturer
Epson Electronics America, Inc.
Datasheet
CHAPTER 3: SOFTWARE DEVELOPMENT PROCEDURES
3.2.3 Creating Make File
The make file contains a processing procedure from compiling to linking and the procedure is automatically
executed by the make tool. The make can judge whether the files are updated or not, and executes the process
only when the necessary file has been modified or there is no target file.
The following operation creates the make file for processing the sample source files (main.c and boot.s).
To create a make file
12
[Make edit] button
Step 6) Click [Make edit].
The [Make file editor] window appears.
Step 7) Select the main.c and boot.s in the file list box, then click
The make generator creates the following three files:
test.mak
test.cm
test.cmx
These files are created in text format, so they can be displayed in
the output window or with an editor.
The make editor uses the name that is entered in the [Make file
name] text box as the make file name (default is test). Modify the
name in the text box if another name is to be used. This name also
applies to the object file that will be created by linking and other
files.
The make editor creates a make file with basic contents, therefore
use it as a template and customize the contents if necessary. See
Section 17.1, "Make" for details of the contents of make file.
Use the close button to terminate the Make file editor.
EPSON
[New Make file].
To select two files, first click the boot.s, then hold down
the [Ctrl] key and clock the main.c.
make file
Command file for Linker
Command file for Instruction Extender
(C COMPILER PACKAGE FOR S1C33 FAMILY) (Ver. 4)
S5U1C33000C MANUAL

Related parts for s5u1c33000c