7266|2

312

帖子

0

TA的资源

纯净的硅(高级)

楼主
 

CCS4 出现 warning: entry-point symbol other than "_c_int00"解决方法 [复制链接]

CCS4 出现 warning: entry-point symbol other than "_c_int00" specified: "code_start" 的解决方法



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

这里提出一种解决方法。

官方的文档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所使用的。程序连接时已经制定了一个,而程序的文件中也定义了一个,导致冲突。在CCS4中,可以这样来解决


 

 

然后将“code_start”替换成“_c_int00”,或者放置空白(前提是你的程序中已经有定义)就可以消除此WAINING

 

111.JPG (31.31 KB, 下载次数: 0)

111.JPG

222.JPG (56.17 KB, 下载次数: 0)

222.JPG

最新回复

跟3.3差不多,表示有两个程序入口,去掉一个就可以  详情 回复 发表于 2012-3-2 21:23
 
点赞 关注

回复
举报

5310

帖子

453

TA的资源

五彩晶圆(高级)

沙发
 
很好!
 
 

回复

2606

帖子

0

TA的资源

五彩晶圆(初级)

板凳
 
跟3.3差不多,表示有两个程序入口,去掉一个就可以
 
个人签名工程 = 数学+物理+经济
 
 

回复
您需要登录后才可以回帖 登录 | 注册

查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/8 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表