-
Notifications
You must be signed in to change notification settings - Fork 213
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
problemn building pc_simulator #129
Comments
Hello, Thank's a lot it's working now :) There is a bug that make the simulator crashed when navigating to Shop
Also i 've tried first to run it on OSX 13.4.1, but an error showed me the following
Best regards |
I've just fixed it in LVGL 🙂 |
Just did a new clone (git clone --recursive https://github.com/littlevgl/pc_simulator_sdl_eclipse.git), got this on mac os: clang: error: the clang compiler does not support -pg option on versions of OS X 10.9 and later |
If I try project properties-> C/C++ Build -> Tool Chain Editor -> Current toolchain: MacOSX GCC (instead of Cross GCC) is compiles. CMake seams to work without editing, apart from 2 compile errors (just do what the compiler suggests) in LVGL itself. |
@gjvanderheiden I confirm, it also works for me Thank's a lot ! ;) |
Hi,
After reading and even following the tutorial in the LVGL course to install the simulator on Ubuntu 22.04.3 , i encountered the following issue.
It happens that, even after building a first time, the folder Debug doesn't appear
it finally appeared after creating the configuration in Run/Debug Settings, but the folder doesn't contain the pc_simulator_sdl_eclipse file.
Thank's for your help
The text was updated successfully, but these errors were encountered: