Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

build error #51

Open
yjw1617 opened this issue May 31, 2024 · 1 comment
Open

build error #51

yjw1617 opened this issue May 31, 2024 · 1 comment

Comments

@yjw1617
Copy link

yjw1617 commented May 31, 2024

How to solve the following problem, tanks
||=== Build: Debug in LittlevGL (compiler: GNU GCC Compiler) ===|
lvgl\demos\benchmark\assets\img_benchmark_cogwheel_alpha256.c|1|fatal error: ../../../lvgl.h: No such file or directory|
lvgl\demos\benchmark\assets\img_benchmark_cogwheel_argb.c|1|fatal error: ../../../lvgl.h: No such file or directory|
lvgl\demos\benchmark\assets\img_benchmark_cogwheel_indexed16.c|1|fatal error: ../../../lvgl.h: No such file or directory|
lvgl\demos\benchmark\assets\lv_font_benchmark_montserrat_12_compr_az.c.c|1|fatal error: ../../../lvgl.h: No such file or directory|
lvgl\demos\benchmark\assets\img_benchmark_cogwheel_rgb.c|1|fatal error: ../../../lvgl.h: No such file or directory|
lvgl\demos\benchmark\assets\lv_font_benchmark_montserrat_16_compr_az.c.c|1|fatal error: ../../../lvgl.h: No such file or directory|
lvgl\demos\benchmark\assets\lv_font_benchmark_montserrat_28_compr_az.c.c|1|fatal error: ../../../lvgl.h: No such file or directory|
lvgl\demos\benchmark\lv_demo_benchmark.c|9|fatal error: lv_demo_benchmark.h: No such file or directory|
lvgl\demos\flex_layout\lv_demo_flex_layout_ctrl_pad.c|10|fatal error: lv_demo_flex_layout_main.h: No such file or directory|
lvgl\demos\flex_layout\lv_demo_flex_layout_flex_loader.c|10|fatal error: lv_demo_flex_layout_main.h: No such file or directory|
lvgl\demos\flex_layout\lv_demo_flex_layout_main.c|10|fatal error: lv_demo_flex_layout_main.h: No such file or directory|
||=== Build failed: 11 error(s), 0 warning(s) (0 minute(s), 1 second(s)) ===|
lvgl\demos\flex_layout\lv_demo_flex_layout_view.c|10|fatal error: lv_demo_flex_layout_main.h: No such file or directory|
||=== Build failed: 12 error(s), 0 warning(s) (0 minute(s), 1 second(s)) ===|

@100ask
Copy link
Collaborator

100ask commented Jun 3, 2024

Please check if there are any files in the lvgl directory, like this:
image

If the file is missing, please execute the git command in the lv_port_win_codeblocks directory:

git submodule update --init --recursive

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

No branches or pull requests

2 participants