TI中文支持网
TI专业的中文技术问题搜集分享网站

求助

我在编译: 377S时,出现如下:

warning #10247-D: creating output section "ramfuncs" without a SECTIONS specification
"../28377S_FLASH_lnk.cmd", line 111: error #10099-D: program will not fit into available memory. run placement with alignment/blocking fails for section ".ebss" size 0x50fb page 1. Available memory ranges:
RAMLS5 size: 0x800 unused: 0x21c max hole: 0x21b RAMGS0 size: 0x1000 unused: 0xc40 max hole: 0xc40 RAMGS1 size: 0x1000 unused: 0x1000 max hole: 0x1000error #10010: errors encountered during linking; "ADC_SOC_DIFF.out" not built

该如何解决?  

可能的原因是我在某一个文件中定义了一个大小为 20000byte 的数组,  但我的项目要求就需要更大的数组。

Susan Yang:您可以看一下

e2e.ti.com/…/700783

e2e.ti.com/…/258409

我在编译: 377S时,出现如下:

warning #10247-D: creating output section "ramfuncs" without a SECTIONS specification
"../28377S_FLASH_lnk.cmd", line 111: error #10099-D: program will not fit into available memory. run placement with alignment/blocking fails for section ".ebss" size 0x50fb page 1. Available memory ranges:
RAMLS5 size: 0x800 unused: 0x21c max hole: 0x21b RAMGS0 size: 0x1000 unused: 0xc40 max hole: 0xc40 RAMGS1 size: 0x1000 unused: 0x1000 max hole: 0x1000error #10010: errors encountered during linking; "ADC_SOC_DIFF.out" not built

该如何解决?  

可能的原因是我在某一个文件中定义了一个大小为 20000byte 的数组,  但我的项目要求就需要更大的数组。

mangui zhang:将堆栈设置大一些看看

赞(0)
未经允许不得转载:TI中文支持网 » 求助
分享到: 更多 (0)