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.
Kommentare zu diesen Handbüchern