-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
esp32-c3 1.17 and 1.18 compile error #8921
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
Why do you need to compile older versions? You may have more luck getting it working using an older IDF, like 4.3.2 or 4.4. |
look like esp32-c3 ports ble does not play nice with uasyncio.please check forum thread #8628 have issue with ble too. i have tried to run ble test code(uploaded at forum) with 1.17 firmware too,and it runs flawlessly. but esp32-c3 1.17 firmware does not have enough ram to run my full code. hopefully u can understand the problem that i described. i will try to compile with IDF 4.3.2 then. fyi : my full code/ble test code runs without issues on esp32 port |
i have managed to compiled 1.17/1.18 firmware using IDF 4.3.2 without modify 'ports/esp32/machine_pin.c' and the firmware boot normally.it's time to test which firmware is more suitable for my code. @dpgeorge thank you very much for the pointer. addon:
|
Restore setting __file__ in parse_compile_execute
Uh oh!
There was an error while loading. Please reload this page.
i'm trying to compile firmware(1.17 and 1.18) for esp32-c3 port with these setup:
command line used when compiling firmware 1.19.1 + esp-idf 4.3.3:
ai-thinker esp32-c3s + firmware 1.19.1 + esp-idf 4.3.3:
using same setup i tried to compile firmware 1.17 and 1.18 and encounter these error:
the compilation finished with these lines commented out on ports/esp32/machine_pin.c :
after i flashed the firmware,it caused bootloop.
please advice.
The text was updated successfully, but these errors were encountered: