Hi,
I have an confusing problem with ninja build.
I have two projects build with ninja - cortex m3 target project and project with some gtest. In gtest project everything works fine. Unfortunatelly in cortex target ninja is rebuilding whole project all the time, even when nothing has changed.
I have no clue what can cause this problem. Im generating ninja files with cmake (-G Ninja). In project there are few c and cpp src files, startup wrote in assembler. I'am also building and linking two static libraries.
When I'm using make probles does not exist. Could someone give me some hint?