-
Bug
-
Resolution: Fixed
-
Medium
-
Code Composer Studio IDE
-
CCSIDE-4068
-
CCS_11.0.0
-
CCS_11.1.0
-
Generic
-
Change the compiler's object directory mode to either 'automatic' or 'assisted manual'.
When a project is configured with a 'strict manual' mode for object file destination directory, incremental build does not re-compile source files located in subfolders within the project. This happens only when the file's file-specific build-options are changed. But it does work if the file's contents are changed.
To reproduce:
- import the attached project into workspace
- build it once
- modify any file-specific build-option on the f1/f1.c file
- build the project
- -> the f1/f1.c file is not re-compiled