I am testing MIDI driver with MEGA ADK.
malloc() and new fail in the AVR toolchain after version 1.6.12.
Work: 1.6.2 to 1.6.11
Not work: 1.6.12 to 1.6.20
However, in version 1.6.11 or earlier, UNO will result in a link error.
Temp\arduino_build_328310\sketch\USB_MIDI_dump.ino.cpp.o: In function `MAX3421E_HOST::ISRbottom()':
UHS_host/USB_HOST_SHIELD/USB_HOST_SHIELD_INLINE.h:762:(.text._ZN13MAX3421E_HOST9ISRbottomEv+0x48): relocation truncated to fit: R_AVR_7_PCREL against `no symbol'
collect2.exe: error: ld returned 1 exit status
I am testing MIDI driver with MEGA ADK. malloc() and new fail in the AVR toolchain after version 1.6.12.
However, in version 1.6.11 or earlier, UNO will result in a link error.
Note: ARM platform is work fine.