A SERVICE OF

logo

5-4 Neuron C Compiler Errors (NCC)
NCC# Description
14 Invalid value for this pragma [NCC#14]
The numeric value following the pragma that the message refers to is
not of appropriate value. Consult the documentation for the specific
pragma to ascertain the applicable valid values. Pragmas are
documented in the Compiler Directives chapter of the Neuron C
Reference Guide.
15 Cannot repeat this pragma [NCC#15]
Some pragmas can only be used once. These are:
app_buf_out_size
app_buf_in_size
app_buf_out_priority_count
app_buf_out_count
app_buf_in_count
disable_snvt_si
enable_sd_nv_names
net_buf_out_size
net_buf_in_size
net_buf_out_priority_count
net_buf_out_count
net_buf_in_count
num_addr_table_entries
num_alias_table_entries
num_domain_entries
one_domain
receive_trans_count
set_id_string
set_netvar_count
set_node_sd_string
set_std_prog_id
snvt_si_eecode
snvt_si_ramcode
16
Macro name, macro parameter name, or macro argument is
too long [NCC#16]
No identifier in Neuron C can exceed 256 characters
17 Line too long in macro definition [NCC#17]
No input line in Neuron C can exceed 256 characters. You can use
the line continuation feature of ANSI C to extend the line. This
feature is activated by using a \ character at the end of the line
(make sure there are no space characters following the backslash
character).
18 Invalid preprocessor directive syntax [NCC#18]
This error indicates one of any number of syntax problems in the #
directive of the line indicated. The proper syntax is:
#directive [value]
where the optional value is dependent on the particular directive.