We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doing:
./scripts/sanitycheck -s samples/display/lvgl/sample.gui.lvgl -l
I get:
ERROR - mimxrt1064_evk samples/display/lvgl/sample.gui.lvgl FAILED: Build failure ERROR - see: /home/galak/git/zephyr/sanity-out/mimxrt1064_evk/samples/display/lvgl/sample.gui.lvgl/build.log INFO - Total complete: 1/ 4 25% skipped: 0, failed: 1 ERROR - mimxrt1060_evk samples/display/lvgl/sample.gui.lvgl FAILED: Build failure ERROR - see: /home/galak/git/zephyr/sanity-out/mimxrt1060_evk/samples/display/lvgl/sample.gui.lvgl/build.log INFO - Total complete: 2/ 4 50% skipped: 0, failed: 2 ERROR - mimxrt1050_evk samples/display/lvgl/sample.gui.lvgl FAILED: Build failure ERROR - see: /home/galak/git/zephyr/sanity-out/mimxrt1050_evk/samples/display/lvgl/sample.gui.lvgl/build.log INFO - Total complete: 3/ 4 75% skipped: 0, failed: 3 ERROR - reel_board samples/display/lvgl/sample.gui.lvgl FAILED: Build failure ERROR - see: /home/galak/git/zephyr/sanity-out/reel_board/samples/display/lvgl/sample.gui.lvgl/build.log
This seems due to:
[ 71%] Building C object modules/lvgl/CMakeFiles/..__modules__lib__gui__lvgl.dir/src/lv_font/lv_font_dejavu_16_persian_hebrew.c.obj [ 71%] Building C object modules/lvgl/CMakeFiles/..__modules__lib__gui__lvgl.dir/src/lv_font/lv_font_fmt_txt.c.obj /home/galak/git/modules/lib/gui/lvgl/src/lv_font/lv_font_fmt_txt.c:349:13: error: 'decompress' defined but not used [-Werror=unused-function] 349 | static void decompress(const uint8_t * in, uint8_t * out, lv_coord_t w, lv_coord_t h, uint8_t bpp, bool prefilter) | ^~~~~~~~~~ cc1: all warnings being treated as errors gmake[2]: *** [modules/lvgl/CMakeFiles/..__modules__lib__gui__lvgl.dir/build.make:603: modules/lvgl/CMakeFiles/..__modules__lib__gui__lvgl.dir/src/lv_font/lv_font_fmt_txt.c.obj] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:3275: modules/lvgl/CMakeFiles/..__modules__lib__gui__lvgl.dir/all] Error 2 gmake: *** [Makefile:104: all] Error 2
The text was updated successfully, but these errors were encountered:
manifest: Updated LVGL
d3b7b1e
Updated LVGL reference to take in fix for compiler warning Fixes: zephyrproject-rtos#29720 Signed-off-by: Jan Van Winkel <[email protected]>
9fd240f
Updated LVGL reference to take in fix for compiler warning Fixes: #29720 Signed-off-by: Jan Van Winkel <[email protected]>
vanwinkeljan
Successfully merging a pull request may close this issue.
Doing:
./scripts/sanitycheck -s samples/display/lvgl/sample.gui.lvgl -l
I get:
This seems due to:
The text was updated successfully, but these errors were encountered: