-
Notifications
You must be signed in to change notification settings - Fork 93
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
CI: force use more fresh compiler for native
on OSX
#29
Comments
Yes, this is a good point! There is no gcc port for the Apple Silicone Macs (M1, M1 Pro and M1 Max) |
Do PR, if you know how to fix https://github.com/lvgl/lv_platformio/blob/master/.github/workflows/ci.yml#L56-L76 |
After lots of gyrations, I did manage to compile and execute this project on a Mac M1. The change was simple. Add a few items to build_flags in platformio.ini |
Closing this issue as it’s resolved |
Problem:
native
(emulator) build uses default OS's gcc compilerAs a result, when you try to use some modern libs like ETL, build will fail. See https://github.com/puzrin/dispenser/blob/master/.github/workflows/ci.yml#L52-L54
I consider this as bug of PIO, but problem still exists.
The text was updated successfully, but these errors were encountered: