cc_build_debug.log

来自「C6000DSP的C语言程序示例 一共有3个 内容不错」· LOG 代码 · 共 16 行

LOG
16
字号
------------------------------  fir.pjt - Debug  ------------------------------
"c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"e:/yj/teaching/experiment outline/fir/fir/Debug" -d"_DEBUG" -mv6700 -@"fir/Debug.lkf" "fir_c_extern_float.c"
[fir_c_extern_float.c]
"fir_c_extern_float.c", line 40: error: identifier "k" is undefined
"fir_c_extern_float.c", line 40: error: identifier "f0" is undefined
2 errors detected in the compilation of "fir_c_extern_float.c".

"c:\ti\c6000\cgtools\bin\cl6x" -g -q -fr"e:/yj/teaching/experiment outline/fir/fir/Debug" -d"_DEBUG" -mv6700 -@"fir/Debug.lkf" "Main.c"
[main.c]
"c:/ti/c6000/bios/include/csl_chiphal.h", line 173: fatal error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)
1 fatal error detected in the compilation of "main.c".
Compilation terminated.

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

⌨️ 快捷键说明

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