ArduinoCore-sam icon indicating copy to clipboard operation
ArduinoCore-sam copied to clipboard

Upgrade gcc toolchain version

Open matthijskooijman opened this issue 4 years ago • 1 comments

This core still uses the rather old gcc 4.8 toolchain, which lacks a lot of useful (C++) functions.

I just tried replacing it with SAMD's gcc 7 version, which seems to work just fine with a few test sketches I tried. Maybe this would be an easy improvement: Just replace the gcc version with the one from SAMD.

matthijskooijman avatar Sep 29 '20 12:09 matthijskooijman

Any updates on this issue? I would really like using my Arduino Due with my Raspberry Pi 400 running Bullseye ARM64.

josefwegner avatar Nov 30 '21 18:11 josefwegner