Describe the bug
Using the Adafruit Motor shield library V2 Motor Test example sketch compiles but fails to upload with following errors (flash+dynamic)
IDE: 2.3.8
Arduino Uno Q 2gb version
*** Booting Zephyr OS build v4.2.0-42-gf737243623a0 ***
[00:00:00.208,000] <err> elf: sym '__aeabi_dadd': relocation out of range (0x2000223c -> 0x8000299)
[00:00:00.218,000] <err> elf: sym '__aeabi_dcmpgt': relocation out of range (0x20002244 -> 0x8000b25)
[00:00:00.228,000] <err> elf: sym '__aeabi_dadd': relocation out of range (0x20002278 -> 0x8000299)
[00:00:00.238,000] <err> elf: sym '__aeabi_dcmpgt': relocation out of range (0x20002280 -> 0x8000b25)
[00:00:00.248,000] <err> elf: sym '__aeabi_dadd': relocation out of range (0x200022ac -> 0x8000299)
[00:00:00.258,000] <err> elf: sym '__aeabi_dadd': relocation out of range (0x200022cc -> 0x8000299)
[00:00:00.268,000] <err> elf: sym '__aeabi_dcmpgt': relocation out of range (0x200022d4 -> 0x8000b25)
[00:00:00.278,000] <err> llext: Failed to link, ret -8
Failed to load sketch, rc -8
cli/IDE verbose upload output
Full verbose upload output, ideally with arduino-cli invocation or from IDE 2.3.3+
Issues without the full verbose output will be discarded as invalid.
CompileText.txt
Additional context
Note if I try and compile it from applab using 0.53.1 I get a undefined error to floor
Describe the bug
Using the Adafruit Motor shield library V2 Motor Test example sketch compiles but fails to upload with following errors (flash+dynamic)
IDE: 2.3.8
Arduino Uno Q 2gb version
cli/IDE verbose upload output
Full verbose upload output, ideally with
arduino-cliinvocation or from IDE 2.3.3+Issues without the full verbose output will be discarded as invalid.
CompileText.txt
Additional context
Note if I try and compile it from applab using 0.53.1 I get a undefined error to
floor