cc_build_debug.log

来自「这里面有很多dsp应用程序源码」· LOG 代码 · 共 18 行

LOG
18
字号
------------------------------  fft.pjt - Debug  ------------------------------
"D:\ti\c5400\cgtools\bin\cl500" -g -q -fr"D:/ti/myprojects/fft/Debug" -d"_DEBUG" -@"Debug.lkf" "fft.asm"
<fft.asm>
"fft.asm", ERROR!   at line 3: [E1000] Include/Copy file not found or opened
		.copy	"coeff.inc"

"fft.asm", ERROR!   at EOF: [E0300] The following symbols are undefined:
  sine1
  cosine1

Errors in Source - Assembler Aborted

"D:\ti\c5400\cgtools\bin\cl500" -g -q -fr"D:/ti/myprojects/fft/Debug" -d"_DEBUG" -@"Debug.lkf" "vectors.asm"
<vectors.asm>

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

⌨️ 快捷键说明

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