-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Compile errors for ESP32-C3 #5071
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
Comments
@Jason2866 I did not encounter any build errors. Flags are extracted from ESP-IDF's build. As for some things not working... yeah :) still in early alpha |
Changing too
in Esp.h solved |
First error is corrected with commit 5d9b98c |
That change crashes my C3. Does |
Yes, you are right. Thx for your suggestion. Looks better now. Now crashes later ;-)
|
Hi great work for supporting the C3!!
I encountered two errors from core when trying to compile project Tasmota for the C3
1st:
https://github.com/espressif/arduino-esp32/blob/master/tools/platformio-build-esp32c3.py#L74
it seems not supported from riscv32 gcc. Removing did solve
2nd:
https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/Esp.h#L114
not working for C3
@me-no-dev can you take a look?
Thx Jason
The text was updated successfully, but these errors were encountered: