-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem compiling ArduinoJson >= 5.8.4 on ameba D (asdk toolchain 1.0.1) and arduino-1.8.13 #1487
Comments
Hi @edward17829991, Thank you very much for reporting this error. To me, this is a bug in the Ameba core because they define Best regards, |
Nice, thank you so much for the active maintenance. 👍 Best, |
(Sorry, for the rapid reopening.) Hi Benoit, I followed the diff you committed to the source, the original bug was gone, but a new error appeared.
|
@edward17829991, this looks like a new issue. |
The fix was published in ArduinoJson 6.17.3 |
short description of the problem:
ArduinoJson compiles until 5.8.4, error messages differ a bit for the different versions after 5.8.4.
target platform:
Ameba RTL8722DM (AMB 21) version 3.0.7
https://www.amebaiot.com/en/ameba-arduino-summary/
compiler model and version
(not sure if this info help?)
ameba_d_asdk_toolchain/1.0.1/bin/arm-none-eabi-g++ -ffunction-sections -march=armv8-m.main+dsp -mthumb -mcmse -mfloat-abi=hard -mfpu=fpv5-sp-d16 -g -gdwarf-3 -nostartfiles -nodefaultlibs -nostdlib -O2 -D__FPU_PRESENT -gdwarf-3 -fstack-usage -fdata-sections -nostartfiles -nostdlib -Wall -Wpointer-arith -Wundef -Wno-write-strings -Wno-maybe-uninitialized -c -Wextra -w -x c++ -E -CC -mcpu=cortex-m33 -DF_CPU=200000000L -DARDUINO=10813 -DARDUINO_AMEBA -DARDUINO_ARCH_AMEBAD -mthumb -DBOARD_RTL8721D -DUSB_VID= -DUSB_PID= -DUSBCON "-DUSB_MANUFACTURER=\"Unknown\"" "-DUSB_PRODUCT=\"RTL8722DM/RTL8722CSM\"" -Wl,--start-group ...(lots of header files go on)
MVCE (https://stackoverflow.com/help/mcve)
compiling the code "StringExample" provided by ArduinoJson 6.17.2 in Arduino IDE 1.8.13.
compiler output
The text was updated successfully, but these errors were encountered: