dontium 发表于 2013-5-16 19:16

CCS V5不能进入调试的点滴经验

提示:Encountered a problem loadingdirectory\xxx.out, could not open file


在 编译时的出错提示框里,没有警告及错误。

搞了近一天,没有解决问题。气得打起游戏了。
后来无意中在console窗口看到:

gmake: Target `all' not remade because oferrors.再往上找:The following symbols areundefined:1 Assembly Error, No AssemblyWarnings_abc 哇,知道了,因为原来想使用嵌入汇编,随意加了句:asm (" MOVW       DP,    #_abc ");而abc是没有经过定义的;

zhangmangui 发表于 2013-5-16 21:14

很好善于总结善于分享
页: [1]
查看完整版本: CCS V5不能进入调试的点滴经验