|
我用的STM32f103VET6,移植emWin5.26时发现存储空间不够,请问怎么解决,板子上带了flash,可以放到flash上吗?
*** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'GPS-Display'
linking...
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching guiconf.o(.bss).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f10x_hd.o(STACK).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_alloc.o(.bss).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_core.o(.bss).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_onkey.o(.bss).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching wm.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_core.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui__alpha.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching wm_touch.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_task.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching wm.o(.bss).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching lcd_ra8875.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching system_stm32f10x.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching lcd_color.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_onkey.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_waitevent.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_alloc.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching all_test.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_x.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_core.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_core.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching lcd.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching wm__sendmessage.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_core.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_core.o(.data).
.\Objects\NV-GPS-K.axf: Error: L6407E: Sections of aggregate size 0x2006fc bytes could not fit into .ANY selector(s).
Not enough information to list image symbols.
Not enough information to list the image map.
Finished: 2 information, 0 warning and 26 error messages.
".\Objects\NV-GPS-K.axf" - 26 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:00 |
|