cc_build_debug.log

来自「用dsp实现sin函数的功能」· LOG 代码 · 共 31 行

LOG
31
字号
-----------------------------  exp3e.pjt - Debug  -----------------------------
[exp3e.c] "C:\CCStudio_v3.1\C5500\cgtools\bin\cl55" -g -as -fr"D:/DSP_Exp/exp3e/Debug" -v5510:2 -@"Debug.lkf" "exp3e.c"

[sine_cos.asm] "C:\CCStudio_v3.1\C5500\cgtools\bin\cl55" -g -as -fr"D:/DSP_Exp/exp3e/Debug" -v5510:2 -@"Debug.lkf" "sine_cos.asm"
"sine_cos.asm", REMARK   at line 73: [R5505] This instruction will not behave
                                             correctly when it follows the MMR
                                             read of SP/SSP on line 69 and
                                             interrupts are enabled. Ensure at
                                             least 2 cycles occur between these
                                             two instructions. (see the C55x
                                             silicon exceptions errata;
                                             Advisory CPU_84)
	||  xcc     _neg_result1,TC2

"sine_cos.asm", REMARK   at line 73: [R5505] This instruction will not behave
                                             correctly when it follows the MMR
                                             read of SP/SSP on line 66 and
                                             interrupts are enabled. Ensure at
                                             least 2 cycles occur between these
                                             two instructions. (see the C55x
                                             silicon exceptions errata;
                                             Advisory CPU_84)
	||  xcc     _neg_result1,TC2


[Linking...] "C:\CCStudio_v3.1\C5500\cgtools\bin\cl55" -@"Debug.lkf"
<Linking>

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

⌨️ 快捷键说明

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