maxgerhardt / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
Apache License 2.0
107 stars 54 forks source link

Higher version needed on __GNUC__ #37

Closed Dollar0712 closed 1 year ago

Dollar0712 commented 1 year ago

Hi, I am new to platformio development. One of the important libraries needs GNUC version to be greater than 11. Is there a way that I can change it? Thank you

maxgerhardt commented 1 year ago

There are issues with GDB under Windows holding back this update, see https://github.com/earlephilhower/arduino-pico/issues/1681.

If you don't care about debugging, you can use the new toolchain at any time, see https://community.platformio.org/t/how-to-upgrade-gnuc-version-of-pico-using-platformio/35624.