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

arm-none-eabi-gcc: error: No such file or directory

Hi,

I am currently trying to compile my project via the makefile on a Windows PC to a NRF52840 DK with SDK 15.3.0, however, I keep on getting the following errors:

Looking at the code, I think it has to do with the compiler not being able to detect each individual folder with "/ ". I am currently using the GNU 7 2018-q2-update compiler. I had upgrading and down grading GNU versions but the output is still the same. However, if I run the make file on a different project it would work just fine. I am very confused as to why this error is occurring. The code for my makefile is given below. Any help is greatly appreciated!!