-
Notifications
You must be signed in to change notification settings - Fork 746
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
unresolved imports in target xtensa-esp32-espidf #1751
Comments
@jasta could you help here, seeing as you wrote the ESP-IDF implementation? |
I would like to add more information, i am using esp-idf-template for generating the project. thus, cargo is invoked by cmake to build the component. the Cargo.toml is:
|
after several checks i found issues in the configuration of CMakeLists.txt in my project because i was using esp-idf version < 5.x causing a compilation without rustflags. |
Hello, |
@lorenzo-pirchio after #1789 no extra flags will be needed, but until that makes it to a release you'll need to set |
@Thomasdezeeuw Should I add this line in my Espressif folder or my project folder? |
@lorenzo-pirchio I don't develop for ESP myself, so I can't tell you exactly where to add it. |
While compiling async-nats v0.33.0 for target xtensa-esp32-espidf mio compile error emerges:
The text was updated successfully, but these errors were encountered: