.OLED.axf: Error: L6406E: No space in execution regions with .ANY selector matching guidemo_wm.o(.data).
.OLED.axf: Error: L6406E: No space in execution regions with .ANY selector matching strcat.o(.text).
.OLED.axf: Error: L6406E: No space in execution regions with .ANY selector matching basic.o(x$fpl$basic).
.OLED.axf: Error: L6406E: No space in execution regions with .ANY selector matching dcmpi.o(x$fpl$dcmpinf).
.OLED.axf: Error: L6406E: No space in execution regions with .ANY selector matching fabs.o(i.fabs).
.OLED.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui__strlen.o(.text).
.OLED.axf: Error: L6406E: No space in execution regions with .ANY selector matching gui_getstringdistx.o(.text).
配置如下:
[mw_shl_code=applescript,true]#ifndef GUICONF_H
#define GUICONF_H
#define GUI_OS (1) /* Compile with multitasking support */
#define GUI_MAX_TASK (5)
#define GUI_SUPPORT_TOUCH (0) /* Support a touch screen (req. win-manager) */
#define GUI_SUPPORT_MOUSE (0) /* Support a mouse */
#define GUI_SUPPORT_UNICODE (0) /* Support mixed ASCII/UNICODE strings */
#define GUI_DEFAULT_FONT &GUI_FontD32
#define GUI_ALLOC_SIZE 12020 /* Size of dynamic memory ... For WM and memory devices*/
/*********************************************************************
*
* Configuration of available packages
*/
#define GUI_WINSUPPORT 1 /* Window manager package available */
#define GUI_SUPPORT_MEMDEV 1 /* Memory devices available */
#define GUI_SUPPORT_AA 0 /* Anti aliasing available */
#endif /* Avoid multiple inclusion */
[/mw_shl_code]
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
#define MEM1_BLOCK_SIZE 32 //内存块大小为32字节
#define MEM1_MAX_SIZE 100*1024 //最大管理内存 100K
#define MEM1_ALLOC_TABLE_SIZE MEM1_MAX_SIZE/MEM1_BLOCK_SIZE //内存表大小
例如:
#define MEM1_BLOCK_SIZE 32 //内存块大小为32字节
#define MEM1_MAX_SIZE 60*1024 //最大管理内存 100K
#define MEM1_ALLOC_TABLE_SIZE MEM1_MAX_SIZE/MEM1_BLOCK_SIZE //内存表大小
改成这样
一周热门 更多>