Hi,
I am new, and I am currently using pi pico to develop a project.
My GNUC version after check is 10.3.0.
One of the important library however need GNUC version greater than 11. So is there any way to upgrade gnuc version?
Thank you
Hi,
I am new, and I am currently using pi pico to develop a project.
My GNUC version after check is 10.3.0.
One of the important library however need GNUC version greater than 11. So is there any way to upgrade gnuc version?
Thank you
This is currently an open issue per
But given https://github.com/earlephilhower/pico-quick-toolchain/releases/tag/2.0.0-a you can just reference the updated toolchain for your OS, e.g. for Windows,
platform_packages =
toolchain-rp2040-earlephilhower@https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.0.0-a/x86_64-w64-mingw32.arm-none-eabi-d3d2e6b.230824.zip
(Starting the debugger will not work in Windows out of the box with this toolchain version though. It will compile though.)
Thank you!
It works perfectly!