Closed Slion closed 3 weeks ago
This has been fixed in ae017f6f2b4b730c8759e488a750c523059762b3 - you can just delete the toolchain line
Thanks! I can confirm removing the toolchain line works just fine so I'm assuming it picks up the proper toolchain for your board.
Trying to switch SDK from 1.5.1 to 2.0.0
So I did re-import my project using the SDK 2.0.0 option and now
cmake-kits.json
points to/.pico-sdk/sdk/2.0.0/cmake/preload/toolchains/pico_arm_gcc.cmake
which does not exists.Those are the toolchains from that SDK 2.0.0 folder:
So it looks like the proper toolchain need to be selected for the board you are targeting somehow. My target is currently Pico W so I'm guessing I want
pico_arm_cortex_m0plus_gcc.cmake
Using
pico_arm_cortex_m0plus_gcc.cmake
did work.