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

A lot of compiler warnings that can easily fixed. #10

Open
ataweg opened this issue Jul 30, 2024 · 2 comments
Open

A lot of compiler warnings that can easily fixed. #10

ataweg opened this issue Jul 30, 2024 · 2 comments

Comments

@ataweg
Copy link

ataweg commented Jul 30, 2024

For my project https://github.com/ataweg/CYD_ESP32_LVGL_EEZ I got a lot of compiler warnings that can easily fixed. Most of them are signed and unsigned issues. I attached two log files, For the first I used the esp-idf 5.3 default compiler settings and it produced a lot of warnings. It is just for reference. The second log file has some settings to reduce the warnings.

list( APPEND compile_options
   "-Wno-error=format="
   "-Wno-format"
   "-Wno-unused-variable"
   "-Wno-ignored-qualifiers"
)
list( APPEND cxx_compile_options
   "-Wno-missing-field-initializers"
   "-Wno-error=missing-field-initializers"
)

1st_run-CYD_ESP32_LVGL_EEZ.txt
2nd_run-CYD_ESP32_LVGL_EEZ.txt

@ClemensEy
Copy link

ClemensEy commented Aug 14, 2024

Has anybody got this working with esp-idf version 5.0.2+ ?

@ataweg
Copy link
Author

ataweg commented Aug 15, 2024

Try it again. I made it buildable for the community. It use esp-idf 5.3 and lvgl release/9.1.
Let me know if there are issues.

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