新手入门
- 积分
- 8
- 金钱
- 8
- 注册时间
- 2021-1-2
- 在线时间
- 7 小时
|
1金钱
移植littleVGL,移植完后报如下错误,请高手指点一下,代码见附件
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_port_disp.o(.bss).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f40_41xxx.o(STACK).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_mem.o(.bss).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_style.o(.bss).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f40_41xxx.o(HEAP).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching usart1.o(.bss).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_gc.o(.bss).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching libspace.o(.bss).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_font_roboto_16.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_draw.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_txt.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_port_indev.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching xpt2046.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching system_stm32f4xx.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_task.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lcd.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching stm32f4xx_rcc.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_obj.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_gc.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_indev.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_refr.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_mem.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_btn.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching key.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_hal_tick.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_anim.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching common.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_hal_disp.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_cont.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_label.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_theme.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching lv_img_cache.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching usart1.o(.data).
.\OBJ\TOUCH.axf: Error: L6406E: No space in execution regions with .ANY selector matching ft5426.o(.data).
.\OBJ\TOUCH.axf: Error: L6407E: Sections of aggregate size 0x512f4 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.
".\OBJ\TOUCH.axf" - 36 Error(s), 3 Warning(s).
|
|