打印

CCS编译中常常遇到的问题以及解决办法

[复制链接]
1571|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
Orchids|  楼主 | 2017-10-15 11:02 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
CCS编译中常常遇到的问题以及解决办法


1、warning: creating .stack section with default size of 400 (hex) words.
这是因为没有在Project---Build Option---Linker中-stack没有设定值。

2、warning: creating .sysmem section with default size of 400 (hex) words.
这是因为没有在Project---Build Option---Linker中-heap没有设定值。

3、warning: creating output section .cio without SECTIONS specification
这是因为在section中没有定义。

4、warning: entry point symbol _c_int00 undefined
这是因为没有添加lib文件。

5、Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written
可能是因为你选择的仿真环境与你工程设定的芯片类型不太一致,液有可能是因为.cmd文件有问题

相关帖子

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

本版积分规则

697

主题

993

帖子

4

粉丝