1.使用DSP.com/forum.php?mod=forumdisplay&fid=58" target="_blank" class="relatedlink">CCS3.3 编译TI的28335,产生如下警告:
warning: entry-point symbol other than "_c_int00" specified: "code_start"
复制代码
一种解决方法,不用管它,因为C入口地址最终是由用户的CMD文件覆盖的,警告不影响使用。
二是,在编译选项里面link标签页,把Code Entry Point(-e)编辑框里面的code_start删除,就不会产生该警告了。
2.使用CCS4编译28335 例子程序,错误如下:
This project was created using a version of Code Generation tools that is not currently installed: 5.2.1 [C2000]. Please install the Code Generation tools of this version, or migrate the project to one of the supported versions.
解决方法:右击项目,打开属性对话框,选CCS BUILD标签,在 Code Generation tools栏目里面选中TI V6.0.1即可.
3.使用CCS4编译28335 例子程序,错误如下:
CCS4 No rule to make target `clean'.
解决方法:右击项目,打开属性对话框,选Info标签,Text file encoding\other,选中UTF-8,问题解决,然后,再改为原来的Text file encoding\Inherited from container(GKB),仍可以正确编译