cc_build_debug.log

来自「GSM发送端普通突发复用部分的dsp程序」· LOG 代码 · 共 30 行

LOG
30
字号
-------------------------  snd_burst_word.pjt - Debug  -------------------------
"d:\ti\c5500\cgtools\bin\cl55" -g -q -fr"D:/ti/myprojects/snd_burst_word/Debug" -d"_DEBUG" -@"Debug.lkf" "Init.asm"

"d:\ti\c5500\cgtools\bin\cl55" -g -q -fr"D:/ti/myprojects/snd_burst_word/Debug" -d"_DEBUG" -@"Debug.lkf" "snd_burst_word.asm"
"snd_burst_word.asm", ERROR!   at line 19: [E0800] Illegal Parallel Pair:
                                                   combined size is too large;
                                                   must be <= 6, but is 8
	      	        AMOV	#h1b_type,XAR5
	      	        ||RPT		#2				;前3个尾bit0

"snd_burst_word.asm", ERROR!   at line 19: [E0800] Illegal Parallel Pair:
                                                   Address modes which use a
                                                   16-bit or larger constant
                                                   are illegal in parallel
                                                   instructions
	      	        AMOV	#h1b_type,XAR5

"snd_burst_word.asm", ERROR!   at line 23: [E0800] This instruction is illegal
                                                   inside a Repeat Single loop
	      	        MOV		#0,*AR1+

3 Assembly Errors, No Assembly Warnings

Errors in Source - Assembler Aborted

"d:\ti\c5500\cgtools\bin\cl55" -g -q -fr"D:/ti/myprojects/snd_burst_word/Debug" -d"_DEBUG" -@"Debug.lkf" "start.asm"

Build Complete,
  4 Errors, 0 Warnings, 0 Remarks.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?