Including mbedtls - undefined references
Posted: Fri Oct 20, 2017 6:49 pm
Dear all,
I'm trying to include mbedtls in my project. I actually have the same problem as the user here:
https://esp32.com/viewtopic.php?f=2&t=3080&start=10#
I really have to include aes.c, otherwise I got a lot of undefined references concerning the mbed stuff. Did I do something wrong with my toolchain?
Here's what I did: I created a new folder and adjusted the paths to point to the esp-idf path. Then I copied mbedtls folder (from esp-idf/components) to myfolder/components
I'm trying to include mbedtls in my project. I actually have the same problem as the user here:
https://esp32.com/viewtopic.php?f=2&t=3080&start=10#
I really have to include aes.c, otherwise I got a lot of undefined references concerning the mbed stuff. Did I do something wrong with my toolchain?
Here's what I did: I created a new folder and adjusted the paths to point to the esp-idf path. Then I copied mbedtls folder (from esp-idf/components) to myfolder/components