Hello, I updated my µVision Studio from version 4.53 to 5.1. With the newer version I noticed that the compiler compiles every time the project even if I didn´t make any changes. I think that can´t be correct. This issues appears only with the 5.10 compiler. Are there any project settings to change this behavior?
Hello Sebastian,
what do you exactly mean by "compiles every time the project even if I didn´t make any changes"? It certainly does not compile by itself, so what exactly are you doing and what does the tool then do?
Kind regards,
Christopher
5.x seems to have some issues with dependency checking, which means it can do full rebuilds every time.
Several people have complained about similar issues, the build process thinks something touched the source/dependency tree, or a multi step build with cross module optimization.