From 6f2831a2524fde50dfdfe3b812f653a00d283a32 Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Thu, 22 Jun 2023 16:48:14 -0600 Subject: [PATCH] Document inline build error & fix --- IDE/MDK5-ARM/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IDE/MDK5-ARM/README.md b/IDE/MDK5-ARM/README.md index 0b6329f38..f78365f74 100644 --- a/IDE/MDK5-ARM/README.md +++ b/IDE/MDK5-ARM/README.md @@ -38,6 +38,9 @@ If the wolfSSL::wolfSSL pack isn't showing: ## Building +If getting an error for an unknown type `inline`, change your project C standard to c99 in the C/C++ options. Alternatively, +add `#define WC_INLINE __inline` to `user_settings.h` to stick to c89 or the default c90. + If getting error for missing GetCA or GetCAByName then include `Src/ssl-dummy.c` or define `WOLFCRYPT_ONLY`. If getting an error with missing `current_time` then please implement a function to return elapsed seconds (used by benchmark) like this: