打印

共享:CCS3.3软件的正确使用

[复制链接]
4124|9
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
jxmzzr|  楼主 | 2013-7-14 18:06 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
1.务必下载正确的CCS3.3升级包,大约有四个左右的升级软件需要安装!

2.提示

warning: entry-point symbol other than "_c_int00" specified:  "code_start"

解决方法是:

在编译选项里面link标签页,把Code Entry Point(-e)编辑框里面的code_start删除,就不会产生该警告了。

原因:

1.在“TMS320C6000优化汇编手册”第五章“链接C/C++代 码”有一段关于_c_int00符号的说明。它是运行支持库RTS.lib包含的一个重要函数。如 果Linker选项使用-c或-cr选项_c_int00被自动定义为程序的入口点。消除警告的方法在 Linker选项下面选择No Autoinitialization.

但是该解决方法处理后,会出现另外的错误,暂不明为何。

2.官方的文档《2802x C/C++ Header Files and Peripheral Examples Quick Start》中有这样一段 When I build the examples, the linker outputs the following: warning: entry point other than _c_int00 specified. What does this mean? This warning is given when a symbol other then _c_int00 is defined as the code entry point of the project. For these examples, the symbol code_start is the first code that is executed after exiting the boot ROM code and thus is defined as the entry point via the –e linker option. This symbol is defined in the DSP2802x_CodeStartBranch.asm file. The entry point symbol is used by the debugger and by the hex utility. When you load thecode, CCS will set the PC to the entry point symbol. By default, this is the _c_int00 symbol which marks the start of the C initialization routine. For the DSP2802x examples,the code_start symbol is used instead. Refer to the source code for more information. entry point符号是debugger所使用的。程序连接时已经制定了一个而程序的文件中也定义了一个

相关帖子

沙发
comeon201208| | 2013-7-14 19:02 | 只看该作者
这个还是帮着顶一下的,,楼主总结的还是非常不错的。。

使用特权

评论回复
板凳
zhangmangui| | 2013-7-14 20:27 | 只看该作者
感谢分享  

使用特权

评论回复
地板
huangfeng33| | 2013-7-15 21:34 | 只看该作者
学习来了,我的CCS3.3怎么经常连不上啊?请各位高手指点一下.

使用特权

评论回复
5
wowow| | 2013-7-15 21:45 | 只看该作者
貌似安装ccs3.3的最后一个版本:CCS_3.3.83.20_Platinum,就不需要再装更新包了吧?

使用特权

评论回复
6
chenci2013| | 2013-7-17 12:29 | 只看该作者
好的 谢谢分享的。

使用特权

评论回复
7
jxmzzr|  楼主 | 2013-7-17 15:17 | 只看该作者
4楼的,CCS3.3很好用的,只要多按两次复位就行了

使用特权

评论回复
8
zhangmangui| | 2013-7-17 16:28 | 只看该作者
jxmzzr 发表于 2013-7-17 15:17
4楼的,CCS3.3很好用的,只要多按两次复位就行了

经常连不上不是ccs的问题吧   更大的原因可能是仿真器稳定性不好

使用特权

评论回复
9
Yurnero_72| | 2013-7-17 16:32 | 只看该作者
mark

使用特权

评论回复
10
Panzer1221| | 2013-7-18 09:30 | 只看该作者
mark一下 以后出问题了来看

使用特权

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

本版积分规则

460

主题

2188

帖子

12

粉丝