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

Make file giving error while creating dependence files

Hi all,

I'm using nRF5_SDK_11.0.0_89a8197, if I build any project from it, it deletes all objects files and compile all source files every time it take some unnecessary time for these I'm modifying make file in such away that it should compile only the modified files by following the blog mentioned below

link text

But while creating the dependencies my make files gives an error as image description

command for creating dependencies are

image description

can any one help me what is the mistake in it and how to create dependence files successfully
thanks in advance

Related