Texas Instruments TMS320C54x User Manual page 422

Digital signal processors
Hide thumbs Also See for TMS320C54x:
Table of Contents

Advertisement

E0007
E0008
E0009
Conditional nesting is too deep
Loop count out of range
Description
These are errors about conditional assembly loops. Condi-
tional block nesting cannot exceed 32 levels.
Action
Correct the .macro/.endmacro, .if/.elseif/.else/.endif or .loop/
.break/.endloop source.
Bad use of .access directive
Matching .struct directive is not present
Matching .union directive is not present
Description
These are errors about unmatched structure definition direc-
tives. In a .struct/.endstruct sequence, a directive was
encountered that requires a matching directive but the
assembler could not find the matching directive.
Action
Check the source for mismatched structure definition direc-
tives and correct.
Cannot apply bitwise NOT to floats
Illegal struct/union reference dot operator
Missing structure/union member or tag
Section "name" is not an initialized section
Structure or union tag symbol expected
Structure or union tag symbol not found
Unary operator must be applied to a constant
Description
These are errors about an illegally used operator. The opera-
tor specified was not legal for the given operands.
Action
Correct the source per the error message text so that all
required operands are declared.
Error Messages
Error Messages
D-7

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C54x and is the answer not in the manual?

Table of Contents