@jaredwolff
C:\Users\mike_>cmake -version
cmake version 3.19.1
C:\Users\mike_>python –version
Python 3.9.0
I have also installed on my Ubuntu VM and I get exactly the same error, so maybe there is a step missing in the instructions?
with -p included in the options
-- Configuring incomplete, errors occurred!
See also "/home/mike/nfed/nrf9160-feather/samples/blinky/build/CMakeFiles/CMakeOutput.log".
See also "/home/mike/nfed/nrf9160-feather/samples/blinky/build/CMakeFiles/CMakeError.log".
FATAL ERROR: command exited with status 1: /usr/bin/cmake -B/home/mike/nfed/nrf9160-feather/samples/blinky/build -S/home/mike/nfed/nrf9160-feather/samples/blinky -GNinja -DBOARD=circuitdojo_feather_nrf9160ns
--
without the -p
west build -b circuitdojo_feather_nrf9160ns
ninja: error: loading 'build.ninja': No such file or directory
FATAL ERROR: command exited with status 1: /usr/bin/cmake --build /home/mike/nfed/nrf9160-feather/samples/blinky/build