STM32单片机KEIL编译出现下列提示是什么原因?是运行的内存不够还是程序的内存不够?
.\output\GD32E230C_EVAL.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.bss.hour).
.\output\GD32E230C_EVAL.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.bss.keys).
.\output\GD32E230C_EVAL.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.bss.mode).
.\output\GD32E230C_EVAL.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.bss.ch_spo2_valid).
.\output\GD32E230C_EVAL.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.bss.ch_hr_valid).
.\output\GD32E230C_EVAL.axf: Error: L6407E: Sections of aggregate size 0x364 bytes could not fit into .ANY selector(s).
Not enough information to list image symbols.
Not enough information to list load addresses in the image map.
Finished: 2 information, 0 warning and 36 error messages.
".\output\GD32E230C_EVAL.axf" - 36 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:05
|