本文主要是介绍keil编译错误: No space in execution regions with .ANY selector matching main.,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
keil编译错误
小编在编译程序时出现如下图错误:

.\Objects\ov2640.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.bss). |
.\Objects\ov2640.axf: Error: L6406E: No space in execution regions with .ANY selector matching system_stm32f10x.o(.data). |
.\Objects\ov2640.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.data). |
.\Objects\ov2640.axf: Error: L6406E: No space in execution regions with .ANY selector matching stdout.o(.data). |
.\Objects\ov2640.axf: Error: L6407E: Sections of aggregate size 0x10000 bytes could not fit into .ANY selector(s). |
啥玩楞 内存不足,又在debug中左改又改,甚至将Target中lelvel0 调到level3都没解决,最后检查将代码中的数组//uint8_t image_buffer[64480]; 太大了,改一下数组大小,运行成功

·
这篇关于keil编译错误: No space in execution regions with .ANY selector matching main.的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!