Echelon Neuron User Manual

Page 129

Advertising
background image

Neuron Tools Errors Guide

121

NCC#

Description

588

Intermixing 'pragma optimization' with deprecated codegen options for

optimization control is not recommended [NCC#588]

You should use #pragma optimization.

589

This codegen option is deprecated and may be discontinued in a future release.

Use 'pragma optimization' instead [NCC#589]

590

Your optimization preferences in source code conflict with those expressed on

the command line or the IDE, and will be ignored [NCC#590]

591

You cannot change a buffer size or count value once it has been designated

‘final.’ Consider using the ‘minimum’ modifier or eliminate the superfluous

buffer control directive [NCC#591]

592

The 'minimum' buffer size or count value exceeds a previously requested 'final'

value for the same aspect This is at the location of the ‘minimum’ request

[NCC#592]

593

The 'final' buffer size or count value doesn't meet the earlier 'minimum'

specification for the same aspect. This is at the location of the ‘final; request

[NCC#593]

594

The ‘level’ modifier is no longer supported, use ‘pulse’ or the stretchedTriac

output model instead [NCC#594]

595

This I/O object requires the 'frequency' modifier to denote the typical power line

frequency [NCC#595]

596

The specified frequency is out of range for the stretched triac I/O model

[NCC#596]

597

The ‘twostopbits’ option and the parity feature are mutually exclusive

[NCC#597]

598

The CP is declared with both 'object_disabled' and 'offline'. 'offline' has higher

priority; 'object_disabled' becomes ineffective [NCC#598]

599

The configuration network variable is declared constant, but may be updated

through network variable updates [NCC#599]

600

The 'specify_io_clock' directive has no effect unless an SCI I/O object is being

declared, and will be ignored [NCC#600]

601

I2C model modifiers cannot be repeated [NCC#601]

602

Modifiers <a> and <b> are mutually exclusive [NCC#602]

Advertising