What version and architecture of MacOS are you using?
Firstly, try reconfiguring CMake using the extension (Cmd+Shift+P "Raspberry Pi Pico: Configure CMake", or click the Pico icon in the action bar on the left then click Configure CMake) and see if it throws any errors. You can view more detail on these errors from the developer console, which can be opened from Help -> Toggle Developer Tools.
Also, double check you don't have a Makefile or similar in your build folder - the extension only works with Ninja, so if you've configured it to use make (as suggested in that linked post) it will not work, and you'll need to delete the build folder and reconfigure CMake.
Firstly, try reconfiguring CMake using the extension (Cmd+Shift+P "Raspberry Pi Pico: Configure CMake", or click the Pico icon in the action bar on the left then click Configure CMake) and see if it throws any errors. You can view more detail on these errors from the developer console, which can be opened from Help -> Toggle Developer Tools.
Also, double check you don't have a Makefile or similar in your build folder - the extension only works with Ninja, so if you've configured it to use make (as suggested in that linked post) it will not work, and you'll need to delete the build folder and reconfigure CMake.
Statistics: Posted by will-v-pi — Mon Dec 02, 2024 2:24 pm