Question
Problem with mbedTLS compiling
Hi,
I'm trying to compile a Project using Nucleo-H743Zi board using FreeRTOS, LwIP and mbedTLS on keil uVision. I beleive that i'm pretty sure for my configurations, but when i build the project, i get an error " Undefined symbol time (referred from ssl_cache.o)".
The source file "ssl_cache.c" has a definition "#define mbedtls_time time" . I dont understand why the compiler dont detect this definition. Any who knows? Thanx in advance
