Search found 2 matches
- Sat Oct 21, 2017 6:32 pm
- Forum: General Discussion
- Topic: HWCrypto VS MbedTLS
- Replies: 19
- Views: 36089
Re: HWCrypto VS MbedTLS
I have the very same problem concerning the missing references... how can I find out what went wrong? As soon as I add aes.c (!) as include, it works
- Fri Oct 20, 2017 6:49 pm
- Forum: General Discussion
- Topic: Including mbedtls - undefined references
- Replies: 1
- Views: 4977
Including mbedtls - undefined references
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 too...