rbaron / b-parasite

🌱💧 An open source DIY soil moisture sensor
1.93k stars 149 forks source link

Building with Docker gives `cmake` error #97

Closed ryall closed 1 year ago

ryall commented 1 year ago

Running this as per the Wiki:

docker run --rm -v ${PWD}:/code -w /code/samples/ble nordicplayground/nrfconnect-sdk:v2.1-branch west build --build-dir ./build --pristine --board bparasite_nrf52840@1.2.0

Getting the following error:

-- west build: generating a build system
FATAL ERROR: cannot get cmake version: Command '['/usr/local/bin/cmake', '--version']' returned non-zero exit status 1.
rbaron commented 1 year ago

@ryall we updated instructions for the 2.2 SDK. Let us know if it works for you.