硬汉嵌入式论坛

 找回密码
 立即注册
查看: 3532|回复: 2
收起左侧

GUI_X_ErrorOut 问题

[复制链接]

2

主题

18

回帖

24

积分

新手上路

积分
24
发表于 2016-3-13 21:08:04 | 显示全部楼层 |阅读模式
编译的时候没有错误, build就会提示".\Flash\Obj\output.axf: Error: L6218E: Undefined symbol GUI_X_ErrorOut (referred from gui_errorout.o)."
这个是什么原因啊?


uCOS_STMWIN_FATFS01.zip (18.71 MB, 下载次数: 82)





捕获.PNG
回复

使用道具 举报

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
107220
QQ
发表于 2016-3-13 21:41:16 | 显示全部楼层
在这个文件的末尾,加上这三个:

/*********************************************************************
*
* Logging: OS dependent


Note:
Logging is used in higher debug levels only. The typical target
build does not use logging and does therefor not require any of
the logging routines below. For a release build without logging
the routines below may be eliminated to save some space.
(If the linker is not function aware and eliminates unreferenced
functions automatically)


*/
void GUI_X_Log (const char *s) { }
void GUI_X_Warn (const char *s) { }
void GUI_X_ErrorOut(const char *s) { }


1.png
回复

使用道具 举报

2

主题

18

回帖

24

积分

新手上路

积分
24
 楼主| 发表于 2016-3-14 08:35:58 | 显示全部楼层

回 eric2013 的帖子

eric2013:在这个文件的末尾,加上这三个:

/*********************************************************************
*
* Logging: OS dependent
....... (2016-03-13 21:41) 
好了,非常感谢![s:141]
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|Archiver|手机版|硬汉嵌入式论坛

GMT+8, 2024-5-21 21:22 , Processed in 0.157891 second(s), 28 queries .

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表