A Windows set-up using the Official Pico SDK 1.5.1 Installer for Windows doesn't use 'nmake' - it uses 'ninja'.PICO_SDK_PATH is C:/Pico SDK v1.5.1/pico-sdk
CMake Error at CMakeLists.txt:21 (project):
'nmake' '-?'
So it would seem you have a set-up issue, a conflict between what you have installed and what should be installed, or there's an issue with Project Generator.
Perhaps raise an issue as per here - viewtopic.php?t=299750
As to the Python problem - No idea. I do wish Python programmers would check to see if files they require are available, give a "Missing file.ext" report when not found, rather than leaving Python to throw an exception which rarely tells you what was expected but couldn't be found. That's not good coding practice IMO and makes problem identification and resolution much harder than it should be.
Perhaps raise that as an issue as well.
Statistics: Posted by hippy — Mon Jul 22, 2024 11:47 am