Renesas M3T-ICC740 Información técnica Pagina 46

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 53
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 45
44
declaration.
extern npage int n_i1;
void func( char a, npage int n_b );
In assembler sources attach “np.” when referencing the data.
lda np:n_data
z Error[e27]
If a symbol with the same name (including any C language variable or function) is
defined in multiple files, the error shown below occurs.
Error[e27]: Entry "
symbol
" in module
module 1
(
file 1
) redefined in module
module 2
(
file 2
)
In this case, examine the relevant file and alter it so that there will be no duplicate
symbol name.
z Error[e46]
If any undefined symbol exists, the error shown below occurs.
Error[e46]: Undefined external "
symbol
" referred in
module
(
file
)
In this case, check the symbol name.
Vista de pagina 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 52 53

Comentarios a estos manuales

Sin comentarios