cc_build_debug.log

来自「用5402DSP实现的IIR滤波器。希望互相学习」· LOG 代码 · 共 15 行

LOG
15
字号
----------------------------  convolve.pjt - Debug  ----------------------------
[Convolve.c] "C:\ti2000\c2000\cgtools\bin\cl2000" -g -q -fr"d:/dsp/t7/convolve/convolve/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 -@"convolve/Debug.lkf" "Convolve.c"
"Convolve.c", line 48: warning: variable "output3" was declared but never referenced
"Convolve.c", line 97: warning: missing return statement at end of non-void function "processing4"
"Convolve.c", line 110: warning: missing return statement at end of non-void function "processing1"
"Convolve.c", line 113: warning: variable "m" was set but never used
"Convolve.c", line 165: warning: missing return statement at end of non-void function "processing3"
"Convolve.c", line 112: warning: function "processing2" was declared but never referenced

[Linking...] "C:\ti2000\c2000\cgtools\bin\cl2000" -@"Debug.lkf"
>> warning: creating output section .cio without SECTIONS specification

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

⌨️ 快捷键说明

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