Echelon Neuron User Manual

Page 45

Advertising
background image

Neuron Tools Errors Guide

37

NAS#

Description

12

Symbol <s> is used but never defined [NAS#12]

An unknown symbol was used. For symbols defined within the same

module, check the spelling of the symbol definition and reference. For
symbols referring to items defined in other modules, make sure to IMPORT

the symbol.

13

Symbol <s> past end of relocatable segment [NAS#13]

14

Too many search paths [NAS#14]

Too many search paths were specified with the –s (--search) command line

option. Specify fewer search paths.

15

Include files are too deeply nested [NAS#15]

Include files are too deeply nested, or deep nesting occurs due to include file
recursion. Review your INCLUDE statements and include files.

16

Too many input files [NAS#16]

Too many input files. Reduce the number of include files.

17

System open file limit exceeded [NAS#17]

The assembler could not open a file due to an operating system restriction.

18

Cannot open <file> [NAS#18]

The assembler failed to open the file described in the message. Check to

see if the file exists and is accessible.

19

Cache error for file <file> [NAS#19]

An internal error occurred. Close the tool and try again.

20

IF[[N]DEF] too deeply nested [NAS#20]

Too many nested IF, IFDEF or IFNDEF expressions. Reduce the
complexity of your conditional assembly.

21

ELSE without matching IF[[N]DEF] [NAS#21]

An ELSE directive was encountered without a matching IF, IFDEF or

IFNDEF directive. Review your conditional assembly expression.

22

ENDIF without matching IF[[N]DEF] [NAS#22]

An ENDIF directive was encountered without a matching IF, IFDEF or

IFNDEF directive. Review your conditional assembly expression.

Advertising