mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-11 08:34:45 +02:00
Updated Compatibility issues (markdown)
@@ -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)
|
||||
|
||||
<!-- /MarkdownTOC -->
|
||||
|
||||
@@ -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)
|
||||
|
Reference in New Issue
Block a user