v6.0 Migration: mbedTLS headers not found
Posted: Mon Mar 23, 2026 12:49 pm
Hey there, I am currently trying to migrate to the stable v6.0 branch. I did a clean clone of the repository and checked out the v6.0 tag. Afterwards I ran the install script (idf.py install). When I try to build my project which relies on the certificate bundle (includes esp_crt_bundle.h), I get the following error:
Did I misconfigure something or did any of you sumble across the same problem? The problem exists for all header files located at components\mbedtls\mbedtls\tf-psa-crypto\include\mbedtls
Code: Select all
C:/.../esp-idf/v6.0/components/mbedtls/mbedtls/include/mbedtls/ssl.h:12:10: fatal error: mbedtls/platform_util.h: No such file or directory
12 | #include "mbedtls/platform_util.h"