Topic: undefined reference to `wc_InitCert'
I am programming an Arduino Giga R1 with the Android Studio and want to use the library wolfssl to use key material and certificates. When I want to load a certificate with the function "wc_InitCert()", I get the following error message "undefined reference to `wc_InitCert'". I have already emptied the cache several times. For testing I used the example project wolfssl_version and I also get this error message. The function "wc_InitCert" is implemented in the file "asn.c", which is located in the path "wolfssl\src\wolfcrypt\src\asn.c". Is it possible that it cannot find this file in Android Studio?
Thank you.