Renesas Emulator System M3T-MR100 Especificaciones Pagina 5

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 41
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 4
High-performance Embedded Workshop V.4.09 Release Note
R20UT0373EJ0100 Rev.1.00 Page 5 of 41
Feb 01, 2011
Include files written in assembly source files are not correctly detected as dependent files in the following case:
(v) A source file for the AS30, AS308, or AS100 contains directive "..FILE" or "@" for specifying an include file.
Example: <sample.a30 file>
.INCLUDE [email protected] <- Thi s leads to an error and sample.inc
will not be detected as dependent files.
1.4 Navigation facilities
1.4.1 Navigation to the definition of C functions
The High-performance Embedded Workshop scans the definitions of C functions in a C/C++ source file and
displays tags of the definitions on the “Navigation” tab of the “Workspace” window so that double-clicking
on a tag will navigate you to the line of the definition in a corresponding file shown in the editor.
When the High-performance Embedded Workshop searches for the definitions of C functions, it ignores all
preprocessor directives. The High-performance Embedded Workshop thus may not be able to correctly
analyze the definitions of C functions.
For example, two definitions of func() might be displayed on the “Navigation” tab of the “Workspace”
window in the following code.
#define DEF 1
#ifdef DEF
void func(void)
{
}
#else
int func(int a)
{
}
1.4.2 Default setting for "C++ Classes" of the Navigation facilities
“C++ Classes” of the navigation facilities is disabled (unchecked) at default.
You can check the setting in the “Select Categories” dialog box (figure 1.1).
To open the “Select Categories” dialog box, right-click on the window of the “Navigation” tab and then
select “Select Categories”
Figure 1.1 Select Categories Dialog Box
Vista de pagina 4
1 2 3 4 5 6 7 8 9 10 ... 40 41

Comentarios a estos manuales

Sin comentarios