cc_build_debug.log

来自「几个TMS320C54xx的程序」· LOG 代码 · 共 23 行

LOG
23
字号
----------------------------  dsplab8.pjt - Debug  ----------------------------
"d:\ccs5000\c5400\cgtools\bin\cl500" -g -q -fr"f:/dsp/dsp_lab/dsplab8/Debug" -d"_DEBUG" -@"dsplab8/Debug.lkf" "SINX.ASM"
"SINX.ASM", WARNING! at line 12: [W0000] Defined symbol 'sin_start' cannot have
                                         a .ref
	        .ref    sin_start,d_x,d_sinx

"SINX.ASM", WARNING! at line 12: [W0000] Defined symbol 'd_x' cannot have a .ref
	        .ref    sin_start,d_x,d_sinx

"SINX.ASM", WARNING! at line 12: [W0000] Defined symbol 'd_sinx' cannot have a
                                         .ref
	        .ref    sin_start,d_x,d_sinx

No Assembly Errors, 3 Assembly Warnings

"d:\ccs5000\c5400\cgtools\bin\cl500" -g -q -fr"f:/dsp/dsp_lab/dsplab8/Debug" -d"_DEBUG" -@"dsplab8/Debug.lkf" "VECTORS.ASM"

"d:\ccs5000\c5400\cgtools\bin\cl500" -@"Debug.lkf"
>> warning: entry point other than _c_int00 specified

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

⌨️ 快捷键说明

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