Echelon NodeBuilder Errors 3120 User Manual Page 63

  • Download
  • Add to my manuals
  • Print
  • Page
    / 123
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 62
NodeBuilder Errors Guide 5-43
NCC# Description
338
The '#pragma codegen' directive must precede affected code
[NCC#338]
The codegen pragma (see the Compiler Directives chapter of the
Neuron C Reference Guide) affects code generation for certain Neuron
C features. Selection of a codegen option must precede any
generated code that would be affected by the option. It is best to
place these pragmas at the beginning of a program.
339
This program requires aliases:
'#pragma num_alias_table_entries' [NCC#339]
The program has referenced a firmware or library function which
operates on or requires one or more alias table entries, but the
pragma which allocates these alias table entries was not supplied, or
the number of alias table entries was specified as 0 (zero). See the
Compiler Directives chapter of the Neuron C Reference Guide for
more information on the pragma.
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 node
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.
Page view 62
1 2 ... 58 59 60 61 62 63 64 65 66 67 68 ... 122 123

Comments to this Manuals

No comments