Closed Octopus1633 closed 1 month ago
Could you confirm what steps you took to create this project? When clicking "New project from example", selecting "blink" example and "Pico W" board, and then creating the project, it compiles successfully for me and only has 81 steps (whereas yours has 175 steps)
Extension version: 0.16.2 SDK version: 2.0 Development board: pico_w Compilation chain: 13_2_Rel1
Hello,I had previously pulled the complete program from pico-examples so I did not create a new project. I commented out all other programs in CMakeLists.txt and only compiled blink, and this error occurred.
I just tried to create a blink project alone, and the compilation still gave an error.
It looks like your submodule checkout may have failed when the extension downloaded the SDK - could you try deleting the ~/.pico-sdk/sdk/2.0.0
directory and then re-opening your project, which will re-download the SDK?
Alternatively if you have git installed, you can cd
into the ~/.pico-sdk/sdk/2.0.0
directory and run git submodule update init
to checkout the submodules.
Thank you, this method successfully solved the problem!
Extension version: 0.16.2 When the development board is selected as pico_w, the compilation will report an error.