Echelon Neuron User Manual
Page 97
Neuron Tools Errors Guide
89
NCC#
Description
340
Parameter to 'propagate' must be output network variable [NCC#340]
The built-in function propagate( ) takes as its only argument the name of
an output network variable. See the
Functions
chapter of the
Neuron C
Reference Guide
for more information on this built-in function.
342
I/O object type restricted to pins IO_0 through IO_6 [NCC#342]
Different I/O object types are permitted on different subsets of the Neuron
Chip’s I/O pins. For more information, see the
I/O Objects
chapter of the
Neuron C Reference Guide
.
343
The '#pragma set_std_prog_id' conflicts with ID set via compile option
[NCC#343]
The compiler permits the program ID to be set in various ways, by compiler
directive (pragma) as well as by command-line or programmatic interface
option. The compiler will tolerate multiple attempts to set the program ID,
provided there is no conflict.
345
Array index is out of range of bounds declaration [NCC#345]
This warning is generated whenever a constant index is applied to an array
such that the index is negative, or is beyond the declared bounds of the
array.
346
This combination of debug options is not available [NCC#346]
The #pragma debug directive can be specified a number of times in a given
program, with various options. Some of these options can be combined, and
others cannot. Consult the
Compiler Directives
chapter of the
Neuron C
Reference Guide
for a complete explanation of the directive.
347
Need at least 3 application input buffers with debug kernel [NCC#347]
In order for the network debug kernel to function properly, a device must
have at least 3 application input buffers. The program being compiled with
the network debug kernel option selected does not have at least 3
application input buffers.
349
350
Read error on cached file [NCC#349]
Write error on cached file [NCC#350]
A read error or a write error was reported while accessing a file. Check for
adequate disk space, or the possibility of loss of network connection (if a
networked file), or removal of removable media.
352
Array size exceeds 65535 [NCC#352]
The array variable being declared exceeds a total size of 65535 bytes. No
array, struct, or union variable in Neuron C can exceed 65535 bytes.