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
Hi, I'm trying to compile my rust + esp32 project and used this to install the idf framework, but every time that cargo tried to compile esp-idf-sys show me the message about /nix/store/<hash>-esp-clang-esp-idf-v5.3/lib/libclang.so.16.0.1 could found first the zlib dependency and then the libLLVM one, need to do a workaround on the tools.nixinstallPhase:
Hi, I'm trying to compile my rust + esp32 project and used this to install the idf framework, but every time that cargo tried to compile
esp-idf-sys
show me the message about/nix/store/<hash>-esp-clang-esp-idf-v5.3/lib/libclang.so.16.0.1
could found first the zlib dependency and then the libLLVM one, need to do a workaround on thetools.nix
installPhase
:installPhase:
The text was updated successfully, but these errors were encountered: