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

Impossible to compile + stdint.h missing #45

Closed
AlixANNERAUD opened this issue May 13, 2022 · 0 comments
Closed

Impossible to compile + stdint.h missing #45

AlixANNERAUD opened this issue May 13, 2022 · 0 comments

Comments

@AlixANNERAUD
Copy link

AlixANNERAUD commented May 13, 2022

Hello,
I've installed on my Windows 11 machine all of the stuff required (vscode / msys2 / mingw / sdl / platform io / repository cloning).
Once I try compile for the 64 bit emulator (or 32 bit one), GCC return with the following compilation error : "Too many arguments".
So I've replaced the line -D LV_MEM_SIZE="(128U * 1024U)" by -D LV_MEM_SIZE=(128U * 1024U) and it allowed the compilation to go further.
But now I get another error in almost every lvgl files : stdint.h: No such file or directory and stdbool.h: No such file or directory which is kind of strange since it's a C/C++ standard lib.
Thank you in advance.

@AlixANNERAUD AlixANNERAUD closed this as not planned Won't fix, can't repro, duplicate, stale Oct 12, 2024
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

1 participant