Error while using CMake. Running "NMake-?" failed building for the Raspberry pi Pico

42 views Asked by At

I know that there are a few articles similar to this however they all recommend using MinGW. I want to avoid MinGW as I am developing for the Raspberry pi Pico, and explicitly need NMake (As far as the raspberry pi docs will say)

This is the error I get:

`
[cmake] CMake Error at CMakeLists.txt:3 (project):
[cmake]   Running
[cmake] 
[cmake]    'nmake' '-?'
[cmake] 
[cmake]   failed with:
[cmake] 
[cmake]    The system cannot find the file specified
[cmake] 
`

Is there any way to fix this without MinGW?

0

There are 0 answers