include <stdlib.h> missing in esp_bignum.c
Posted: Wed Nov 23, 2016 11:12 am
Got this during compile for template
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 */