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

Error during Build process nRF5340

Hello,

I made a new project at SEGGER for nRF5340 and in the first step before do any development I face with the attached error!  The file it asked doesn´t exist !!
Could you please guide me.

Parents Reply
  • Are you using "open nRF connect SDK project", and enabling "clean build directory"? If not, can you try that now that you've added the files to the CMakeLists.txt?
    You can use the "..." next to the project drop-down to select any project folder, not just default samples. For example if you copy a sample, and change its name.
    Then the changes you made to the CMakeLists.txt should let it find your files. You can look at the CMakeLists.txt of larger samples to see how they easily include a large amount of files.

Children
Related