Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

awtk\demos\demo_basic.c(98): error: At end of source: #112: expected "while" #18

Open
isyefeng opened this issue Jan 8, 2022 · 2 comments

Comments

@isyefeng
Copy link

isyefeng commented Jan 8, 2022

按照readme文件操作,编译的时候提示
awtk\demos\demo_basic.c(98): error: At end of source: #112: expected "while"
awtk\demos\demo_basic.c(98): error: At end of source: #125: expected a "("
awtk\demos\demo_basic.c(98): error: At end of source: #29: expected an expression
awtk\demos\demo_basic.c(98): error: At end of source: #18: expected a ")"
awtk\demos\demo_basic.c(98): error: At end of source: #65: expected a ";"
.\awtk\src\awtk_main.inc(70): warning: #177-D: variable "is_reboot" was declared but never referenced
bool_t is_reboot = FALSE;
awtk\demos\demo_basic.c(98): error: At end of source: #67: expected a "}"

双击错误后,keil索引到这个位置(demo_basic.c )
ret_t application_exit() {
log_debug("application_exit\n");
return RET_OK;
}

#include "awtk_main.inc"

@isyefeng
Copy link
Author

有人遇到过这种情况吗

@xianjimli
Copy link
Member

麻烦更新一下awtk和awtk-stm32f103ze-raw。谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants