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]; 太大了,改一下数组大小,运行成功
·