Description
I need help understanding what is wrong with this implementation attempt.
I am trying to make HTTPS calls in my project using MBEDTLS, and for that, I am using the default Wi-Fi configuration for the ESP32C6.
$ ./tools/configure.sh esp32c6-devkitc:wifi
After that, I enable the following configurations in the menu:
CONFIG_CRYPTO_MBEDTLS
CONFIG_MBEDTLS_APPS
CONFIG_MBEDTLS_APP_BENCHMARK
CONFIG_MBEDTLS_APP_SELFTEST
With this configuration, when trying to build, I get the following output:

Please let me know if I skipped any necessary steps for success.
Verification
Description
I need help understanding what is wrong with this implementation attempt.
I am trying to make HTTPS calls in my project using MBEDTLS, and for that, I am using the default Wi-Fi configuration for the ESP32C6.
$ ./tools/configure.sh esp32c6-devkitc:wifiAfter that, I enable the following configurations in the menu:
CONFIG_CRYPTO_MBEDTLS
CONFIG_MBEDTLS_APPS
CONFIG_MBEDTLS_APP_BENCHMARK
CONFIG_MBEDTLS_APP_SELFTEST
With this configuration, when trying to build, I get the following output:
Please let me know if I skipped any necessary steps for success.
Verification