金牌会员
- 积分
- 1525
- 金钱
- 1525
- 注册时间
- 2015-11-11
- 在线时间
- 163 小时
|
发表于 2018-4-4 16:22:39
|
显示全部楼层
你好,为何我移植的时候,编译全部是error。
..\..\GUI\lvgl\lv_misc\lv_fonts\symbol_40_file.c(8): error: #757: variable "uint8_t" is not a type name
static const uint8_t symbol_40_file_bitmap[] =
..\..\GUI\lvgl\lv_misc\lv_fonts\symbol_40_file.c(902): error: #757: variable "uint8_t" is not a type name
static const uint8_t symbol_40_file_width[] =
..\..\GUI\lvgl\lv_misc\lv_fonts\symbol_40_file.c(919): error: #28: expression must have a constant value
symbol_40_file_bitmap, /*Glyph's bitmap*/
..\..\GUI\lvgl\lv_misc\lv_fonts\symbol_40_file.c(921): error: #28: expression must have a constant value
symbol_40_file_width, /*Glyph widths (columns)*/
..\..\GUI\lvgl\lv_misc\lv_fonts\symbol_40_file.c: 1442 warnings, 9 errors |
|