28035 CCS哪里配置错了,出现这个警告

2019-03-24 10:48发布

warning: entry-point symbol other than "_c_int00" specified:  "code_start"Description Resource Path Location Type
entry-point symbol other than "_c_int00" specified: "code_start" Example_2803xClaAdcFir C/C++ Problem
1727.jpg

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
2条回答
Joey
2019-03-24 21:35
你在设置中Properties->Build->C2000 linker->Advanced Options->Symbol Management中,下方的Specify program entry point for the output module处,将code_start 替换成 _c_int00,或者不填,重新编译应该就可以消除这个警告了

一周热门 更多>

相关问题

    相关文章