This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to generate compile commands in OpenThread CLI Example from VCS nRF Connect

Hello,

It appears that when the project is generated it is expecting a "../common" directory?

CMake Error at /opt/nordic/ncs/v1.7.0/zephyr/cmake/kconfig.cmake:209 (message):
  File not found:
  /Users/allencurtis/MyProjects/Nordic/nrf52840_zephyr/thread_cli/../common/overlay-ot-defaults.conf

Parents Reply Children
  • Yes, I used the nRF52840DK board configuration. All the other fields were left as default.

  • Hi,

    From our developers:

    This is a known bug and is caused by the thread sample cmakelist.txt using relative paths when it points to /common/overlay-ot-defaults.conf file. This will probably be fixed in a future version, but for now you would have to copy the common folder that contains the overlay file over to your source directory.

    best regards

    Jared 

Related