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

Problem with dependence (.d) files while creating

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

link text

when I run my make file first time it giving some warning while creating dependency files(.d) as

image description

when I run my make file second time it giving error as

image description

And the part of creating dependency files in my make file is

image description

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

Related