cc_build_debug.log

来自「DSP5509的汇编测试源码」· LOG 代码 · 共 84 行

LOG
84
字号
-------------------------------  t1.pjt - Debug  -------------------------------
[t1.asm] "c:\ti\c5500\cgtools\bin\cl55" -g -q -fr"G:/DSPZONG/DSP5509/55TEST/55GPIO/Debug" -d"_DEBUG" -@"Debug.lkf" "t1.asm"
"t1.asm", REMARK   at line 157: [R5672] If there is a long MMR write with no
                                        intervening single MMR before this
                                        return from interrupt, then an
                                        interrupted conditional execution may
                                        be corrupted; (see the C55x silicon
                                        exceptions errata; Advisory CPU_94)
			RETI

"t1.asm", REMARK   at line 157: [R5674] If processor is in fast-return mode, and
                                        this return from interrupt instruction
                                        is stalled in the ADDRESS or ACCESS1
                                        phase, then the execution of a
                                        subsequent conditional execution may be
                                        corrupted; (see the C55x silicon
                                        exceptions errata; Advisory CPU_99)
			RETI

"t1.asm", REMARK   at line 157: [R5675] An MMR write to the RPTC register that
                                        is close to this return from interrupt
                                        instruction may cause an interrupted
                                        single repeat loop's execution to be
                                        corrupted; (see the C55x silicon
                                        exceptions errata; Advisory CPU_100)
			RETI

"t1.asm", REMARK   at line 164: [R5672] If there is a long MMR write with no
                                        intervening single MMR before this
                                        return from interrupt, then an
                                        interrupted conditional execution may
                                        be corrupted; (see the C55x silicon
                                        exceptions errata; Advisory CPU_94)
			RETI

"t1.asm", REMARK   at line 164: [R5674] If processor is in fast-return mode, and
                                        this return from interrupt instruction
                                        is stalled in the ADDRESS or ACCESS1
                                        phase, then the execution of a
                                        subsequent conditional execution may be
                                        corrupted; (see the C55x silicon
                                        exceptions errata; Advisory CPU_99)
			RETI

"t1.asm", REMARK   at line 164: [R5675] An MMR write to the RPTC register that
                                        is close to this return from interrupt
                                        instruction may cause an interrupted
                                        single repeat loop's execution to be
                                        corrupted; (see the C55x silicon
                                        exceptions errata; Advisory CPU_100)
			RETI

"t1.asm", REMARK   at line 386: [R5672] If there is a long MMR write with no
                                        intervening single MMR before this
                                        return from interrupt, then an
                                        interrupted conditional execution may
                                        be corrupted; (see the C55x silicon
                                        exceptions errata; Advisory CPU_94)
		    reti

"t1.asm", REMARK   at line 386: [R5674] If processor is in fast-return mode, and
                                        this return from interrupt instruction
                                        is stalled in the ADDRESS or ACCESS1
                                        phase, then the execution of a
                                        subsequent conditional execution may be
                                        corrupted; (see the C55x silicon
                                        exceptions errata; Advisory CPU_99)
		    reti

"t1.asm", REMARK   at line 386: [R5675] An MMR write to the RPTC register that
                                        is close to this return from interrupt
                                        instruction may cause an interrupted
                                        single repeat loop's execution to be
                                        corrupted; (see the C55x silicon
                                        exceptions errata; Advisory CPU_100)
		    reti


[Linking...] "c:\ti\c5500\cgtools\bin\cl55" -@"Debug.lkf"
>> warning: entry point other than _c_int00 specified

Build Complete,
  0 Errors, 1 Warnings, 9 Remarks.

⌨️ 快捷键说明

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