-
Bug
-
Resolution: Unresolved
-
Low
-
Code Generation Tools
-
CODEGEN-9686
-
-
C2000_21.6.0.LTS
-
default
-
You can force the .asm file to always build using a prebuild step in CCS. One way to do this is simply delete the corresponding .obj file as a prebuild step. This will force CCS to rebuild the .asm source file.
-
No plans to address at this time.
If you include a header file in an assembly source file using .cdecls directive, the compiler build shell does not track changes to this file properly for the assembly source. Hence, if the include file is changed and the user does an incremental build, the assembly file is NOT re-built.