-
Bug
-
Resolution: Fixed
-
Medium
-
Code Composer Studio IDE
-
CCSIDE-3856
-
-
-
default
The compiler option --asm_includes performs preprocessing for assembly files, but instead of writing preprocessed output, writes a list of files included with the #include directive. The compilation ends once the preprocessing is complete and no object file is created. Therefore, this can be confusing to CCS users who expect an executable at the end of their build.