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.

CCS7.0编译C++文件,vectors中断表不能设置断点,也不能进中断服务函数。



使用CCS7.0编译C++文件,程序里面含有C,c++和汇编3中代码,

编译选项中选择了language options  ——>treat c files as c++ fliles。

编译生成.out文件,加载到板卡中调试,发现vectors.asm不能设置断点。也不能进入14号timer中断如图:

编译选项中不选择language options  ——>treat c files as c++ fliles。c++代码编译不通过。但是vectors.asm能设置断点。也能进入14号timer中断,如图

请问大神,C++,C,ASM这几种语言合在一个工程中,编译选项应该怎么配置。