Replies: 1 comment 8 replies
-
To compile You can do this by providing the espup install -v 1.82.0.0 --extended-llvm Then if you're on a Unix based system, you need to reconfigure your path with the following to add the additional entries: . $HOME/export-esp.sh This should fix up the compilation issues you're having. cargo +stable xtask compile
cargo +stable xtask bindings |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To debug #60 I want to see mbedtls debug logs and for that I need to enable debug logs in the C code.
For that I need to build the mbedtls libraries for esp32s3.
I tried many things but I can't find how to do it and couldn't find any documentation on that.
I need to do that on revision d5e29f8 which is the last one that can be compiled on 0.22 (the latter can't and my application is already on 0.22).
I run
cargo xtask compile
and I get the below error.I have CC env var from the error message set to
/Users/yanshay/.rustup/toolchains/esp/xtensa-esp-elf/esp-14.2.0_20240906/xtensa-esp-elf/bin/xtensa-esp32s3-elf-gcc
(I'm using fish shell on Mac if it's of any relevance)
Any assistance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions