-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
fatal error: mbedtls/mbedtls_config.h: No such file or directory for esp32/esp32c3 in IDF-4.4 #2726
Comments
Please provide a sample application demonstrating this problem. For example, |
ok, in that case, let me re-install IDF, as I get the same error. I re-ran the sming/tools/install.sh for esp32 but there might be something wrong that did not fix. |
fixed it. I seem to have another issue
but if the Basic_Ssl compiles ok for you, that's probably a local thing, too. (using sming develop) |
If switching or updating IDF best to run |
I usually do, along with a make dist-clean |
as far as I saw from a similiar issue on the IDF github repo, this should not happen with the build parameters supplied:
-DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" should override the default - but clearly, somehow it still looks for the default config file.
The text was updated successfully, but these errors were encountered: