mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-09-26 06:50:56 +02:00
Updated Compatibility issues (markdown)
@@ -95,4 +95,12 @@ To do that, just add the following line at the top of your program:
|
|||||||
#define ARDUINOJSON_ENABLE_PROGMEM 0
|
#define ARDUINOJSON_ENABLE_PROGMEM 0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then, you may have the following linker error:
|
||||||
|
|
||||||
|
```
|
||||||
|
undefined reference to__cxa_guard_release'
|
||||||
|
```
|
||||||
|
|
||||||
|
To solve this, you need to add `-fno-threadsafe-statics` in `platform.txt`.
|
||||||
|
|
||||||
See issue [#407](https://github.com/bblanchon/ArduinoJson/issues/407)
|
See issue [#407](https://github.com/bblanchon/ArduinoJson/issues/407)
|
||||||
|
Reference in New Issue
Block a user