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.5进行55系列的Simulator仿真

代码在VC上编译通过且能正确运行,但是移植到C55xx Rev3.0 CPU Functional Simulator上运行报错


#10202-D no suitable entry-point found; setting to 0

然后编译的时候报错 单步调试的时候出现错误
TMS320C55x: Can't Single Step Target Program: Check the linker command file / map file for any part of the program going into reserved area and correct the problem when Program Counter is 0x0  NOTE: Reset the target, reload the corrected program and continue execution
TMS320C55x: Can't Single Step Target Program: Unknown Fatal Error  
TMS320C55x: Can't Single Step Target Program: Unknown Fatal Error  
TMS320C55x: Can't Single Step Target Program: Unknown Fatal Error  

  • 从"Check the linker command file / map file for any part of the program going into reserved area"提示看,像是访问到了reserved memory,方便的话,把.cmd文件贴出来,,或者自己对照datasheet里的memory map查看一下。

    编译的报错信息,试试在cmd文件开始处,加入-e _c_int00