nRF Connect CLI Build - CMake Error

I am attempting to build a project off of the XXX template repository. So far I have gotten the workspace set up and am now attempting to run "west build" but I get the below error. This looks like CMake just can't find a custom zephyr module/plugin but I can't seem to find help anywhere for pointing CMake at the right *.cmake files. Am I missing something? Thanks!

Parents Reply
  • Hey Priyanka!

    That does seem to be the case for building the application. Most everything works when I run west build inside of the application folder. In the repository folder(workspace/repo.git/) though I have to comment out the two lines in the CMakeLists.txt file that use zephyr_syscall_include_directories in order to get the build to work from the app folder(workspace/repo.git/app/).

    If I don't comment those two lines out, I get the following error

    Let me know if you need any more information! We're getting closer! Thanks!

    Daniel

Children
Related