Can you update toolchain-gccarmnoneeabi?

Hi Ivan,
any hope you update toolchain-gccarmnoneeabi to the newest available ( 9-2019-q4-major)?

You can find it here:

Thanks for checking,
Csaba

Looking at the available toolchain-gccarmnoneeabi versions at bintray the registry, there is version 1.90201.191206.tar.gz implying GCC 9.2.1. By using the documented platform_packages (docs) directive, you can use it in your project as

platform_packages = 
    toolchain-gccarmnoneeabi @ 1.90201.191206

The thing with updating toolchains by default is not that easy, as to provide the maximum compatibility with how the original frameworks are compiled. E.g., Arduino (avr) was compiled for a long time with a GCC 5 version, and PIO did the same, to maintain compatibility and not break the code.

Thanks, it was my fault that I did not notice. I’ve just installed it and I am lucky with it.
Thanks again!