Fatal Error[e72]: Segment IMAGE_HEADER must be defined in a segment definition option (-Z, -b or -P)
生成OAD imageA 时遇到这个问题
是啥意思?
admin admin1:
上面那个问题没了,好像是路径中有中文的原因。
又出现新问题
Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment BANKED_CODE. Unable to place 78 block(s) (0x1e36a byte(s) total) in 0x1b408 byte(s) of memory. The problem occurred while processing the segment placement command "-P(CODE)BANKED_CODE=_CODE_BEG-_CODE_END,_BANK4_BEG-_BANK4_END,_BANK5_BEG-_BANK5_END,_BANK6_BEG-_BANK6_END,_BANK7_BEG-_BANK7_END", where at the moment of placement the available memory ranges were "CODE:30f0-3ff7,CODE:4b000-4ffff,CODE:591c2-591c3,CODE:59302-5ffff,CODE:68000-6ffff,CODE:78000-7e7ff"
Susan Yang:
回复 admin admin1:
可能是编写的代码太大,比如您定义的数组太多、
建议减少冗余数组,优化程序或换用更大内存的片子
admin admin1:
回复 Susan Yang:
可是为什么编译成cc2540的时候没有问题,编译成image-A就出问题了呢
junping wang:
你好,你这个问题是怎么解决的?方便的话加下QQ:625538912
shengqi an:
回复 junping wang:
怎么解决的?有答案了么?