This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Assembler file dependencies

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.

Parents Reply Children
No data