Part Number: TMS320C6416
Tool/software: TI C/C++ Compiler
This file and project built previously most recently on 10/1
Compiler version 6.0.1, CCs v7.2
There is nothing wrong with the statements. Why do the errors show up?
; .sect ".data2"
.align 4
.WORD 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
CRCTBLE:
.loop 256
.word 0
.endloop
.text
LFIFO:
.loop 64
.word 0
.endloop
.loop 256
.byte 0
.endloop
.end
"C:/Users/kvallabhaneni/Desktop/HDL2_VF9_cat-hallfailtest-release/MainDualA-DR3.sa", ERROR! at line 974:
No matching .loop specified outside .(c)proc
.endloop
No matching .loop specified outside .(c)proc
.endloop
No matching .loop specified outside .(c)proc
.endloop
makefile:166: recipe for target 'CRC-iniFordt.obj' failed
gmake: *** [CRC-iniFordt.obj] Error 1
gmake: Target 'all' not remade because of errors.ti_compiler.docx