Error: L6971E: main.o(.data) type RW incompatible with struction.o(.ARM.__AT_0x20000600) type
错误原因:使用了Struct buffer__attribute__ ((at(0x20000600)));
·
错误原因:使用了Struct buffer __attribute__ ((at(0x20000600)));
我看了别的教程,决定修改:
Struct buffer __attribute__ ((at(0x20000000)));
估算一下占用的空间,修改target:

更多推荐
所有评论(0)