This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

kconfig.cmake:191 (message): command failed with return code: 1

I followed the steps in Getting Started Assistant to load the asset_tracker application using SES(4.16) and it fails with the following error.

CMake Error at /Users/myfile/ncs/zephyr/cmake/kconfig.cmake:191 (message): command failed with return code: 1

I tried upgrading pip3 and making sure PyYAML is installed / upgraded. Also the info on Getting Started Assistant and https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_programming.html#gs-programming-ts does not match SES 4.16 (mac OSX 10.14.4)

Parents Reply Children
  • I am not sure why it ins't working for you. I followed the steps explained below, built and flashed the Secure Partition Manager, then I built and flashed the asset tracker (with board name set to nrf9160_pca1009ns) and it worked fine. The only difference I can see between us is that you are using MAC. Are you able to test it on Windows? If it works then, the operating system might be the cause of the issue. If you aren't able to do this, please tell me and I will look further into it.

    Best regards,

    Simon

Related