This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

多核CCS5.1环境下使用ELF格式汇编函数无法跳入单步运行



您好,

            根据COFF格式到ELF格式的移植说明,进行一个小的混合编程实验,存在以下问题:

在coff格式下,运行一切正常;但是在elf格式下,编译正常,却无法跳入汇编函数单步查看,

(step into、assembly step into、在汇编函数内设断点都无法进入汇编函数),但是,

查看寄存器(A0,A1,B1等)的值,与汇编函数内的赋值相符,说明运行正确。

不知如何才能进行elf格式的汇编函数单步调试?我建立的工程在附件中。

谢谢!!

ps:使用的环境以及设置

1. CCS 5.1

2. compiler version: Ti V7.3.1

3. output format: ELF

4. device: Generic C66xx

testChk6x.rar