diff --git a/Compatibility-issues.md b/Compatibility-issues.md index e138111..8ac1906 100644 --- a/Compatibility-issues.md +++ b/Compatibility-issues.md @@ -4,7 +4,7 @@ - [CodeBender](#codebender) - [Arduino Zero, mkr1000 and all boards based on SAMD21](#arduino-zero-mkr1000-and-all-boards-based-on-samd21) - [Warning: ignoring packed attribute because of unpacked non-POD field](#warning-ignoring-packed-attribute-because-of-unpacked-non-pod-field) -- [Error: undefined reference to `__cxa_guard_acquire` and `__cxa_guard_release`](#error-undefined-reference-to-cxaguardacquire-and-cxaguardrelease) +- [Error: undefined reference to `__cxa_guard_acquire` and `__cxa_guard_release`](#error-undefined-reference-to-__cxa_guard_acquire-and-__cxa_guard_release) @@ -64,5 +64,5 @@ You need to add the following flag: > `-fno-threadsafe-statics` > Do not emit the extra code to use the routines specified in the C++ ABI for thread-safe initialization of local statics. You can use this option to reduce code size slightly in code that doesn't need to be thread-safe. -> -See issue [#356](https://github.com/bblanchon/ArduinoJson/issues/356). + +See issue [#356](https://github.com/bblanchon/ArduinoJson/issues/356) and [#389](https://github.com/bblanchon/ArduinoJson/issues/389)