98
ImageCraft Assembly Language Guide, Document # 001-44475 Rev. *B
Builds and Error Messages
6.3
Code Compressor and Dead-Code Elimination Error Messages
Problem
–
!X The compiler has failed an internal consistency check. This may be due
to incorrect input or an internal error. Please report the information
target == 0 || new_target at ..\optm8c.c(340) to "Cypress" at
www.cypress.com/support.
Designer\tools\make: *** [output/drc_test.rom] Error 1
Note
To obtain support go to
http://www.cypress.com/support/login.cfm
or
and
click on Technical and Support KnowledgeBase at the bottom of the page.
Possible Causes
–
1. The label in a
.LITERAL
or
.SECTION
segment of code has not been made global using the
EXPORT
directive or a double colon.
2. A
.LITERAL
segment has only a label and no defined data.
a. .
SECTION
was not followed by a label.
b.
.LITERAL
was not followed by a label.
c.
.ENDSECTION
has no matching
.SECTION
.
d.
.ENDLITERAL
has no matching
.LITERAL
.
e.
.SECTION
has no
.ENDSECTION
.
f. Unmatched
.LITERAL
directive.
g. Directive creating data may not be compatible with Code Compression and other advanced
technologies.
3. Data defined in ROM does not have the
.LITERAL
and
.ENDLITERAL
directives.
Summary of Contents for PSoC DESIGNER ImageCraft M8C
Page 6: ...6 ImageCraft Assembly Language Guide Document 001 44475 Rev B Contents Feedback ...
Page 10: ...10 ImageCraft Assembly Language Guide Document 001 44475 Rev B Introduction Feedback ...
Page 24: ...24 ImageCraft Assembly Language Guide Document 001 44475 Rev B M8C Microprocessor Feedback ...
Page 95: ...ImageCraft Assembly Language Guide Document 001 44475 Rev B 95 Assembler Directives Feedback ...
Page 96: ...96 ImageCraft Assembly Language Guide Document 001 44475 Rev B Assembler Directives Feedback ...
Page 104: ...104 ImageCraft Assembly Language Guide Document 001 44475 Rev B Feedback ...
Page 108: ...108 ImageCraft Assembly Language Guide Document 001 44475 Rev B Index Feedback ...