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中没有定义。
|