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
  • The master branch is not working properly at the moment, and we are working on fixing it. However, you should be able to build your examples with SES v4.16 if you roll back to some earlier commits. Try following these steps:

    • Go to <sourcecode_root>\ncs\nrf and open the command prompt
    • Type in: git checkout c1939d963fe2c18013ffb8de0bd8f6fc1d91724d (The latest commit I found that worked)
    • Type in: west update
    • Open Use Segger Embedded Studio V4.16 and build your example

    Best regards,

    Simon

Reply
  • The master branch is not working properly at the moment, and we are working on fixing it. However, you should be able to build your examples with SES v4.16 if you roll back to some earlier commits. Try following these steps:

    • Go to <sourcecode_root>\ncs\nrf and open the command prompt
    • Type in: git checkout c1939d963fe2c18013ffb8de0bd8f6fc1d91724d (The latest commit I found that worked)
    • Type in: west update
    • Open Use Segger Embedded Studio V4.16 and build your example

    Best regards,

    Simon

Children
No Data
Related