UCGUI移植成功后,使用GUIDEMO_main()就会提示no space

2019-07-20 22:29发布

.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]




友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。