Hi all,
I'm working on nRF5_SDK_11.0.0_89a8197 using eclipse IDE. If I build any example project it compiles all the files every time even their is no changes in files which leads to unnecessary time taking process. For these I'm modifying make files to achieve incremental build that means compile the files based on time stamp by following the below mentioned blog
when I run my make file first time it giving some warning while creating dependency files(.d) as
when I run my make file second time it giving error as
And the part of creating dependency files in my make file is
And also I'm attaching my make file and created dependency file while I run firs time Makefile
ble_advertising.d plz can any one help to solve the issue and to work the make file properly for incremental builds
thanks in advance