<Linking>
"../lnk_msp430g2453.cmd", line 56: error #10099-D: program will not fit into
available memory. run placement with alignment fails for section ".bss"
size 0x308 . Available memory ranges:
RAM size: 0x200 unused: 0x40 max hole: 0x40
error #10010: errors encountered during linking; "test.out" not built
#include <math.h>
float i;
void main(void)
{
i=sqrt(10.0);
}
这个简单的程序,在CCS 5.1里调用库函数,就通过不了;
提示是RAM不够的意思
<Linking>
"../lnk_msp430g2453.cmd", line 56: error #10099-D: program will not fit into
available memory. run placement with alignment fails for section ".bss"
size 0x308 . Available memory ranges:
RAM size: 0x200 unused: 0x40 max hole: 0x40
error #10010: errors encountered during linking; "test.out" not built
一周热门 更多>