Content originally posted in LPCWare by lpcxpresso-support on Tue Mar 04 08:47:29 MST 2014
I can't see your project (and I don't want to...) so can't tell what you have done wrong.
But the clue MUST be that when you build, it says "nothing to build". It does not lie- if it gives you that message, then there really is nothing to build.
So this implies something wrong with your project setup in that it does see any dependencies change that would cause the AXF file to be rebuilt. And if your AXF file does not change, then anything generated from it will also not change.
So, take a real long look at how you have configured your project
- did you change the build articfact?
- did you change anything else?
Suggest you create a new project with our wizard, add your additional command to generate the ihex file and then build, make changes, build again, and see the hex file being rebuilt each time.