#define MBEDTLS_BIGNUM_C(and comments).
CFLAGS='-O2 -DMBEDTLS_CONFIG_FILE=\"my_mbedtls_config.h\"'
c99 -I library -I include library/*.c(Building with Everest or p256-m requires additional options because they use files in the 3rdparty directory.)
Hello,
Bignum is a very useful feature in Mbedtls, which is a part to libmbedcrypto.a. I want to build this module only as a standalone static library. However, I find it's difficult to modify CMakelists.txt to do this.
I appreciate your suggestions.
Blade