fatal error: mbedtls/md5.h: No such file or directory
Posted: Sun Apr 09, 2023 5:14 pm
Hi all,
I am new in development of esp32 based project.
As per the development I am facing the error "fatal error: mbedtls/md5.h: No such file or directory".
I worked on calculating the MD5 checksum and using the example it works but the issue is that when I merged it into the main code it gives me the error "fatal error: mbedtls/md5.h: No such file or directory".
Even I tried to use the "set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/components/mbedtls)" in CMakeList.txt file but it didn't works.
Can you please help me to fix this issue, All the support is highly appreciated.
Looking forward for the supports[/Codebox] and solutions.
Thanks and Regards
I am new in development of esp32 based project.
As per the development I am facing the error "fatal error: mbedtls/md5.h: No such file or directory".
I worked on calculating the MD5 checksum and using the example it works but the issue is that when I merged it into the main code it gives me the error "fatal error: mbedtls/md5.h: No such file or directory".
Even I tried to use the "set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/components/mbedtls)" in CMakeList.txt file but it didn't works.
Can you please help me to fix this issue, All the support is highly appreciated.
Looking forward for the supports
- [Codebox=c file=Untitled.c]
Thanks and Regards