初学者不是很懂这个内存不足

2019-08-20 17:05发布

linking...
..OBJMP3.axf: Error: L6406E: No space in execution regions with .ANY selector matching ff.o(.data).
..OBJMP3.axf: Error: L6406E: No space in execution regions with .ANY selector matching vs10xx.o(.data).
..OBJMP3.axf: Error: L6406E: No space in execution regions with .ANY selector matching usart.o(.data).
..OBJMP3.axf: Error: L6406E: No space in execution regions with .ANY selector matching mp3player.o(.data).
..OBJMP3.axf: Error: L6406E: No space in execution regions with .ANY selector matching delay.o(.data).
..OBJMP3.axf: Error: L6406E: No space in execution regions with .ANY selector matching ili93xx.o(.data).
..OBJMP3.axf: Error: L6406E: No space in execution regions with .ANY selector matching flash.o(.data).
..OBJMP3.axf: Error: L6406E: No space in execution regions with .ANY selector matching diskio.o(.data).
..OBJMP3.axf: Error: L6406E: No space in execution regions with .ANY selector matching key.o(.data).
..OBJMP3.axf: Error: L6406E: No space in execution regions with .ANY selector matching mmc_sd.o(.data).
..OBJMP3.axf: Error: L6407E: Sections of aggregate size 0x3c bytes could not fit into .ANY selector(s).
Not enough information to list image symbols.
Not enough information to list the image map.
我在做一个MP3然后我新增一个程序想实现显示歌词,然后我这个编译后就这样子,如果我移除这个歌词的程序,程序就能正常编译 请问是什么原因
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
7条回答
taizonglai
1楼-- · 2019-08-20 22:07
你自己不都说了内存不足!意思就是你工程中定义的全局数组什么的太多了,超过了STM32的内存了!
黄文戈
2楼-- · 2019-08-21 02:06
谢谢谢谢
szczyb1314
3楼-- · 2019-08-21 03:59
数组太多太大了
muk子夜
4楼-- · 2019-08-21 08:36
 精彩回答 2  元偷偷看……
黄文戈
5楼-- · 2019-08-21 14:27
zuozhongkai 发表于 2017-4-21 21:57
你自己不都说了内存不足!意思就是你工程中定义的全局数组什么的太多了,超过了STM32的内存了!

好的 谢谢谢谢
黄文戈
6楼-- · 2019-08-21 14:39
muk子夜 发表于 2017-4-22 18:02
感觉是使用文件系统,使用了原始字库,占用内存太大,如果使用汉字不是特别多,建议还是使用自定义字库吧

好的谢谢

一周热门 更多>