Renesas Emulator System M3T-MR100 Especificaciones Pagina 4

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 41
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 3
High-performance Embedded Workshop V.4.09 Release Note
R20UT0373EJ0100 Rev.1.00 Page 4 of 41
Feb 01, 2011
When [Support dependency scan of preprocessor statement] has been selected, include files written in C/C++
source files are not correctly detected as dependent files in the following cases:
(ii) The toolchain included in either of the compiler packages listed below is in use and <expression> in a
preprocessor statement contains a conditional statement for comparing characters.
C/C++ Compiler Package for SuperH Family V.5.1 to V.9.03 Release 02
C/C++ Compiler Package for H8SX, H8S, H8 Family V.3.0A to V.7.00 Release 00
C/C++ Compiler Package for RX Family V.1.00 Release 00
C Compiler Package for M16C Series and R8C Family V.5.30 Release 0 to V.5.45 Release 01
C Compiler Package for M32C Series V.5.40 Release 0 to V.5.42 Release 00
C Compiler Package for R32C/100 Series V.1.01 Release 00 to V.1.02 Release 01
C/C++ Compiler Package for M32R Family V.5.00 Release 00 to V.5.01 Release 01
C Compiler Package for 740 Family V.1.00 Release 1 to V.1.01 Release 02
Example: #define A 'a'
#if (A == 'a') <- This leads to an error and include files
written on the subsequent lines will not
be detected as dependent files.
#include “file.h” <- This file is not detected as a dependent
#endif file.
(iii) The toolchain included in either of the compiler packages listed below is in use and the operand of assembly
code for the function is an immediate value.
C/C++ Compiler Package for SuperH Family V.5.1 to V.9.03 Release 02
C/C++ Compiler Package for H8SX, H8S, H8 Family V.3.0A to V.7.00 Release 00
C Compiler Package for M16C Series and R8C Family V.5.30 Release 0 to V.5.45 Release 00
C Compiler Package for M32C Series V.5.40 Release 0 to V.5.41 Release 01
C Compiler Package for R32C/100 Series V.1.01 Release 00 to V.1.02 Release 00
C/C++ Compiler Package for M32R Family V.5.00 Release 00 to V.5.01 Release 01
C Compiler Package for 740 Family V.1.00 Release 1 to V.1.01 Release 02
Example: static void Change_PSW_PW_to_UserMode(void)
{
MVFC PSW,R1
OR #00100000h,R1 <- This leads to an error and dependent files
: written on the subsequent lines will not
} be detected as dependent files.
(iv) The toolchain included in either of the compiler packages listed below is in use and the operand of assembly
code for the function is a constant integer with a radix.
C/C++ Compiler Package for SuperH Family
C/C++ Compiler Package for H8SX, H8S, H8 Family
Example: void func(void)
{
#pragma asm
AD1: .EQU H'7FFF <- This leads to an error and dependent files
: written on the subsequent lines will not
#pragma endasm be detected as dependent files.
:
}
Vista de pagina 3
1 2 3 4 5 6 7 8 9 ... 40 41

Comentarios a estos manuales

Sin comentarios