Renesas M3T-ICC740 Technical Information Seite 46

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 53
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 52 53

Kommentare zu diesen Handbüchern

Keine Kommentare