You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Arch Linux, v5.2.3 fails to build with a missing symlink error:
.embuild/espressif/tools/esp-clang/16.0.1-fe4f10a809/esp-clang/bin/clang: error while loading shared libraries: libicuuc.so.76: cannot open shared object file: No such file or directory
Installing icu76 for compatibility fixes the error.
I also tried v5.4. It builds fine but the firmware immediately crashes in main at Peripherals::take call.
v5.5 does not build at all. It throws a cursed autogenerated code error.
I investigated this a bit last night:
v5.2.3, that's a bit outdated compared to the available versions listed here.v5.3andv5.2here: https://github.com/esp-rs/esp-idf-template/blob/master/cargo/.cargo/config.toml#L15v5.2.3fails to build with a missing symlink error:Installing icu76 for compatibility fixes the error.
v5.4. It builds fine but the firmware immediately crashes inmainatPeripherals::takecall.v5.5does not build at all. It throws a cursed autogenerated code error.