Renesas TM V.3.20A Información técnica Pagina 8

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 23
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 7
TM V.3.20A Release note
Rev.2.00 Februray. 20, 2006 page 6 of 21
REJ10J0019-0200
4.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.
4.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.
4.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.
4.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;
:
};
Vista de pagina 7
1 2 3 4 5 6 7 8 9 10 11 12 13 ... 22 23

Comentarios a estos manuales

Sin comentarios