初级会员

- 积分
- 102
- 金钱
- 102
- 注册时间
- 2016-3-9
- 在线时间
- 24 小时
|

楼主 |
发表于 2016-6-20 09:28:30
|
显示全部楼层
我原先是直接把所有的字用一个.h文件写到程序里面,后来程序编译的时候报错了。
.\Out\Project.axf: Error: L6406E: No space in execution regions with .ANY selector matching menu_handle.o(.data).
.\Out\Project.axf: Error: L6406E: No space in execution regions with .ANY selector matching fingerprint.o(.bss).
.\Out\Project.axf: Error: L6406E: No space in execution regions with .ANY selector matching system_stm32f0xx.o(.data).
.\Out\Project.axf: Error: L6406E: No space in execution regions with .ANY selector matching display_time.o(.bss).
.\Out\Project.axf: Error: L6406E: No space in execution regions with .ANY selector matching display_time.o(.data).
.\Out\Project.axf: Error: L6406E: No space in execution regions with .ANY selector matching p8563.o(.data).
.\Out\Project.axf: Error: L6406E: No space in execution regions with .ANY selector matching finger_print..o(.data).
.\Out\Project.axf: Error: L6406E: No space in execution regions with .ANY selector matching delay.o(.data).
.\Out\Project.axf: Error: L6406E: No space in execution regions with .ANY selector matching stdout.o(.data).
.\Out\Project.axf: Error: L6407E: Sections of aggregate size 0x2b8 bytes could not fit into .ANY selector(s).
当我把其中一些字库删除,程序能编译通过。我的SRAM是8KB,flash是64KB
Program Size: Code=10332 RO-data=384 RW-data=5976 ZI-data=2048
当我把字库删除只剩下一个字的时候
Program Size: Code=10324 RO-data=384 RW-data=1176 ZI-data=2048
这个问题,希望等到原子哥的帮助,谢谢
|
|