CCS编译错误:error #10099-D和error#10234-D unresolved symbols remain解决方法
·
首先是这个问题
error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. placement with alignment/blocking fails for section "ramfuncs" size 0xa37 page 0. Available memory ranges:
RAMM0 size: 0x3b0 unused: 0x242 max hole: 0x242
查了网上的一些解决方法是空间不够给它加大点空间,因此,RAMM0的空间从03b0改成13b0
![]()
改成:
![]()
改完计算一下空间大小,不要跟别的空间重叠。
第二个错误是:

在cmd文件里加了红框的那几句之后就可以了

更多推荐

所有评论(0)