打印

CCS 软件使用经验小结

[复制链接]
1266|1
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
jxmzzr|  楼主 | 2014-9-13 21:43 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1.使用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),仍可以正确编译

       4.使用CCS3.3编译28335,错误如下:
       can't find input file 'rts2800_fpu32.lib'
       解决办法:
       在ccs的component manager里边选择Code Composer Studio->build tools->tms320c28xx->选中Texas Instrument C2000 Code generation tools<5.0.0B2> 保存设置退出,重新编译,上面的问题(WARNING: invalid compiler option --float_support=fpu32 (ignored) 和  error:  can\'t find input file \'rts2800_fpu32.lib\') 就不会出现了

相关帖子

沙发
小木欧尼| | 2014-9-14 14:51 | 只看该作者
哦哦 原来如此啊

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

460

主题

2188

帖子

12

粉丝