We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
uVision 4 is able to determine dependencies of C files very well; i.e., it scans a C source files for includes. So if one of the header files is modified, a make will cause any C files that use it to be rebuilt.
But, what about assembler files? I have some that include or get files but I don't get them being shown up as dependencies within the IDE and changes to the included file do not cause the source file to be rebuilt.
Hi,
this feature will be available with the next release of MDK-ARM.
BR, Keil Support Team
Hi Alexander,
Thanks for the info.