13
1.3.6 Makefile of library source.
A project can’t make it normally when makefile.dos of the compiler accessory is read with TM. Carry out Make in
accordance with User’s Manual of the compiler from the Dos window when you change standard input and output
library.
1.3.7 The TM project of the former version was taken over.
Precondition: With NC30WA, NC308WA, and NC79WA in the combination
When the project made with TM of the former version is read, Inspector information output option “-finfo” isn’t added
automatically, and it can’t indicate information with Inspector. Carry out building after you add a “-finfo” option to
CFLAGS and AFLAGS to indicate Inspector information.
1.3.8 Use real time OS
Be careful because a compilation option and the designation of link library must be changed when you change the
next definition item of Configration file.
And, refer to the manual of the real time OS which copes with it for Configration file and the details of each definition
item.
1.3.8.1 In the case of MR308 (for the M16C/80, M32C/80 series)
1)
When 32 was specified in the message size.
Compilation option
:
-Dfar_msg=1 is specified.
Link library
:
mr308lm.lib and c308mrlm.lib are specified.
<Example>
system {
:
message_size = 32;
:
};
2)
When 16 was specified in the message size or designation was omitted.
Compilation option
:
-Dfar_msg=1 isn
’
t specified.
Link library
:
mr308.lib and c308mr.lib are specified.
<Exapmle>
system {
:
message_size = 16;
:
};
3)
When you put the source file of C besides
“
Working Directory
”
(.\).
Compilation option
:
-I.
4)
When you put the assembler source file besides
“
Working Directory
”
(.\).
Assembly option
:
-I.
5)
When you specify the output destination of the objects besides
“
Working Directory
”
(.\).
mr308tbl option
:
The directory is specified at the output destination.
1.3.8.2 In the case of MR30 (for M16C/60, 20 series)
1)
When 32 was specified in the message size.
Compilation option
:
-Dfar_msg=1 is specified.
Link library
:
mr30lm.lib and c30mrlm.lib are specified.
<Expamle>
system {
:
message_size = 32;
:
};
Summary of Contents for TM V.3.20A
Page 90: ...90 MEMO...
Page 92: ......