-
Notifications
You must be signed in to change notification settings - Fork 187
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
Missing BT related fields when trying to compile this against esp-idf v5.2.2 #442
Comments
|
@ivmarkov you can transfer the issue with the transfer-issue button on the right |
Unfortunately not, it leads to exactly the same error.
Of course, it was hard to tell what crate is the true cause of the issue, so since esp-idf-svc failed first I reported it here initially. It may also very well be that I still have a wrong environment setup. @Vollbrecht Does this work if the other repository is not part of the same org? |
Closing this and re-opening here: ivmarkov/esp-idf-matter#5 |
I'm trying to compile this project (https://github.com/ivmarkov/esp-idf-matter) as-is,
but - no matter what I do - it fails to compile esp-idf-svc complaining about some bluetooth-related defines that are apparently missing.
(full error log below)
Is there anything obvious I am missing? I am compiling for
MCU=esp32c6
by usingcargo build --target riscv32imac-esp-espidf
and made sure to use a fresh clone of esp-idf v5.2.2 where esp-idf-sys compiles just fine. The sdkconfig.defaults of the project contains the following:cargo build output
The text was updated successfully, but these errors were encountered: