-
Bug
-
Resolution: Unresolved
-
Medium
-
Code Composer Studio Theia
-
CCSNXT-1946
-
-
-
CCS_20.2.0
-
None
When building a CCS project that fails due to a compiler error, CCS Theia 1.3.1 correctly reports:
-------------------------------------------------------------------------------- Errors for project 'gpio_ex1_setup' (4): gmake[1]: *** [gpio_ex1_setup.obj] Error 1 gmake[1]: Target 'main-build' not remade because of errors. gmake: *** [all] Error 2 gpio_ex1_setup.c [line 64]: cannot open source file "device.hz" ================================================================================ CCS headless build complete! 1 out of 1 projects have errors.
For the same exact project and workspace, CCS Theia 1.4.0 (and greater) incorrectly reports:
-------------------------------------------------------------------------------- Errors for project 'gpio_ex1_setup' (0): ================================================================================ CCS headless build complete! 0 out of 1 projects have errors.