arduino / ArduinoCore-sam

80 stars 107 forks source link

Upgrade gcc toolchain version #112

Open matthijskooijman opened 3 years ago

matthijskooijman commented 3 years ago

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.

josefwegner commented 2 years ago

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