premsanil wrote on Thursday, April 06, 2017:
Hi,
Using System Workbench for STM32 tried to build SSL client project,got error in aes.c file , #include MBEDTLS_CONFIG_FILE Unresolved inclusion: “<mbedtls_config.h>”,not sure how to include the configuration file ,cross verified for mbedtls_config.h file ,is included correctly.
code:
#if !defined(MBEDTLS_CONFIG_FILE)
#include "mbedtls/config.h"
#else
#include MBEDTLS_CONFIG_FILE //*Error* Unresolved inclusion: "<mbedtls_config.h>"
#endif
Description:
fatal error: D:/rtos/STM32f7/Test_04_04/en.stm32cubef7/STM32Cube_FW_F7_V1.6.0/Middlewares/Third_Party/mbedTLS/library/<mbedtls_config.h>: Invalid argument
( able to run Server_socket webserver project successfully without any issues)kindly help me ressolve this issue,thank you in advance.
regards,