Added "#include <stdlib.h> and now compiling runs fine/home/esp32/esp-idf/components/mbedtls/port/esp_bignum.c: In function 'execute_op':
/home/esp32/esp-idf/components/mbedtls/port/esp_bignum.c:235:9: error: implicit declaration of function 'abort' [-Werror=implicit-function-declaration]
abort(); /* indicates a fundamental problem with driver */
include <stdlib.h> missing in esp_bignum.c
include <stdlib.h> missing in esp_bignum.c
Got this during compile for template
Re: include <stdlib.h> missing in esp_bignum.c
Thanks for reporting this as well, this is the same underlying bug as http://esp32.com/viewtopic.php?f=13&t=550 (disabling abort on untested function causes stdlib to not be included in the FreeRTOSConfig.h) Fix incoming also.
Who is online
Users browsing this forum: No registered users and 327 guests