taks / esp32-nimble

A wrapper for the ESP32 NimBLE Bluetooth stack.
Apache License 2.0
118 stars 35 forks source link

Build issue for v0.8.1 #147

Closed jacksonemiller closed 3 weeks ago

jacksonemiller commented 3 weeks ago

Getting these errors when trying to build. I had previously been on v0.8.0 with no build issues. My ESP-IDF version is v5.4-dev-3201-g46acfdce96. build-output.txt Cargo.txt sdkconfig.txt

taks commented 3 weeks ago

Could you also attach your .cargo/config.toml?

jacksonemiller commented 3 weeks ago

Sure, thanks for the reply. config.txt

taks commented 3 weeks ago

Thanks @jacksonemiller . I fixed this issue in the fix-esp-idf-v5.2.2 branch. Could you check it?

jacksonemiller commented 3 weeks ago

Working like a charm so far, I appreciate it greatly.