您的位置:首页 > 其它

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

2013-05-28 12:21 337 查看
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文件有问题

 

 

未完,待续…………
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  编译