Hi,
I’ve been developing a project for the NRF52 using command line tools (i.e. took one of Nordic’s example projects and just have VGDB call ‘make’ in the makefile directory). It’s been working fine for months, but a day or two ago it quit working: it says the build was successful, but I don’t think it actually links. And if I press build again immediately after, rather than saying ‘nothing to be done’ it starts compiling files again. What’s really strange is that if I go to VGDB Project Properties–>Build settings–>Customize Build Command and hit “Run Command Now” it works exactly as expected–builds and links, and then if hit build again it says ‘nothing to be done’. I can also go to the command line and ‘make’, and if I then hit build in VGDB it also says ‘nothing to be done’. Any idea what could have changed? And what’s the difference between testing the command in the project properties and pressing the Build button?
Thanks,
Mark