SDK的project.build是不是与weather项目不适配?或者weather的代码有bug?(已解决)

[复制链接]
查看273 | 回复4 | 2023-11-14 11:25:23 | 显示全部楼层 |阅读模式
本帖最后由 qwe2079282957 于 2023-11-16 10:18 编辑

尝试编译weather项目时,都是卡①makefile 2 all(位置不清楚)②project.build的51行的build
搜狗截图20231114112811.png
那问题来了,编译KVM、eyes-du,这两个项目是正常的


gitee上数据有问题,需要重新拉取github的
回复

使用道具 举报

爱笑 | 2023-11-14 13:41:23 | 显示全部楼层
给你抓个工程师看看
用心做好保姆工作
回复 支持 反对

使用道具 举报

Ai-Thinker小泽 | 2023-11-14 13:51:00 | 显示全部楼层
截图看一下前面的错误信息嘛
回复 支持 反对

使用道具 举报

qwe2079282957 | 2023-11-14 14:01:59 | 显示全部楼层
Ai-Thinker小泽 发表于 2023-11-14 13:51
截图看一下前面的错误信息嘛
  1. PS C:\Users\admin\AiPi-Open-Kits\AiPi-Eyes_weather> make > make.log
  2. CMake Warning:
  3.   Manually-specified variables were not used by the project:

  4.     CONFIG_COMX
  5.     CONFIG_USB_HS


  6. In file included from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\soc\bl616\rf\inc/wl_api.h:5,
  7.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Inc/rfparam_adapter.h:5,
  8.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c:1:
  9. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\soc\bl616\rf\inc/wl_config.h:22:9: note: '#pragma message: None of WL_WB03/WL_BL618M/WL_BL616 defined, compile for BL616 by default'
  10.    22 | #pragma message "None of WL_WB03/WL_BL618M/WL_BL616 defined, compile for BL616 by default"
  11.       |         ^~~~~~~
  12. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\easyflash4\src\ef_env.c: In function 'ef_get_env_blob':
  13. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\easyflash4\src\ef_env.c:32:23: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
  14.    32 | #define log_warn(...) printf(__VA_ARGS__)
  15.       |                       ^~~~~~
  16. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\easyflash4\src\ef_env.c:856:9: note: in expansion of macro 'log_warn'
  17.   856 |         log_warn("key = %p, value_buf = %p\r\n", key, value_buf);
  18.       |         ^~~~~~~~
  19. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\easyflash4\src\ef_env.c:31:1: note: 'printf' is defined in header '<stdio.h>'; did you forget to '#include <stdio.h>'?
  20.    30 | #include <easyflash.h>
  21.   +++ |+In file included from c:\users\admin\aipi-open-kits\aipi-eyes_weather\lv_conf.h:22#include <stdio.h>
  22.    31 |
  23. ,
  24.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\lv_conf_internal.h:39,
  25.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:16,
  26.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  27.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  28.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  29.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  30. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd/lcd.h:146:6: error: #elif with no expression
  31.   146 | #elif
  32.       |      ^
  33. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  34.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  35.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  36.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  37.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  38.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  39. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:69:2: error: #error "Invalid LV_COLOR_DEPTH in lv_conf.h! Set it to 1, 8, 16 or 32!"
  40.    69 | #error "Invalid LV_COLOR_DEPTH in lv_conf.h! Set it to 1, 8, 16 or 32!"
  41.       |  ^~~~~
  42. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  43.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  44.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  45.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  46.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  47.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  48.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  49.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  50.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  51. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:234:20: error: unknown type name 'uintLV_COLOR_SIZE_t'
  52.   234 | typedef LV_CONCAT3(uint, LV_COLOR_SIZE, _t) lv_color_int_t;
  53.       |                    ^~~~
  54. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:77:30: note: in definition of macro '_LV_CONCAT3'
  55.    77 | #define _LV_CONCAT3(x, y, z) x ## y ## z
  56.       |                              ^
  57. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:234:9: note: in expansion of macro 'LV_CONCAT3'
  58.   234 | typedef LV_CONCAT3(uint, LV_COLOR_SIZE, _t) lv_color_int_t;
  59.       |         ^~~~~~~~~~
  60. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:235:20: error: unknown type name 'lv_colorLCD_COLOR_DEPTH_t'
  61.   235 | typedef LV_CONCAT3(lv_color, LV_COLOR_DEPTH, _t) lv_color_t;
  62.       |                    ^~~~~~~~
  63. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:77:30: note: in definition of macro '_LV_CONCAT3'
  64.    77 | #define _LV_CONCAT3(x, y, z) x ## y ## z
  65.       |                              ^
  66. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:235:9: note: in expansion of macro 'LV_CONCAT3'
  67.   235 | typedef LV_CONCAT3(lv_color, LV_COLOR_DEPTH, _t) lv_color_t;
  68.       |         ^~~~~~~~~~
  69. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  70.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  71.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  72.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  73.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  74.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  75. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to1':
  76. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:325:1: warning: no return statement in function returning non-void [-Wreturn-type]
  77.   325 | }
  78.       | ^
  79. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to8':
  80. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:349:1: warning: no return statement in function returning non-void [-Wreturn-type]
  81.   349 | }
  82.       | ^
  83. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to16':
  84. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:373:1: warning: no return statement in function returning non-void [-Wreturn-type]
  85.   373 | }
  86.       | ^
  87. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to32':
  88. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:428:1: warning: no return statement in function returning non-void [-Wreturn-type]
  89.   428 | }
  90.       | ^
  91. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  92.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  93.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  94.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  95.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  96.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  97.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  98.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  99.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  100. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_mix':
  101. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:173:40: warning: implicit declaration of function 'LV_COLOR_SET_RLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  102.   173 | #define LV_COLOR_SET_R(c, v) LV_CONCAT(LV_COLOR_SET_R, LV_COLOR_DEPTH)(c, v)
  103.       |                                        ^~~~~~~~~~~~~~
  104. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  105.    74 | #define _LV_CONCAT(x, y) x ## y
  106.       |                          ^
  107. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:173:30: note:
  108. in expansion of macro 'LV_CONCAT'
  109.   173 | #define LV_COLOR_SET_R(c, v) LV_CONCAT(LV_COLOR_SET_R, LV_COLOR_DEPTH)(c, v)
  110.       |                              ^~~~~~~~~
  111. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:453:5: note: in expansion of macro 'LV_COLOR_SET_R'
  112.   453 |     LV_COLOR_SET_R(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_R(c1) * mix + LV_COLOR_GET_R(c2) *
  113.       |     ^~~~~~~~~~~~~~
  114. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  115.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  116.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  117.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  118.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  119.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  120. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:178:37: warning: implicit declaration of function 'LV_COLOR_GET_RLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  121.   178 | #define LV_COLOR_GET_R(c) LV_CONCAT(LV_COLOR_GET_R, LV_COLOR_DEPTH)(c)
  122.       |                                     ^~~~~~~~~~~~~~
  123. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:173:75: note:
  124. in definition of macro 'LV_COLOR_SET_R'
  125.   173 | #define LV_COLOR_SET_R(c, v) LV_CONCAT(LV_COLOR_SET_R, LV_COLOR_DEPTH)(c, v)
  126.       |                                                                           ^
  127. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:453:25: note:
  128. in expansion of macro 'LV_UDIV255'
  129.   453 |     LV_COLOR_SET_R(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_R(c1) * mix + LV_COLOR_GET_R(c2) *
  130.       |                         ^~~~~~~~~~
  131. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:75:25: note: in expansion of macro '_LV_CONCAT'
  132.    75 | #define LV_CONCAT(x, y) _LV_CONCAT(x, y)
  133.       |                         ^~~~~~~~~~
  134. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:178:27: note:
  135. in expansion of macro 'LV_CONCAT'
  136.   178 | #define LV_COLOR_GET_R(c) LV_CONCAT(LV_COLOR_GET_R, LV_COLOR_DEPTH)(c)
  137.       |                           ^~~~~~~~~
  138. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:453:46: note:
  139. in expansion of macro 'LV_COLOR_GET_R'
  140.   453 |     LV_COLOR_SET_R(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_R(c1) * mix + LV_COLOR_GET_R(c2) *
  141.       |                                              ^~~~~~~~~~~~~~
  142. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  143.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  144.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  145.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  146.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  147.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  148.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  149.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  150.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  151. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:174:40: warning: implicit declaration of function 'LV_COLOR_SET_GLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  152.   174 | #define LV_COLOR_SET_G(c, v) LV_CONCAT(LV_COLOR_SET_G, LV_COLOR_DEPTH)(c, v)
  153.       |                                        ^~~~~~~~~~~~~~
  154. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  155.    74 | #define _LV_CONCAT(x, y) x ## y
  156.       |                          ^
  157. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:174:30: note:
  158. in expansion of macro 'LV_CONCAT'
  159.   174 | #define LV_COLOR_SET_G(c, v) LV_CONCAT(LV_COLOR_SET_G, LV_COLOR_DEPTH)(c, v)
  160.       |                              ^~~~~~~~~
  161. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:455:5: note: in expansion of macro 'LV_COLOR_SET_G'
  162.   455 |     LV_COLOR_SET_G(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_G(c1) * mix + LV_COLOR_GET_G(c2) *
  163.       |     ^~~~~~~~~~~~~~
  164. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  165.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  166.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  167.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  168.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  169.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  170. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:179:37: warning: implicit declaration of function 'LV_COLOR_GET_GLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  171.   179 | #define LV_COLOR_GET_G(c) LV_CONCAT(LV_COLOR_GET_G, LV_COLOR_DEPTH)(c)
  172.       |                                     ^~~~~~~~~~~~~~
  173. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:174:75: note:
  174. in definition of macro 'LV_COLOR_SET_G'
  175.   174 | #define LV_COLOR_SET_G(c, v) LV_CONCAT(LV_COLOR_SET_G, LV_COLOR_DEPTH)(c, v)
  176.       |                                                                           ^
  177. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:455:25: note:
  178. in expansion of macro 'LV_UDIV255'
  179.   455 |     LV_COLOR_SET_G(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_G(c1) * mix + LV_COLOR_GET_G(c2) *
  180.       |                         ^~~~~~~~~~
  181. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:75:25: note: in expansion of macro '_LV_CONCAT'
  182.    75 | #define LV_CONCAT(x, y) _LV_CONCAT(x, y)
  183.       |                         ^~~~~~~~~~
  184. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:179:27: note:
  185. in expansion of macro 'LV_CONCAT'
  186.   179 | #define LV_COLOR_GET_G(c) LV_CONCAT(LV_COLOR_GET_G, LV_COLOR_DEPTH)(c)
  187.       |                           ^~~~~~~~~
  188. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:455:46: note:
  189. in expansion of macro 'LV_COLOR_GET_G'
  190.   455 |     LV_COLOR_SET_G(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_G(c1) * mix + LV_COLOR_GET_G(c2) *
  191.       |                                              ^~~~~~~~~~~~~~
  192. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  193.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  194.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  195.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  196.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  197.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  198.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  199.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  200.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  201. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:175:40: warning: implicit declaration of function 'LV_COLOR_SET_BLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  202.   175 | #define LV_COLOR_SET_B(c, v) LV_CONCAT(LV_COLOR_SET_B, LV_COLOR_DEPTH)(c, v)
  203.       |                                        ^~~~~~~~~~~~~~
  204. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  205.    74 | #define _LV_CONCAT(x, y) x ## y
  206.       |                          ^
  207. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:175:30: note:
  208. in expansion of macro 'LV_CONCAT'
  209.   175 | #define LV_COLOR_SET_B(c, v) LV_CONCAT(LV_COLOR_SET_B, LV_COLOR_DEPTH)(c, v)
  210.       |                              ^~~~~~~~~
  211. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:457:5: note: in expansion of macro 'LV_COLOR_SET_B'
  212.   457 |     LV_COLOR_SET_B(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_B(c1) * mix + LV_COLOR_GET_B(c2) *
  213.       |     ^~~~~~~~~~~~~~
  214. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  215.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  216.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  217.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  218.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  219.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  220. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:180:37: warning: implicit declaration of function 'LV_COLOR_GET_BLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  221.   180 | #define LV_COLOR_GET_B(c) LV_CONCAT(LV_COLOR_GET_B, LV_COLOR_DEPTH)(c)
  222.       |                                     ^~~~~~~~~~~~~~
  223. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:175:75: note:
  224. in definition of macro 'LV_COLOR_SET_B'
  225.   175 | #define LV_COLOR_SET_B(c, v) LV_CONCAT(LV_COLOR_SET_B, LV_COLOR_DEPTH)(c, v)
  226.       |                                                                           ^
  227. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:457:25: note:
  228. in expansion of macro 'LV_UDIV255'
  229.   457 |     LV_COLOR_SET_B(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_B(c1) * mix + LV_COLOR_GET_B(c2) *
  230.       |                         ^~~~~~~~~~
  231. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:75:25: note: in expansion of macro '_LV_CONCAT'
  232.    75 | #define LV_CONCAT(x, y) _LV_CONCATC:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c:(x, y)
  233.       |                          In function '^~~~~~~~~~rfparam_get_cap_code_with_option
  234. ':
  235. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:180:27: C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c:329:13:note:  in expansion of macro 'warning: LV_CONCATunused variable ''
  236.   180 | #define LV_COLOR_GET_B(c) capcodeLV_CONCAT' [(LV_COLOR_GET_B, LV_COLOR_DEPTH)(c)
  237.       |                           -Wunused-variable^~~~~~~~~]
  238.   329 |     uint8_t
  239. capcodec:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:457:46:[RFTLV_MAXLEN_XTAL/4]={0};
  240.       |              ^~~~~~~note:
  241. in expansion of macro 'LV_COLOR_GET_B'
  242.   457 |     LV_COLOR_SET_B(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_B(c1) * mix + LV_COLOR_GET_B(c2) *
  243.       |                                              ^~~~~~~~~~~~~~
  244. In file included from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c:c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19 In function ',
  245.                  from rfparam_initc:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17':
  246. ,
  247.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c:681:31:c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17 ,
  248.                  from warning: c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19assignment to ',
  249.                  from int8_t (*)(struct wl_param_t *)c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18' {aka ',
  250.                  from signed char (*)(struct wl_param_t *)c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21'} from incompatible pointer type ',
  251.                  from int32_t (*)(struct wl_param_t *)c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16' {aka ',
  252.                  from long int (*)(struct wl_param_t *)C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16'} [,
  253.                  from -Wincompatible-pointer-typesC:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9]
  254.   681 |     g_rfparam_cfg->param_load :
  255. =c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:176:40: rfparam_load;
  256.       |                                ^warning:
  257. implicit declaration of function 'At top level:
  258. LV_COLOR_SET_ALCD_COLOR_DEPTH' [C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c:22:16:-Wimplicit-function-declaration ]
  259.   176 | #define LV_COLOR_SET_A(c, v) LV_CONCAT(warning: LV_COLOR_SET_A', LV_COLOR_DEPTH)(c, v)
  260.       |                                        g_rfparam_buf^~~~~~~~~~~~~~' defined but not used [
  261. -Wunused-variablec:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26:]
  262.    22 | static uint8_t  g_rfparam_bufnote: [RFPARAM_WL_API_MEM_SIZE] = {0};
  263.       |                in definition of macro '^~~~~~~~~~~~~_LV_CONCAT
  264. '
  265.    74 | #define _LV_CONCAT(x, y) x ## y
  266.       |                          ^
  267. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:176:30: note:
  268. in expansion of macro 'LV_CONCAT'
  269.   176 | #define LV_COLOR_SET_A(c, v) LV_CONCAT(LV_COLOR_SET_A, LV_COLOR_DEPTH)(c, v)
  270.       |                              ^~~~~~~~~
  271. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:459:5: note: in expansion of macro 'LV_COLOR_SET_A'
  272.   459 |     LV_COLOR_SET_A(ret, 0xFF);
  273.       |     ^~~~~~~~~~~~~~
  274. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  275.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  276.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  277.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  278.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  279.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  280. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_mix_with_alpha':
  281. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:530:18: error: request for member 'full' in something not a structure or union
  282.   530 |         res_color->full = fg_color.full;
  283.       |                  ^~
  284. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:530:35: error: request for member 'full' in something not a structure or union
  285.   530 |         res_color->full = fg_color.full;
  286.       |                                   ^
  287. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:535:18: error: request for member 'full' in something not a structure or union
  288.   535 |         res_color->full = bg_color.full;
  289.       |                  ^~
  290. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:535:35: error: request for member 'full' in something not a structure or union
  291.   535 |         res_color->full = bg_color.full;
  292.       |                                   ^
  293. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  294.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  295.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  296.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  297.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  298.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  299.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  300.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  301.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  302. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:46: error: '_LV_COLOR_ZERO_INITIALIZERLCD_COLOR_DEPTH' undeclared (first use in this function)
  303.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  304.       |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
  305. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  306.    74 | #define _LV_CONCAT(x, y) x ## y
  307.       |                          ^
  308. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:36: note:
  309. in expansion of macro 'LV_CONCAT'
  310.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  311.       |                                    ^~~~~~~~~
  312. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:548:43: note:
  313. in expansion of macro '_LV_COLOR_ZERO_INITIALIZER'
  314.   548 |         static lv_color_t fg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  315.       |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
  316. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:46: note:
  317. each undeclared identifier is reported only once for each function it appears in
  318.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  319.       |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
  320. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  321.    74 | #define _LV_CONCAT(x, y) x ## y
  322.       |                          ^
  323. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:36: note:
  324. in expansion of macro 'LV_CONCAT'
  325.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  326.       |                                    ^~~~~~~~~
  327. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:548:43: note:
  328. in expansion of macro '_LV_COLOR_ZERO_INITIALIZER'
  329.   548 |         static lv_color_t fg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  330.       |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
  331. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  332.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  333.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  334.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  335.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  336.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  337. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:553:70: error: request for member 'full' in something not a structure or union
  338.   553 |         if(fg_opa != fg_opa_save || bg_opa != bg_opa_save || fg_color.full != fg_color_save.full ||
  339.       |                                                                      ^
  340. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:553:92: error: request for member 'full' in something not a structure or union
  341.   553 |         if(fg_opa != fg_opa_save || bg_opa != bg_opa_save || fg_color.full != fg_color_save.full ||
  342.       |                                                                                            ^
  343. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:554:20: error: request for member 'full' in something not a structure or union
  344.   554 |            bg_color.full != bg_color_save.full) {
  345.       |                    ^
  346. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:554:42: error: request for member 'full' in something not a structure or union
  347.   554 |            bg_color.full != bg_color_save.full) {
  348.       |                                          ^
  349. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:557:26: error: request for member 'full' in something not a structure or union
  350.   557 |             fg_color_save.full = fg_color.full;
  351.       |                          ^
  352. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:557:42: error: request for member 'full' in something not a structure or union
  353.   557 |             fg_color_save.full = fg_color.full;
  354.       |                                          ^
  355. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:558:26: error: request for member 'full' in something not a structure or union
  356.   558 |             bg_color_save.full = bg_color.full;
  357.       |                          ^
  358. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:558:42: error: request for member 'full' in something not a structure or union
  359.   558 |             bg_color_save.full = bg_color.full;
  360.       |                                          ^
  361. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:568:18: error: request for member 'full' in something not a structure or union
  362.   568 |         res_color->full = res_color_saved.full;
  363.       |                  ^~
  364. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:568:42: error: request for member 'full' in something not a structure or union
  365.   568 |         res_color->full = res_color_saved.full;
  366.       |                                          ^
  367. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:550:27: warning: variable 'res_color_saved' set but not used [-Wunused-but-set-variable]
  368.   550 |         static lv_color_t res_color_saved = _LV_COLOR_ZERO_INITIALIZER;
  369.       |                           ^~~~~~~~~~~~~~~
  370. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:549:27: warning: variable 'bg_color_save' set but not used [-Wunused-but-set-variable]
  371.   549 |         static lv_color_t bg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  372.       |                           ^~~~~~~~~~~~~
  373. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:548:27: warning: variable 'fg_color_save' set but not used [-Wunused-but-set-variable]
  374.   548 |         static lv_color_t fg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  375.       |                           ^~~~~~~~~~~~~
  376. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  377.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  378.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  379.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  380.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  381.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  382.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  383.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  384.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  385. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_make':
  386. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:184:45: warning: implicit declaration of function 'LV_COLOR_MAKELCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  387.   184 | #define LV_COLOR_MAKE(r8, g8, b8) LV_CONCAT(LV_COLOR_MAKE, LV_COLOR_DEPTH)(r8, g8, b8)
  388.       |                                             ^~~~~~~~~~~~~
  389. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  390.    74 | #define _LV_CONCAT(x, y) x ## y
  391.       |                          ^
  392. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:184:35: note:
  393. in expansion of macro 'LV_CONCAT'
  394.   184 | #define LV_COLOR_MAKE(r8, g8, b8) LV_CONCAT(LV_COLOR_MAKE, LV_COLOR_DEPTH)(r8, g8, b8)
  395.       |                                   ^~~~~~~~~
  396. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:590:39: note:
  397. in expansion of macro 'LV_COLOR_MAKE'
  398.   590 |     return _LV_COLOR_MAKE_TYPE_HELPER LV_COLOR_MAKE(r, g, b);
  399.       |                                       ^~~~~~~~~~~~~
  400. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip_apps\ping\ping.c: In function
  401. 'ping':
  402. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip_apps\ping\ping.c:173:17: warning: 'ttl' may be used uninitialized in this function [-Wmaybe-uninitialized]
  403.   173 |                 printf("%d bytes from %s icmp_seq=%d ttl=%d time=%d ms\n\r", recv_len, inet_ntoa(ina), send_times,
  404.       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  405.   174 |                        ttl, elapsed_time);
  406.       |                        ~~~~~~~~~~~~~~~~~~
  407. make[3]: *** [build_out\components\graphics\lvgl\CMakeFiles\lvgl.dir\build.make:75: build_out/components/graphics/lvgl/CMakeFiles/lvgl.dir/core/lv_disp.c.obj] Error 1
  408. make[2]: *** [CMakeFiles\Makefile2:812: build_out/components/graphics/lvgl/CMakeFiles/lvgl.dir/all] Error
  409. 2
  410. make[2]: *** Waiting for unfinished jobs....
  411. In file included from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd\lcd.c:24:
  412. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd\lcd.h:146:6: error: #elif with no expression
  413.   146 | #elif
  414.       |      ^
  415. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd\lcd.c:34:22: error: 'LCD_W' undeclared here (not in a function)
  416.    34 | uint16_t lcd_max_x = LCD_W - 1, lcd_max_y = LCD_H - 1;
  417.       |                      ^~~~~
  418. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd\lcd.c:34:45: error: 'LCD_H' undeclared here (not in a function)
  419.    34 | uint16_t lcd_max_x = LCD_W - 1, lcd_max_y = LCD_H - 1;
  420.       |                                             ^~~~~
  421. make[3]: *** [CMakeFiles\app.dir\build.make:103: CMakeFiles/app.dir/C_/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/bsp/common/lcd/lcd.c.obj] Error 1
  422. make[2]: *** [CMakeFiles\Makefile2:694: CMakeFiles/app.dir/all] Error 2
  423. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\os\freertos\posix\source\FreeRTOS_POSIX_pthread_cond.c: In function 'pthread_cond_timedwait':
  424. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\os\freertos\posix\source\FreeRTOS_POSIX_pthread_cond.c:282:9: warning: 'iLocalWaitingThreads' may be used uninitialized in this function [-Wmaybe-uninitialized]
  425.   282 |         prvTestAndDecrement( pxCond, iLocalWaitingThreads + 1 );
  426.       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  427. In file included from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\include/lwip/opt.h:52,
  428.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\include/lwip/apps/sntp_opts.h:40,
  429.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\include/lwip/apps/sntp.h:40,
  430.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\apps\sntp\sntp.c:51:
  431. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\apps\sntp\sntp.c: In function 'sntp_process':
  432. c:\users\admin\aipi-open-kits\aipi-eyes_weather\lwipopts_user.h:144:34: warning: implicit declaration of function 'sntp_set_time'; did you mean 'sntp_format_time'? [-Wimplicit-function-declaration]
  433.   144 | #define SNTP_SET_SYSTEM_TIME_NTP sntp_set_time
  434.       |                                  ^~~~~~~~~~~~~
  435. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\apps\sntp\sntp.c:326:5: note: in expansion of macro 'SNTP_SET_SYSTEM_TIME_NTP'
  436.   326 |     SNTP_SET_SYSTEM_TIME_NTP(sec, frac);
  437.       |     ^~~~~~~~~~~~~~~~~~~~~~~~
  438. make[1]: *** [Makefile:90: all] Error 2
  439. make: *** [.\..\aithinker_Ai-M6X_SDK/project.build:51: build] Error 2
复制代码
回复 支持 反对

使用道具 举报

qwe2079282957 | 2023-11-14 14:15:13 | 显示全部楼层
  1. -- [register library : easyflash4], path:C:/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/components/easyflash4
  2. -- [register library : lhal], path:C:/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/drivers/lhal
  3. -- [register extern library : libpka], path:C:/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/drivers/lhal
  4. -- [register library : std], path:C:/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/drivers/soc/bl616/std
  5. -- [register extern library : librf], path:C:/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/drivers/soc/bl616/rf
  6. -- [register library : rfparam], path:C:/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/drivers/rfparam
  7. -- Configuring done
  8. -- Generating done
  9. CMake Warning:
  10.   Manually-specified variables were not used by the project:

  11.     CONFIG_COMX
  12.     CONFIG_USB_HS


  13. -- Build files have been written to: C:/Users/admin/AiPi-Open-Kits/AiPi-Eyes_weather/build
  14. make -C build -j16
  15. [  0%] Building C object build_out/drivers/rfparam/CMakeFiles/rfparam.dir/Src/rfparam_adapter.c.obj
  16. [  1%] Building C object build_out/drivers/rfparam/CMakeFiles/rfparam.dir/Src/rfparam_rftlv.c.obj
  17. [  2%] Building C object build_out/components/libc/CMakeFiles/libc.dir/newlib/syscalls_nosys.c.obj
  18. [  2%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_abs.c.obj
  19. [  2%] Building C object CMakeFiles/app.dir/C_/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/bsp/board/bl616dk/board.c.obj
  20. [  2%] Building C object build_out/components/graphics/lvgl/CMakeFiles/lvgl.dir/core/lv_disp.c.obj
  21. [  2%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/xtea.c.obj
  22. [  2%] Building C object build_out/components/net/lwip/lwip_apps/ping/CMakeFiles/ping.dir/ping.c.obj
  23. [  3%] Building C object build_out/components/net/lwip/lwip_apps/dhcpd/CMakeFiles/dhcpd.dir/dhcp_server_raw.c.obj
  24. [  3%] Building C object build_out/components/mm/CMakeFiles/mm.dir/mem.c.obj
  25. [  3%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/apps/lwiperf/lwiperf.c.obj
  26. [  3%] [  3%] [  3%] Building C object build_out/components/easyflash4/CMakeFiles/easyflash4.dir/src/easyflash.c.obj
  27. Building C object build_out/components/utils/CMakeFiles/utils.dir/log/log.c.objBuilding C object build_out/components/wireless/wifi6/bl6_os_adapter/CMakeFiles/bl6_os_adapter.dir/src/rtos_al.c.obj

  28. [  3%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/croutine.c.obj
  29. [  3%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_common.c.obj
  30. [  3%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/aes.c.obj
  31. [  3%] Building C object build_out/components/easyflash4/CMakeFiles/easyflash4.dir/src/ef_env.c.obj
  32. [  3%] Building C object CMakeFiles/app.dir/C_/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/bsp/board/bl616dk/fw_header.c.obj
  33. In file included from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\soc\bl616\rf\inc/wl_api.h:5,
  34.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Inc/rfparam_adapter.h:5,
  35.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c:1:
  36. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\soc\bl616\rf\inc/wl_config.h:22:9: note: '#pragma message: None of WL_WB03/WL_BL618M/WL_BL616 defined, compile for BL616 by default'
  37.    22 | #pragma message "None of WL_WB03/WL_BL618M/WL_BL616 defined, compile for BL616 by default"
  38.       |         ^~~~~~~
  39. [  3%] Building C object build_out/components/graphics/lvgl/CMakeFiles/lvgl.dir/core/lv_event.c.obj
  40. [  3%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_atof.c.obj
  41. [  4%] Building C object build_out/components/mm/CMakeFiles/mm.dir/tlsf/tlsf.c.obj
  42. [  4%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/event_groups.c.obj
  43. In file included from c:\users\admin\aipi-open-kits\aipi-eyes_weather\lv_conf.h:22,
  44.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\lv_conf_internal.h:39,
  45.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:16,
  46.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  47.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  48.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  49.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  50. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd/lcd.h:146:6: error: #elif with no expression
  51.   146 | #elif
  52.       |      ^
  53. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  54.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  55.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  56.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  57.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  58.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  59. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:69:2: error: #error "Invalid LV_COLOR_DEPTH in lv_conf.h! Set it to 1, 8, 16 or 32!"
  60.    69 | #error "Invalid LV_COLOR_DEPTH in lv_conf.h! Set it to 1, 8, 16 or 32!"
  61.       |  ^~~~~
  62. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  63.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  64.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  65.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  66.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  67.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  68.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  69.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  70.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  71. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:234:20: error: unknown type name 'uintLV_COLOR_SIZE_t'
  72.   234 | typedef LV_CONCAT3(uint, LV_COLOR_SIZE, _t) lv_color_int_t;
  73.       |                    ^~~~
  74. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:77:30: note: in definition of macro '_LV_CONCAT3'
  75.    77 | #define _LV_CONCAT3(x, y, z) x ## y ## z
  76.       |                              ^
  77. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:234:9: note: in expansion of macro 'LV_CONCAT3'
  78.   234 | typedef LV_CONCAT3(uint, LV_COLOR_SIZE, _t) lv_color_int_t;
  79.       |         ^~~~~~~~~~
  80. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:235:20: error: unknown type name 'lv_colorLCD_COLOR_DEPTH_t'
  81.   235 | typedef LV_CONCAT3(lv_color, LV_COLOR_DEPTH, _t) lv_color_t;
  82.       |                    ^~~~~~~~
  83. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:77:30: note: in definition of macro '_LV_CONCAT3'
  84.    77 | #define _LV_CONCAT3(x, y, z) x ## y ## z
  85.       |                              ^
  86. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:235:9: note: in expansion of macro 'LV_CONCAT3'
  87.   235 | typedef LV_CONCAT3(lv_color, LV_COLOR_DEPTH, _t) lv_color_t;
  88.       |         ^~~~~~~~~~
  89. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  90.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  91.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  92.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  93.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  94.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  95. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to1':
  96. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:325:1: warning: no return statement in function returning non-void [-Wreturn-type]
  97.   325 | }
  98.       | ^
  99. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to8':
  100. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:349:1: warning: no return statement in function returning non-void [-Wreturn-type]
  101.   349 | }
  102.       | ^
  103. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to16':
  104. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:373:1: warning: no return statement in function returning non-void [-Wreturn-type]
  105.   373 | }
  106.       | ^
  107. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to32':
  108. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:428:1: warning: no return statement in function returning non-void [-Wreturn-type]
  109.   428 | }
  110.       | ^
  111. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  112.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  113.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  114.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  115.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  116.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  117.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  118.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  119.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  120. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_mix':
  121. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:173:40: warning: implicit declaration of function 'LV_COLOR_SET_RLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  122.   173 | #define LV_COLOR_SET_R(c, v) LV_CONCAT(LV_COLOR_SET_R, LV_COLOR_DEPTH)(c, v)
  123.       |                                        ^~~~~~~~~~~~~~
  124. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  125.    74 | #define _LV_CONCAT(x, y) x ## y
  126.       |                          ^
  127. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:173:30: note: in expansion of macro 'LV_CONCAT'
  128.   173 | #define LV_COLOR_SET_R(c, v) LV_CONCAT(LV_COLOR_SET_R, LV_COLOR_DEPTH)(c, v)
  129.       |                              ^~~~~~~~~
  130. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:453:5: note: in expansion of macro 'LV_COLOR_SET_R'
  131.   453 |     LV_COLOR_SET_R(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_R(c1) * mix + LV_COLOR_GET_R(c2) *
  132.       |     ^~~~~~~~~~~~~~
  133. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  134.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  135.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  136.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  137.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  138.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  139. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:178:37: warning: implicit declaration of function 'LV_COLOR_GET_RLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  140.   178 | #define LV_COLOR_GET_R(c) LV_CONCAT(LV_COLOR_GET_R, LV_COLOR_DEPTH)(c)
  141.       |                                     ^~~~~~~~~~~~~~
  142. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:173:75: note: in definition of macro 'LV_COLOR_SET_R'
  143.   173 | #define LV_COLOR_SET_R(c, v) LV_CONCAT(LV_COLOR_SET_R, LV_COLOR_DEPTH)(c, v)
  144.       |                                                                           ^
  145. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:453:25: note: in expansion of macro 'LV_UDIV255'
  146.   453 |     LV_COLOR_SET_R(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_R(c1) * mix + LV_COLOR_GET_R(c2) *
  147.       |                         ^~~~~~~~~~
  148. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:75:25: note: in expansion of macro '_LV_CONCAT'
  149.    75 | #define LV_CONCAT(x, y) _LV_CONCAT(x, y)
  150.       |                         ^~~~~~~~~~
  151. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:178:27: note: in expansion of macro 'LV_CONCAT'
  152.   178 | #define LV_COLOR_GET_R(c) LV_CONCAT(LV_COLOR_GET_R, LV_COLOR_DEPTH)(c)
  153.       |                           ^~~~~~~~~
  154. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:453:46: note: in expansion of macro 'LV_COLOR_GET_R'
  155.   453 |     LV_COLOR_SET_R(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_R(c1) * mix + LV_COLOR_GET_R(c2) *
  156.       |                                              ^~~~~~~~~~~~~~
  157. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  158.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  159.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  160.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  161.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  162.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  163.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  164.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  165.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  166. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:174:40: warning: implicit declaration of function 'LV_COLOR_SET_GLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  167.   174 | #define LV_COLOR_SET_G(c, v) LV_CONCAT(LV_COLOR_SET_G, LV_COLOR_DEPTH)(c, v)
  168.       |                                        ^~~~~~~~~~~~~~
  169. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  170.    74 | #define _LV_CONCAT(x, y) x ## y
  171.       |                          ^
  172. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:174:30: note: in expansion of macro 'LV_CONCAT'
  173.   174 | #define LV_COLOR_SET_G(c, v) LV_CONCAT(LV_COLOR_SET_G, LV_COLOR_DEPTH)(c, v)
  174.       |                              ^~~~~~~~~
  175. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:455:5: note: in expansion of macro 'LV_COLOR_SET_G'
  176.   455 |     LV_COLOR_SET_G(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_G(c1) * mix + LV_COLOR_GET_G(c2) *
  177.       |     ^~~~~~~~~~~~~~
  178. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  179.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  180.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  181.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  182.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  183.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  184. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:179:37: warning: implicit declaration of function 'LV_COLOR_GET_GLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  185.   179 | #define LV_COLOR_GET_G(c) LV_CONCAT(LV_COLOR_GET_GC:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c: In function ', LV_COLOR_DEPTH)(c)
  186.       |                                     rfparam_get_cap_code_with_option':
  187. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c:329:13:^~~~~~~~~~~~~~ warning:
  188. unused variable 'c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:174:75:capcode' [-Wunused-variable ]
  189.   329 |     uint8_t capcode[RFTLV_MAXLEN_XTAL/4]={0};
  190.       |             note: ^~~~~~~
  191. in definition of macro 'LV_COLOR_SET_GC:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c:'
  192.   174 | #define LV_COLOR_SET_G(c, v) LV_CONCAT(LV_COLOR_SET_G, LV_COLOR_DEPTH)(c,  In function 'vrfparam_init)
  193.       |                                                                           ':

  194.                                                                                                               assignment to '                                                            ' {aka '         
  195. d char (*)(struct wl_param_t *)
  196.   455 |     LV_COLOR_SET_G(ret, '} from incompatible pointer type '         
  197.       |                         ' {aka '         
  198. '} [                                                                                                                               ]
  199.   681 |     g_rfparam_cfg->param_load                                rfparam_load;
  200.       |                                         
  201.    75 | #define LV_CONCAT(x, y)
  202. At top level:
  203. _LV_CONCAT(x, y)
  204.       |                         C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\drivers\rfparam\Src\rfparam_adapter.c:22:16:^~~~~~~~~~
  205. warning: c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:179:27:' g_rfparam_buf' defined but not used [-Wunused-variable]
  206.    22 | static uint8_t g_rfparam_buf[RFPARAM_WL_API_MEM_SIZE] = {0};
  207.       |                ^~~~~~~~~~~~~
  208. note: in expansion of macro 'LV_CONCAT'
  209.   179 | #define LV_COLOR_GET_G(c) LV_CONCAT(LV_COLOR_GET_G, LV_COLOR_DEPTH)(c)
  210.       |                           ^~~~~~~~~
  211. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:455:46: note: in expansion of macro 'LV_COLOR_GET_G'
  212.   455 |     LV_COLOR_SET_G(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_G(c1) * mix + LV_COLOR_GET_G(c2) *
  213.       |                                              ^~~~~~~~~~~~~~
  214. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  215.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  216.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  217.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  218.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  219.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  220.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  221.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  222.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  223. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:175:40: warning: implicit declaration of function 'LV_COLOR_SET_BLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  224.   175 | #define LV_COLOR_SET_B(c, v) LV_CONCAT(LV_COLOR_SET_B, LV_COLOR_DEPTH)(c, v)
  225.       |                                        ^~~~~~~~~~~~~~
  226. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  227.    74 | #define _LV_CONCAT(x, y) x ## y
  228.       |                          ^
  229. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:175:30: note: in expansion of macro 'LV_CONCAT'
  230.   175 | #define LV_COLOR_SET_B(c, v) LV_CONCAT(LV_COLOR_SET_B, LV_COLOR_DEPTH)(c, v)
  231.       |                              ^~~~~~~~~
  232. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:457:5: note: in expansion of macro 'LV_COLOR_SET_B'
  233.   457 |     LV_COLOR_SET_B(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_B(c1) * mix + LV_COLOR_GET_B(c2) *
  234.       |     ^~~~~~~~~~~~~~
  235. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  236.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  237.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  238.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  239.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  240.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  241. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:180:37: warning: implicit declaration of function 'LV_COLOR_GET_BLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  242.   180 | #define LV_COLOR_GET_B(c) LV_CONCAT(LV_COLOR_GET_B, LV_COLOR_DEPTH)(c)
  243.       |                                     ^~~~~~~~~~~~~~
  244. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:175:75: note: in definition of macro 'LV_COLOR_SET_B'
  245.   175 | #define LV_COLOR_SET_B(c, v) LV_CONCAT(LV_COLOR_SET_B, LV_COLOR_DEPTH)(c, v)
  246.       |                                                                           ^
  247. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:457:25: note: in expansion of macro 'LV_UDIV255'
  248.   457 |     LV_COLOR_SET_B(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_B(c1) * mix + LV_COLOR_GET_B(c2) *
  249.       |                         ^~~~~~~~~~
  250. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:75:25: note: in expansion of macro '_LV_CONCAT'
  251.    75 | #define LV_CONCAT(x, y) _LV_CONCAT(x, y)
  252.       |                         ^~~~~~~~~~
  253. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:180:27: note: in expansion of macro 'LV_CONCAT'
  254.   180 | #define LV_COLOR_GET_B(c) LV_CONCAT(LV_COLOR_GET_B, LV_COLOR_DEPTH)(c)
  255.       |                           ^~~~~~~~~
  256. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:457:46: note: in expansion of macro 'LV_COLOR_GET_B'
  257.   457 |     LV_COLOR_SET_B(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_B(c1) * mix + LV_COLOR_GET_B(c2) *
  258.       |                                              ^~~~~~~~~~~~~~
  259. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  260.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  261.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  262.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  263.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  264.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  265.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  266.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  267.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  268. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:176:40: warning: implicit declaration of function 'LV_COLOR_SET_ALCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  269.   176 | #define LV_COLOR_SET_A(c, v) LV_CONCAT(LV_COLOR_SET_A, LV_COLOR_DEPTH)(c, v)
  270.       |                                        ^~~~~~~~~~~~~~
  271. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  272.    74 | #define _LV_CONCAT(x, y) x ## y
  273.       |                          ^
  274. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:176:30: note: in expansion of macro 'LV_CONCAT'
  275.   176 | #define LV_COLOR_SET_A(c, v) LV_CONCAT(LV_COLOR_SET_A, LV_COLOR_DEPTH)(c, v)
  276.       |                              ^~~~~~~~~
  277. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:459:5: note: in expansion of macro 'LV_COLOR_SET_A'
  278.   459 |     LV_COLOR_SET_A(ret, 0xFF);
  279.       |     ^~~~~~~~~~~~~~
  280. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  281.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  282.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  283.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  284.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  285.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  286. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_mix_with_alpha':
  287. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\easyflash4\src\ef_env.c:c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:530:18: In function ' ef_get_env_bloberror: ':
  288. request for member 'fullC:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\easyflash4\src\ef_env.c:32:23:' in something not a structure or union
  289.   530 |         res_color ->full = fg_color.full;
  290.       |                  warning: implicit declaration of function '^~
  291. printf' [c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:530:35:-Wimplicit-function-declaration ]
  292.    32 | #define log_warn(...) error: printfrequest for member '(__VA_ARGS__)
  293.       |                       full^~~~~~' in something not a structure or union
  294.   530 |         res_color->full = fg_color
  295. .C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\easyflash4\src\ef_env.c:856:9:full;
  296.       |                                    ^note:
  297.                        c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:535:18:log_warn
  298.   856 |         error: log_warnrequest for member '
  299.       |         full^~~~~~~~' in something not a structure or union
  300.   535 |         res_color
  301. ->C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\easyflash4\src\ef_env.c:31:1:full = bg_color.full;
  302.       |                   ^~note:
  303. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:535:35:printf                         error: <stdio.h>request for member '                      full#include <stdio.h>' in something not a structure or union
  304.   535 |         res_color->full = bg_color
  305.    30 | #include <easyflash.h>
  306.   +++ |+.#include <stdio.h>full;
  307.       |                                   
  308.    31 |
  309. [  4%] Building C object build_out/components/utils/CMakeFiles/utils.dir/ring_buffer/ring_buffer.c.obj
  310. ^
  311. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  312.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  313.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  314.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  315.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  316.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  317.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  318.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  319.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  320. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:46: error: '_LV_COLOR_ZERO_INITIALIZERLCD_COLOR_DEPTH' undeclared (first use in this function)
  321.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  322.       |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
  323. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  324.    74 | #define _LV_CONCAT(x, y) x ## y
  325.       |                          ^
  326. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:36: note: in expansion of macro 'LV_CONCAT'
  327.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  328.       |                                    ^~~~~~~~~
  329. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:548:43: note: in expansion of macro '_LV_COLOR_ZERO_INITIALIZER'
  330.   548 |         static lv_color_t fg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  331.       |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
  332. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:46: note: each undeclared identifier is reported only once for each function it appears in
  333.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  334.       |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
  335. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  336.    74 | #define _LV_CONCAT(x, y) x ## y
  337.       |                          ^
  338. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:36: note: in expansion of macro 'LV_CONCAT'
  339.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  340.       |                                    ^~~~~~~~~
  341. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:548:43: note: in expansion of macro '_LV_COLOR_ZERO_INITIALIZER'
  342.   548 |         static lv_color_t fg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  343.       |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
  344. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  345.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  346.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  347.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  348.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  349.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  350. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:553:70: error: request for member 'full' in something not a structure or union
  351.   553 |         if(fg_opa != fg_opa_save || bg_opa != bg_opa_save || fg_color.full != fg_color_save.full ||
  352.       |                                                                      ^
  353. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:553:92: error: request for member 'full' in something not a structure or union
  354.   553 |         if(fg_opa != fg_opa_save || bg_opa != bg_opa_save || fg_color.full != fg_color_save.full ||
  355.       |                                                                                            ^
  356. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:554:20: error: request for member 'full' in something not a structure or union
  357.   554 |            bg_color.full != bg_color_save.full) {
  358.       |                    ^
  359. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:554:42: error: request for member 'full' in something not a structure or union
  360.   554 |            bg_color.full != bg_color_save.full) {
  361.       |                                          ^
  362. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:557:26: error: request for member 'full' in something not a structure or union
  363.   557 |             fg_color_save.full = fg_color.full;
  364.       |                          ^
  365. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:557:42: error: request for member 'full' in something not a structure or union
  366.   557 |             fg_color_save.full = fg_color.full;
  367.       |                                          ^
  368. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:558:26: error: request for member 'full' in something not a structure or union
  369.   558 |             bg_color_save.full = bg_color.full;
  370.       |                          ^
  371. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:558:42: error: request for member 'full' in something not a structure or union
  372.   558 |             bg_color_save.full = bg_color.full;
  373.       |                                          ^
  374. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:568:18: error: request for member 'full' in something not a structure or union
  375.   568 |         res_color->full = res_color_saved.full;
  376.       |                  ^~
  377. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:568:42: error: request for member 'full' in something not a structure or union
  378.   568 |         res_color->full = res_color_saved.full;
  379.       |                                          ^
  380. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:550:27: warning: variable 'res_color_saved' set but not used [-Wunused-but-set-variable]
  381.   550 |         static lv_color_t res_color_saved = _LV_COLOR_ZERO_INITIALIZER;
  382.       |                           ^~~~~~~~~~~~~~~
  383. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:549:27: warning: variable 'bg_color_save' set but not used [-Wunused-but-set-variable]
  384.   549 |         static lv_color_t bg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  385.       |                           ^~~~~~~~~~~~~
  386. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:548:27: warning: variable 'fg_color_save' set but not used [-Wunused-but-set-variable]
  387.   548 |         static lv_color_t fg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  388.       |                           ^~~~~~~~~~~~~
  389. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  390.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  391.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  392.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  393.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\draw\lv_draw.h:18,
  394.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal_disp.h:21,
  395.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\hal\lv_hal.h:16,
  396.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.h:16,
  397.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_disp.c:9:
  398. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_make':
  399. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:184:45: warning: implicit declaration of function 'LV_COLOR_MAKELCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  400.   184 | #define LV_COLOR_MAKE(r8, g8, b8) LV_CONCAT(LV_COLOR_MAKE, LV_COLOR_DEPTH)(r8, g8, b8)
  401.       |                                             ^~~~~~~~~~~~~
  402. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  403.    74 | #define _LV_CONCAT(x, y) x ## y
  404.       |                          ^
  405. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:184:35: note: in expansion of macro 'LV_CONCAT'
  406.   184 | #define LV_COLOR_MAKE(r8, g8, b8) LV_CONCAT(LV_COLOR_MAKE, LV_COLOR_DEPTH)(r8, g8, b8)
  407.       |                                   ^~~~~~~~~
  408. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:590:39: note: in expansion of macro 'LV_COLOR_MAKE'
  409.   590 |     return _LV_COLOR_MAKE_TYPE_HELPER LV_COLOR_MAKE(r, g, b);
  410.       |                                       ^~~~~~~~~~~~~
  411. [  4%] Building C object build_out/components/wireless/wifi6/bl6_os_adapter/CMakeFiles/bl6_os_adapter.dir/src/platform_bouffalo_sdk.c.obj
  412. [  4%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_adc.c.obj
  413. make[3]: *** [build_out\components\graphics\lvgl\CMakeFiles\lvgl.dir\build.make:75: build_out/components/graphics/lvgl/CMakeFiles/lvgl.dir/core/lv_disp.c.obj] Error 1
  414. make[3]: *** Waiting for unfinished jobs....
  415. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip_apps\ping\ping.c: In function 'ping':
  416. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip_apps\ping\ping.c:173:17: warning: 'ttl' may be used uninitialized in this function [-Wmaybe-uninitialized]
  417.   173 |                 printf("%d bytes from %s icmp_seq=%d ttl=%d time=%d ms\n\r", recv_len, inet_ntoa(ina), send_times,
  418.       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  419.   174 |                        ttl, elapsed_time);
  420.       |                        ~~~~~~~~~~~~~~~~~~
  421. [  4%] Linking C static library ..\..\lib\librfparam.a
  422. [  5%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/apps/http/fs.c.obj
  423. [  5%] Linking C static library ..\..\..\..\..\lib\libping.a
  424. In file included from c:\users\admin\aipi-open-kits\aipi-eyes_weather\lv_conf.h:22,
  425.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\lv_conf_internal.h:39,
  426.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:16,
  427.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  428. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd/lcd.h:146:6: error: #elif with no expression
  429.   146 | #elif
  430.       |      ^
  431. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  432.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  433.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  434. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:69:2: error: #error "Invalid LV_COLOR_DEPTH in lv_conf.h! Set it to 1, 8, 16 or 32!"
  435.    69 | #error "Invalid LV_COLOR_DEPTH in lv_conf.h! Set it to 1, 8, 16 or 32!"
  436.       |  ^~~~~
  437. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  438.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  439.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  440.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  441.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  442.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  443. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:234:20: error: unknown type name 'uintLV_COLOR_SIZE_t'
  444.   234 | typedef LV_CONCAT3(uint, LV_COLOR_SIZE, _t) lv_color_int_t;
  445.       |                    ^~~~
  446. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:77:30: note: in definition of macro '_LV_CONCAT3'
  447.    77 | #define _LV_CONCAT3(x, y, z) x ## y ## z
  448.       |                              ^
  449. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:234:9: note: in expansion of macro 'LV_CONCAT3'
  450.   234 | typedef LV_CONCAT3(uint, LV_COLOR_SIZE, _t) lv_color_int_t;
  451.       |         ^~~~~~~~~~
  452. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:235:20: error: unknown type name 'lv_colorLCD_COLOR_DEPTH_t'
  453.   235 | typedef LV_CONCAT3(lv_color, LV_COLOR_DEPTH, _t) lv_color_t;
  454.       |                    ^~~~~~~~
  455. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:77:30: note: in definition of macro '_LV_CONCAT3'
  456.    77 | #define _LV_CONCAT3(x, y, z) x ## y ## z
  457.       |                              ^
  458. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:235:9: note: in expansion of macro 'LV_CONCAT3'
  459.   235 | typedef LV_CONCAT3(lv_color, LV_COLOR_DEPTH, _t) lv_color_t;
  460.       |         ^~~~~~~~~~
  461. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  462.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  463.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  464. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to1':
  465. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:325:1: warning: no return statement in function returning non-void [-Wreturn-type]
  466.   325 | }
  467.       | ^
  468. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to8':
  469. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:349:1: warning: no return statement in function returning non-void [-Wreturn-type]
  470.   349 | }
  471.       | ^
  472. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to16':
  473. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:373:1: warning: no return statement in function returning non-void [-Wreturn-type]
  474.   373 | }
  475.       | ^
  476. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_to32':
  477. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:428:1: warning: no return statement in function returning non-void [-Wreturn-type]
  478.   428 | }
  479.       | ^
  480. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  481.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  482.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  483.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  484.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  485.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  486. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_mix':
  487. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:173:40: warning: implicit declaration of function 'LV_COLOR_SET_RLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  488.   173 | #define LV_COLOR_SET_R(c, v) LV_CONCAT(LV_COLOR_SET_R, LV_COLOR_DEPTH)(c, v)
  489.       |                                        ^~~~~~~~~~~~~~
  490. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  491.    74 | #define _LV_CONCAT(x, y) x ## y
  492.       |                          ^
  493. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:173:30: note: in expansion of macro 'LV_CONCAT'
  494.   173 | #define LV_COLOR_SET_R(c, v) LV_CONCAT(LV_COLOR_SET_R, LV_COLOR_DEPTH)(c, v)
  495.       |                              ^~~~~~~~~
  496. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:453:5: note: in expansion of macro 'LV_COLOR_SET_R'
  497.   453 |     LV_COLOR_SET_R(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_R(c1) * mix + LV_COLOR_GET_R(c2) *
  498.       |     ^~~~~~~~~~~~~~
  499. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  500.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  501.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  502. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:178:37: warning: implicit declaration of function 'LV_COLOR_GET_RLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  503.   178 | #define LV_COLOR_GET_R(c) LV_CONCAT(LV_COLOR_GET_R, LV_COLOR_DEPTH)(c)
  504.       |                                     ^~~~~~~~~~~~~~
  505. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:173:75: note: in definition of macro 'LV_COLOR_SET_R'
  506.   173 | #define LV_COLOR_SET_R(c, v) LV_CONCAT(LV_COLOR_SET_R, LV_COLOR_DEPTH)(c, v)
  507.       |                                                                           ^
  508. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:453:25: note: in expansion of macro 'LV_UDIV255'
  509.   453 |     LV_COLOR_SET_R(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_R(c1) * mix + LV_COLOR_GET_R(c2) *
  510.       |                         ^~~~~~~~~~
  511. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:75:25: note: in expansion of macro '_LV_CONCAT'
  512.    75 | #define LV_CONCAT(x, y) _LV_CONCAT(x, y)
  513.       |                         ^~~~~~~~~~
  514. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:178:27: note: in expansion of macro 'LV_CONCAT'
  515.   178 | #define LV_COLOR_GET_R(c) LV_CONCAT(LV_COLOR_GET_R, LV_COLOR_DEPTH)(c)
  516.       |                           ^~~~~~~~~
  517. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:453:46: note: in expansion of macro 'LV_COLOR_GET_R'
  518.   453 |     LV_COLOR_SET_R(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_R(c1) * mix + LV_COLOR_GET_R(c2) *
  519.       |                                              ^~~~~~~~~~~~~~
  520. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  521.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  522.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  523.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  524.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  525.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  526. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:174:40: warning: implicit declaration of function 'LV_COLOR_SET_GLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  527.   174 | #define LV_COLOR_SET_G(c, v) LV_CONCAT(LV_COLOR_SET_G, LV_COLOR_DEPTH)(c, v)
  528.       |                                        ^~~~~~~~~~~~~~
  529. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  530.    74 | #define _LV_CONCAT(x, y) x ## y
  531.       |                          ^
  532. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:174:30: note: in expansion of macro 'LV_CONCAT'
  533.   174 | #define LV_COLOR_SET_G(c, v) LV_CONCAT(LV_COLOR_SET_G, LV_COLOR_DEPTH)(c, v)
  534.       |                              ^~~~~~~~~
  535. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:455:5: note: in expansion of macro 'LV_COLOR_SET_G'
  536.   455 |     LV_COLOR_SET_G(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_G(c1) * mix + LV_COLOR_GET_G(c2) *
  537.       |     ^~~~~~~~~~~~~~
  538. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  539.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  540.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  541. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:179:37: warning: implicit declaration of function 'LV_COLOR_GET_GLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  542.   179 | #define LV_COLOR_GET_G(c) LV_CONCAT(LV_COLOR_GET_G, LV_COLOR_DEPTH)(c)
  543.       |                                     ^~~~~~~~~~~~~~
  544. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:174:75: note: in definition of macro 'LV_COLOR_SET_G'
  545.   174 | #define LV_COLOR_SET_G(c, v) LV_CONCAT(LV_COLOR_SET_G, LV_COLOR_DEPTH)(c, v)
  546.       |                                                                           ^
  547. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:455:25: note: in expansion of macro 'LV_UDIV255'
  548.   455 |     LV_COLOR_SET_G(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_G(c1) * mix + LV_COLOR_GET_G(c2) *
  549.       |                         ^~~~~~~~~~
  550. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:75:25: note: in expansion of macro '_LV_CONCAT'
  551.    75 | #define LV_CONCAT(x, y) _LV_CONCAT(x, y)
  552.       |                         ^~~~~~~~~~
  553. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:179:27: note: in expansion of macro 'LV_CONCAT'
  554.   179 | #define LV_COLOR_GET_G(c) LV_CONCAT(LV_COLOR_GET_G, LV_COLOR_DEPTH)(c)
  555.       |                           ^~~~~~~~~
  556. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:455:46: note: in expansion of macro 'LV_COLOR_GET_G'
  557.   455 |     LV_COLOR_SET_G(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_G(c1) * mix + LV_COLOR_GET_G(c2) *
  558.       |                                              ^~~~~~~~~~~~~~
  559. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  560.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  561.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  562.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  563.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  564.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  565. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:175:40: warning: implicit declaration of function 'LV_COLOR_SET_BLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  566.   175 | #define LV_COLOR_SET_B(c, v) LV_CONCAT(LV_COLOR_SET_B, LV_COLOR_DEPTH)(c, v)
  567.       |                                        ^~~~~~~~~~~~~~
  568. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  569.    74 | #define _LV_CONCAT(x, y) x ## y
  570.       |                          ^
  571. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:175:30: note: in expansion of macro 'LV_CONCAT'
  572.   175 | #define LV_COLOR_SET_B(c, v) LV_CONCAT(LV_COLOR_SET_B, LV_COLOR_DEPTH)(c, v)
  573.       |                              ^~~~~~~~~
  574. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:457:5: note: in expansion of macro 'LV_COLOR_SET_B'
  575.   457 |     LV_COLOR_SET_B(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_B(c1) * mix + LV_COLOR_GET_B(c2) *
  576.       |     ^~~~~~~~~~~~~~
  577. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  578.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  579.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  580. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:180:37: warning: implicit declaration of function 'LV_COLOR_GET_BLCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  581.   180 | #define LV_COLOR_GET_B(c) LV_CONCAT(LV_COLOR_GET_B, LV_COLOR_DEPTH)(c)
  582.       |                                     ^~~~~~~~~~~~~~
  583. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:175:75: note: in definition of macro 'LV_COLOR_SET_B'
  584.   175 | #define LV_COLOR_SET_B(c, v) LV_CONCAT(LV_COLOR_SET_B, LV_COLOR_DEPTH)(c, v)
  585.       |                                                                           ^
  586. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:457:25: note: in expansion of macro 'LV_UDIV255'
  587.   457 |     LV_COLOR_SET_B(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_B(c1) * mix + LV_COLOR_GET_B(c2) *
  588.       |                         ^~~~~~~~~~
  589. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:75:25: note: in expansion of macro '_LV_CONCAT'
  590.    75 | #define LV_CONCAT(x, y) _LV_CONCAT(x, y)
  591.       |                         ^~~~~~~~~~
  592. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:180:27: note: in expansion of macro 'LV_CONCAT'
  593.   180 | #define LV_COLOR_GET_B(c) LV_CONCAT(LV_COLOR_GET_B, LV_COLOR_DEPTH)(c)
  594.       |                           ^~~~~~~~~
  595. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:457:46: note: in expansion of macro 'LV_COLOR_GET_B'
  596.   457 |     LV_COLOR_SET_B(ret, LV_UDIV255((uint16_t)LV_COLOR_GET_B(c1) * mix + LV_COLOR_GET_B(c2) *
  597.       |                                              ^~~~~~~~~~~~~~
  598. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  599.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  600.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  601.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  602.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  603.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  604. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:176:40: warning: implicit declaration of function 'LV_COLOR_SET_ALCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  605.   176 | #define LV_COLOR_SET_A(c, v) LV_CONCAT(LV_COLOR_SET_A, LV_COLOR_DEPTH)(c, v)
  606.       |                                        ^~~~~~~~~~~~~~
  607. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  608.    74 | #define _LV_CONCAT(x, y) x ## y
  609.       |                          ^
  610. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:176:30: note: in expansion of macro 'LV_CONCAT'
  611.   176 | #define LV_COLOR_SET_A(c, v) LV_CONCAT(LV_COLOR_SET_A, LV_COLOR_DEPTH)(c, v)
  612.       |                              ^~~~~~~~~
  613. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:459:5: note: in expansion of macro 'LV_COLOR_SET_A'
  614.   459 |     LV_COLOR_SET_A(ret, 0xFF);
  615.       |     ^~~~~~~~~~~~~~
  616. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  617.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  618.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  619. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_mix_with_alpha':
  620. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:530:18: error: request for member 'full' in something not a structure or union
  621.   530 |         res_color->full = fg_color.full;
  622.       |                  ^~
  623. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:530:35: error: request for member 'full' in something not a structure or union
  624.   530 |         res_color->full = fg_color.full;
  625.       |                                   ^
  626. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:535:18: error: request for member 'full' in something not a structure or union
  627.   535 |         res_color->full = bg_color.full;
  628.       |                  ^~
  629. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:535:35: error: request for member 'full' in something not a structure or union
  630.   535 |         res_color->full = bg_color.full;
  631.       |                                   ^
  632. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  633.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  634.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  635.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  636.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  637.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  638. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:46: error: '_LV_COLOR_ZERO_INITIALIZERLCD_COLOR_DEPTH' undeclared (first use in this function)
  639.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  640.       |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
  641. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  642.    74 | #define _LV_CONCAT(x, y) x ## y
  643.       |                          ^
  644. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:36: note: in expansion of macro 'LV_CONCAT'
  645.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  646.       |                                    ^~~~~~~~~
  647. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:548:43: note: in expansion of macro '_LV_COLOR_ZERO_INITIALIZER'
  648.   548 |         static lv_color_t fg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  649.       |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
  650. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:46: note: each undeclared identifier is reported only once for each function it appears in
  651.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  652.       |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
  653. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  654.    74 | #define _LV_CONCAT(x, y) x ## y
  655.       |                          ^
  656. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:183:36: note: in expansion of macro 'LV_CONCAT'
  657.   183 | #define _LV_COLOR_ZERO_INITIALIZER LV_CONCAT(_LV_COLOR_ZERO_INITIALIZER, LV_COLOR_DEPTH)
  658.       |                                    ^~~~~~~~~
  659. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:548:43: note: in expansion of macro '_LV_COLOR_ZERO_INITIALIZER'
  660.   548 |         static lv_color_t fg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  661.       |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
  662. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  663.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  664.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  665. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:553:70: error: request for member 'full' in something not a structure or union
  666.   553 |         if(fg_opa != fg_opa_save || bg_opa != bg_opa_save || fg_color.full != fg_color_save.full ||
  667.       |                                                                      ^
  668. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:553:92: error: request for member 'full' in something not a structure or union
  669.   553 |         if(fg_opa != fg_opa_save || bg_opa != bg_opa_save || fg_color.full != fg_color_save.full ||
  670.       |                                                                                            ^
  671. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:554:20: error: request for member 'full' in something not a structure or union
  672.   554 |            bg_color.full != bg_color_save.full) {
  673.       |                    ^
  674. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:554:42: error: request for member 'full' in something not a structure or union
  675.   554 |            bg_color.full != bg_color_save.full) {
  676.       |                                          ^
  677. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:557:26: error: request for member 'full' in something not a structure or union
  678.   557 |             fg_color_save.full = fg_color.full;
  679.       |                          ^
  680. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:557:42: error: request for member 'full' in something not a structure or union
  681.   557 |             fg_color_save.full = fg_color.full;
  682.       |                                          ^
  683. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:558:26: error: request for member 'full' in something not a structure or union
  684.   558 |             bg_color_save.full = bg_color.full;
  685.       |                          ^
  686. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:558:42: error: request for member 'full' in something not a structure or union
  687.   558 |             bg_color_save.full = bg_color.full;
  688.       |                                          ^
  689. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:568:18: error: request for member 'full' in something not a structure or union
  690.   568 |         res_color->full = res_color_saved.full;
  691.       |                  ^~
  692. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:568:42: error: request for member 'full' in something not a structure or union
  693.   568 |         res_color->full = res_color_saved.full;
  694.       |                                          ^
  695. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:550:27: warning: variable 'res_color_saved' set but not used [-Wunused-but-set-variable[  5%] Building ASM object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/startup/start.S.obj]
  696.   550 |         static lv_color_t
  697. res_color_saved = _LV_COLOR_ZERO_INITIALIZER;
  698.       |                           ^~~~~~~~~~~~~~~
  699. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:549:27: warning: variable 'bg_color_save' set but not used [-Wunused-but-set-variable]
  700.   549 |         static lv_color_t bg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  701.       |                           ^~~~~~~~~~~~~
  702. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:548:27: [  5%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_atoi.c.objwarning:
  703. [  5%] variable 'Linking C static library ..\..\..\..\lib\libbl6_os_adapter.a
  704. fg_color_save' set but not used [-Wunused-but-set-variable]
  705.   548 |         static lv_color_t fg_color_save = _LV_COLOR_ZERO_INITIALIZER;
  706.       |                           ^~~~~~~~~~~~~
  707. In file included from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_log.h:19,
  708.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_assert.h:17,
  709.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:17,
  710.                  from c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_style.h:19,
  711.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_obj.h:20,
  712.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\graphics\lvgl\core\lv_event.c:9:
  713. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h: In function 'lv_color_make':
  714. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:184:45: warning: implicit declaration of function 'LV_COLOR_MAKELCD_COLOR_DEPTH' [-Wimplicit-function-declaration]
  715.   184 | #define LV_COLOR_MAKE(r8, g8, b8) LV_CONCAT(LV_COLOR_MAKE, LV_COLOR_DEPTH)(r8, g8, b8)
  716.       |                                             ^~~~~~~~~~~~~
  717. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_types.h:74:26: note: in definition of macro '_LV_CONCAT'
  718.    74 | #define _LV_CONCAT(x, y) x ## y
  719.       |                          ^
  720. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:184:35: note: in expansion of macro 'LV_CONCAT'
  721.   184 | #define LV_COLOR_MAKE(r8, g8, b8) LV_CONCAT(LV_COLOR_MAKE, LV_COLOR_DEPTH)(r8, g8, b8)
  722.       |                                   ^~~~~~~~~
  723. c:\users\admin\aipi-open-kits\aithinker_ai-m6x_sdk\components\graphics\lvgl\misc\lv_color.h:590:39: note: in expansion of macro 'LV_COLOR_MAKE'
  724.   590 |     return _LV_COLOR_MAKE_TYPE_HELPER LV_COLOR_MAKE(r, g, b);
  725.       |                                       ^~~~~~~~~~~~~
  726. make[3]: *** [build_out\components\graphics\lvgl\CMakeFiles\lvgl.dir\build.make:89: build_out/components/graphics/lvgl/CMakeFiles/lvgl.dir/core/lv_event.c.obj] Error 1
  727. make[2]: *** [CMakeFiles\Makefile2:812: build_out/components/graphics/lvgl/CMakeFiles/lvgl.dir/all] Error 2
  728. make[2]: *** Waiting for unfinished jobs....
  729. [  5%] [  6%] [  6%] [  6%] Building C object build_out/components/easyflash4/CMakeFiles/easyflash4.dir/src/ef_env_legacy_wl.c.objBuilding C object CMakeFiles/app.dir/C_/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/bsp/common/lcd/lcd.c.obj

  730. Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/aesni.c.obj[  6%]
  731. Linking C static library ..\..\..\..\..\lib\libdhcpd.a
  732. Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/list.c.obj
  733. [  6%] Building C object build_out/components/mm/CMakeFiles/mm.dir/tlsf/bflb_tlsf.c.obj
  734. [  6%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_acomp.c.obj
  735. [  7%] Building C object build_out/components/utils/CMakeFiles/utils.dir/bflb_block_pool/bflb_block_pool.c.obj
  736. [  7%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/api/api_lib.c.obj
  737. [  7%] Building ASM object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/startup/vector.S.obj
  738. [  7%] Built target rfparam
  739. [  7%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_atol.c.obj
  740. [  7%] Built target ping
  741. [  7%] [  7%] Building C object CMakeFiles/app.dir/C_/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/bsp/common/lcd/font.c.obj
  742. Building C object build_out/components/easyflash4/CMakeFiles/easyflash4.dir/src/ef_env_legacy.c.obj
  743. [  7%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/queue.c.obj
  744. [  7%] Built target bl6_os_adapter
  745. [  7%] Built target dhcpd
  746. [  7%] Building ASM object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/startup/riscv_fpu.S.obj
  747. [  7%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/arc4.c.obj
  748. [  7%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_cks.c.obj
  749. [  7%] Building C object build_out/components/utils/CMakeFiles/utils.dir/bflb_timestamp/bflb_timestamp.c.obj
  750. In file included from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd\lcd.c:24:
  751. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd\lcd.h:146:6: error: #elif with no expression
  752.   146 | #elif
  753.       |      ^
  754. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd\lcd.c:34:22: error: 'LCD_W' undeclared here (not in a function)
  755.    34 | uint16_t lcd_max_x = LCD_W - 1, lcd_max_y = LCD_H - 1;
  756.       |                      ^~~~~
  757. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\bsp\common\lcd\lcd.c:34:45: error: 'LCD_H' undeclared here (not in a function)
  758.    34 | uint16_t lcd_max_x = LCD_W - 1, lcd_max_y = LCD_H - 1;
  759.       |                                             ^~~~~
  760. make[3]: *** [CMakeFiles\app.dir\build.make:103: CMakeFiles/app.dir/C_/Users/admin/AiPi-Open-Kits/aithinker_Ai-M6X_SDK/bsp/common/lcd/lcd.c.obj] Error 1
  761. make[2]: *** [CMakeFiles\Makefile2:694: CMakeFiles/app.dir/all] Error 2
  762. [  7%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/api/api_msg.c.obj
  763. [  7%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_atoll.c.obj[  7%]
  764. Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/startup/start_load.c.obj
  765. [  8%] Building C object build_out/components/easyflash4/CMakeFiles/easyflash4.dir/src/ef_port.c.obj
  766. [  8%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/tasks.c.obj
  767. [  9%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/aria.c.obj[ 10%]
  768. Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_ef_ctrl.c.obj
  769. [ 10%] Building C object build_out/components/utils/CMakeFiles/utils.dir/getopt/utils_getopt.c.obj
  770. [ 11%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/startup/system_bl616.c.obj
  771. [ 11%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/api/err.c.obj
  772. [ 12%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_bsearch.c.obj
  773. [ 12%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_gpio.c.obj
  774. [ 12%] Linking C static library ..\..\lib\libmm.a
  775. [ 12%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/asn1parse.c.obj
  776. [ 12%] [ 12%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/timers.c.objBuilding C object build_out/components/easyflash4/CMakeFiles/easyflash4.dir/src/ef_utils.c.obj

  777. [ 12%] Built target mm
  778. [ 12%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/startup/interrupt.c.obj
  779. [ 12%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/api/netbuf.c.obj
  780. [ 12%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_checkbase.c.obj
  781. [ 12%] Building C object build_out/components/utils/CMakeFiles/utils.dir/partition/partition.c.obj
  782. [ 12%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/asn1write.c.obj
  783. [ 12%] Building C object build_out/components/easyflash4/CMakeFiles/easyflash4.dir/src/easyflash_cli.c.obj
  784. [ 12%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_i2c.c.obj
  785. [ 12%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_romapi_e907.c.obj
  786. [ 12%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/freertos_port.c.obj
  787. [ 12%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/base64.c.obj
  788. [ 12%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_itoa.c.obj
  789. [ 12%] Building C object build_out/components/utils/CMakeFiles/utils.dir/bflb_mtd/bflb_mtd.c.obj
  790. [ 12%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_romapi_patch.c.obj
  791. [ 12%] Linking C static library ..\..\lib\libeasyflash4.a
  792. [ 12%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_dma.c.obj
  793. [ 12%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/api/netdb.c.obj
  794. [ 12%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_common.c.obj
  795. [ 12%] Building C object build_out/components/utils/CMakeFiles/utils.dir/bflb_mtd/bflb_boot2.c.obj
  796. [ 13%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/api/netifapi.c.obj
  797. [ 13%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/portable/MemMang/heap_3.c.obj
  798. [ 13%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/blowfish.c.obj
  799. [ 13%] Built target easyflash4
  800. [ 13%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_llabs.c.obj
  801. [ 13%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_rtc.c.obj
  802. [ 13%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_ef_cfg.c.obj
  803. [ 13%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/api/sockets.c.obj
  804. [ 13%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/camellia.c.obj
  805. [ 14%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/portable/GCC/RISC-V/common/port.c.obj
  806. [ 15%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_sdh.c.obj
  807. [ 15%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/api/tcpip.c.obj
  808. [ 15%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_lldiv.c.obj
  809. [ 16%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ccm.c.obj
  810. [ 16%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_tzc_sec.c.obj
  811. [ 16%] Building ASM object build_out/components/os/freertos/CMakeFiles/freertos.dir/portable/GCC/RISC-V/common/portASM.S.obj
  812. [ 17%] Linking C static library ..\..\lib\libutils.a
  813. [ 17%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/ipv4/autoip.c.obj
  814. [ 17%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/certs.c.obj
  815. [ 17%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_qsort.c.obj
  816. [ 17%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_sec_aes.c.obj
  817. [ 17%] Built target utils
  818. [ 17%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_clock.c.obj
  819. [ 17%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_psram.c.obj
  820. [ 17%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/chacha20.c.obj
  821. [ 18%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/stdlib/lib_strtod.c.obj
  822. [ 18%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/ipv4/dhcp.c.obj
  823. [ 19%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_sec_sha.c.obj
  824. [ 19%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_mqueue.c.obj
  825. [ 19%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/chachapoly.c.obj
  826. [ 19%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_ffs.c.obj
  827. [ 19%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/ipv4/etharp.c.obj
  828. [ 19%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_sec_trng.c.obj
  829. [ 19%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_pthread_barrier.c.obj
  830. [ 19%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/cipher.c.obj
  831. [ 20%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/ipv4/icmp.c.obj
  832. [ 20%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_pm.c.obj
  833. [ 20%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_ffsl.c.obj
  834. [ 20%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_spi.c.obj
  835. [ 20%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/cipher_wrap.c.obj
  836. [ 20%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_pthread_cond.c.obj
  837. [ 20%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_ffsll.c.obj
  838. [ 20%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_aon.c.obj
  839. [ 21%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/cmac.c.obj
  840. [ 21%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/ipv4/igmp.c.obj
  841. [ 22%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_pthread_mutex.c.obj
  842. [ 22%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_mfg_efuse.c.obj
  843. [ 22%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/constant_time.c.obj
  844. [ 22%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/ipv4/ip4_addr.c.obj
  845. [ 22%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_fls.c.obj
  846. [ 22%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_timer.c.obj
  847. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\os\freertos\posix\source\FreeRTOS_POSIX_pthread_cond.c: In function 'pthread_cond_timedwait':
  848. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\os\freertos\posix\source\FreeRTOS_POSIX_pthread_cond.c:282:9: warning: 'iLocalWaitingThreads' may be used uninitialized in this function [-Wmaybe-uninitialized]
  849.   282 |         prvTestAndDecrement( pxCond, iLocalWaitingThreads + 1 );
  850.       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  851. [ 22%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_pthread.c.obj
  852. [ 23%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_mfg_flash.c.obj
  853. [ 23%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/ipv4/ip4_frag.c.obj
  854. [ 23%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_flsl.c.obj
  855. [ 23%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/src/bl616_mfg_media.c.obj
  856. [ 23%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_uart.c.obj
  857. [ 23%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_sched.c.obj
  858. [ 23%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ctr_drbg.c.obj
  859. [ 23%] Building C object build_out/drivers/soc/bl616/std/CMakeFiles/std.dir/port/bl616_clock.c.obj
  860. [ 23%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_wdg.c.obj
  861. [ 24%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_flsll.c.obj
  862. [ 24%] [ 24%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/ipv4/ip4.c.obj
  863. Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_semaphore.c.obj
  864. [ 24%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/debug.c.obj
  865. [ 25%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_flash.c.obj
  866. [ 25%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_index.c.obj
  867. [ 25%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/def.c.obj
  868. [ 25%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/des.c.obj
  869. [ 25%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_timer.c.obj
  870. [ 25%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/flash/bflb_sf_cfg.c.obj
  871. [ 26%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/dns.c.obj
  872. [ 26%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/dhm.c.obj
  873. [ 26%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_unistd.c.obj
  874. [ 26%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_memccpy.c.obj
  875. [ 26%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/flash/bflb_xip_sflash.c.obj
  876. [ 27%] Building C object build_out/components/os/freertos/CMakeFiles/freertos.dir/posix/source/FreeRTOS_POSIX_utils.c.obj
  877. [ 27%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_memchr.c.obj
  878. [ 27%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/inet_chksum.c.obj
  879. [ 28%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ecdh.c.obj
  880. [ 28%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/flash/bflb_sflash.c.obj
  881. [ 28%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_memcmp.c.obj
  882. [ 28%] Linking C static library ..\..\..\..\lib\libstd.a
  883. [ 28%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ecdsa.c.obj
  884. [ 28%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/init.c.obj
  885. [ 28%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/flash/bflb_sf_ctrl.c.obj
  886. [ 28%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ecjpake.c.obj
  887. [ 28%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_dac.c.obj
  888. [ 28%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_memmove.c.obj
  889. [ 28%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/ip.c.obj
  890. [ 29%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_emac.c.obj
  891. [ 29%] Built target std
  892. [ 30%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_memrchr.c.obj
  893. [ 30%] Linking C static library ..\..\..\lib\libfreertos.a
  894. [ 30%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/mem.c.obj
  895. [ 30%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ecp.c.obj
  896. [ 30%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_memset.c.obj
  897. [ 30%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_ir.c.obj
  898. [ 30%] Built target freertos
  899. [ 30%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ecp_curves.c.obj
  900. [ 30%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/memp.c.obj
  901. [ 30%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_mjpeg.c.obj
  902. [ 30%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_stpcpy.c.obj
  903. [ 30%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/entropy.c.obj
  904. [ 31%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/netif.c.obj
  905. [ 31%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_pwm_v2.c.obj
  906. [ 32%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/entropy_poll.c.obj
  907. [ 32%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_stpncpy.c.obj
  908. [ 32%] [ 32%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/pbuf.c.obj
  909. Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/error.c.obj
  910. [ 32%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_cam.c.obj
  911. [ 32%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/raw.c.obj
  912. [ 32%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/gcm.c.obj
  913. [ 32%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_sdio2.c.obj
  914. [ 32%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strcasecmp.c.obj
  915. [ 32%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/stats.c.obj
  916. [ 32%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/havege.c.obj
  917. [ 33%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_i2s.c.obj
  918. [ 33%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strcasestr.c.obj
  919. [ 33%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/sys.c.obj
  920. [ 33%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/hkdf.c.obj
  921. [ 34%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strcat.c.obj
  922. [ 34%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_dbi.c.obj
  923. [ 34%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/tcp_in.c.obj
  924. [ 34%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strchr.c.obj
  925. [ 34%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_audac.c.obj
  926. [ 35%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/tcp_out.c.obj
  927. [ 35%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strcmp.c.obj
  928. [ 35%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/hmac_drbg.c.obj
  929. [ 35%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/tcp.c.obj
  930. [ 35%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_auadc.c.obj
  931. [ 36%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/md2.c.obj
  932. [ 36%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/timeouts.c.obj
  933. [ 36%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_platform_dma.c.obj
  934. [ 36%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/md4.c.obj
  935. [ 36%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/core/udp.c.obj
  936. [ 36%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strcspn.c.obj
  937. [ 36%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_irq.c.obj
  938. [ 37%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_l1c.c.obj
  939. [ 37%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strdup.c.obj
  940. [ 37%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/apps/sntp/sntp.c.obj
  941. [ 37%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/src/bflb_mtimer.c.obj
  942. [ 37%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/md5.c.obj
  943. [ 37%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strnlen.c.obj
  944. [ 37%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/src/netif/ethernet.c.obj
  945. [ 37%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/md.c.obj
  946. [ 38%] Building C object build_out/components/net/lwip/lwip/CMakeFiles/lwip.dir/system/os/sys_arch.c.obj[ 38%]
  947. Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/memory_buffer_alloc.c.obj
  948. [ 39%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strpbrk.c.obj
  949. In file included from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\include/lwip/opt.h:52[ 39%] ,
  950.                  from Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/mps_reader.c.objC:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\include/lwip/apps/sntp_opts.h:40[ 39%] [ 39%] ,
  951.                  from
  952. [ 39%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strsep.c.obj
  953. Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/include/arch/risc-v/t-head/rv_hart.c.obj
  954. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\include/lwip/apps/sntp.h:40,
  955.                  from C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\apps\sntp\sntp.c:51:
  956. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\apps\sntp\sntp.c: In function 'sntp_process':
  957. c:\users\admin\aipi-open-kits\aipi-eyes_weather\lwipopts_user.h:144:34: warning: implicit declaration of function 'sntp_set_time
  958. '; did you mean '[ 40%] sntp_format_time[ 40%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/include/arch/risc-v/t-head/rv_pmp.c.obj'? [
  959. -Wimplicit-function-declarationsntp_set_time       ~
  960. C:\Users\admin\AiPi-Open-Kits\aithinker_Ai-M6X_SDK\components\net\lwip\lwip\src\apps\sntp\sntp.c:326:5: note: in expansion of macro 'SNTP_SET_SYSTEM_TIME_NTP'
  961.                                                                                                                                                                 326 |     SNTP_SET_SYSTEM_TIME_NTP  ~~~~
  962.                                                                                                                                                                                                         Buil
  963. ding C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/mps_trace.c.obj
  964. [ 40%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/nist_kw.c.obj
  965. [ 40%] Building C object build_out/drivers/lhal/CMakeFiles/lhal.dir/config/bl616/device_table.c.obj
  966. [ 40%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strtok.c.obj
  967. [ 40%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strstr
  968. .c.obj
  969. [ 41%] [ 41%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strspn.c.obj
  970. Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_strtokr.c.obj
  971. [ 41%] Building C object build_out/components/libc/CMakeFiles/libc.dir/nuttx/libc/string/lib_vikmemcpy.c.obj
  972. [ 41%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/oid.c.obj
  973. [ 41%] Building C object build_out/components/libc/CMakeFiles/libc.dir/vsnprintf.c.obj
  974. [ 41%] Linking C static library ..\..\..\..\lib\liblwip.a
  975. [ 41%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/padlock.c.obj
  976. [ 41%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/pem.c.obj
  977. [ 41%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/pk.c.obj
  978. [ 42%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/pkcs11.c.obj
  979. [ 42%] Building C object build_out/components/libc/CMakeFiles/libc.dir/snprintf.c.obj
  980. [ 42%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/pkcs12.c.obj
  981. [ 42%] Built target lwip
  982. [ 42%] Building C object build_out/components/libc/CMakeFiles/libc.dir/sprintf.c.obj
  983. [ 42%] Building C object build_out/components/libc/CMakeFiles/libc.dir/vsprintf.c.obj
  984. [ 42%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/pkcs5.c.obj
  985. [ 42%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/pk_wrap.c.obj
  986. [ 43%] Building C object build_out/components/libc/CMakeFiles/libc.dir/printf.c.obj
  987. [ 43%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/pkwrite.c.obj
  988. [ 43%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/platform.c.obj
  989. [ 44%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/platform_util.c.obj
  990. [ 44%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/poly1305.c.obj
  991. [ 44%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ripemd160.c.obj
  992. [ 44%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/rsa.c.obj
  993. [ 44%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/rsa_internal.c.obj
  994. [ 44%] Linking C static library ..\..\lib\liblhal.a
  995. [ 44%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/sha1.c.obj
  996. [ 45%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/sha256.c.obj
  997. [ 45%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/sha512.c.obj
  998. [ 45%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ssl_cache.c.obj
  999. [ 45%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ssl_ciphersuites.c.obj
  1000. [ 45%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ssl_cli.c.obj
  1001. [ 45%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ssl_cookie.c.obj
  1002. [ 46%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ssl_msg.c.obj
  1003. [ 46%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ssl_srv.c.obj
  1004. [ 46%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ssl_ticket.c.obj
  1005. [ 46%] Built target lhal
  1006. [ 46%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ssl_tls13_keys.c.obj
  1007. [ 46%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/ssl_tls.c.obj
  1008. [ 46%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/threading.c.obj
  1009. [ 47%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/timing.c.obj
  1010. [ 47%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/version.c.obj
  1011. [ 47%] Linking C static library ..\..\lib\liblibc.a
  1012. [ 47%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/version_features.c.obj
  1013. [ 47%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/x509.c.obj
  1014. [ 47%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/x509_create.c.obj
  1015. [ 47%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/x509_crl.c.obj
  1016. [ 48%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/x509_crt.c.obj
  1017. [ 48%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/x509_csr.c.obj
  1018. [ 48%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/x509write_crt.c.obj
  1019. [ 48%] Built target libc
  1020. [ 48%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/port/platform/mbedtls_port_bouffalo_sdk.c.obj
  1021. [ 48%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/x509write_csr.c.obj
  1022. [ 48%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/port/pkparse.c.obj
  1023. [ 49%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/port/net_sockets.c.obj
  1024. [ 49%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/port/hw_entropy_poll.c.obj
  1025. [ 49%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/port/bignum_ext.c.obj
  1026. [ 49%] Building C object build_out/components/crypto/mbedtls/CMakeFiles/mbedtls.dir/mbedtls/library/bignum.c.obj
  1027. [ 49%] Linking C static library ..\..\..\lib\libmbedtls.a
  1028. [ 49%] Built target mbedtls
  1029. make[1]: *** [Makefile:90: all] Error 2
  1030. make: *** [.\..\aithinker_Ai-M6X_SDK/project.build:51: build] Error 2
  1031. PS C:\Users\admin\AiPi-Open-Kits\AiPi-Eyes_weather>
复制代码
回复 支持 反对

使用道具 举报

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

本版积分规则