pico-project-generator
pico-project-generator copied to clipboard
Project Generator not compatible with SDK version 1.5 on Windows?
Hi I installed the C/C++ SDK by running "pico-setup-windows-x64-standalone.exe" and then downloaded the Pico Project Generator. The Project Generator did not run because tkinter is missing (I posted this as a separate issue on github.com/raspberrypi/pico-setup-windows/issues/12). I then installed a new version of Python manually and changed the python path in "pico-env.cmd" to point to that newly installed python.exe. With this trick, tkinter was present and I was able to run the Project Generator in GUI mode.
However, when trying to create a new project, the error message appears:
_CMake Error at CMakeLists.txt:21 (project): Running
'nmake' '-?'
failed with:
Das System kann die angegebene Datei nicht finden (=file not found)._
As far as I understand, the SDK installer for Windows sets up CMake to use ninja and not nmake (anymore). Is there a possibility to make the Project Generator compatible with the latest version of the SDK installer for Windows?
Thx.