-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Composer Studio Theia
-
CCSNXT-3321
-
CCS_20.5.0
-
CCS_20.5.1
-
None
TIClang compiler generates an error for a missing .opt file, but this error's text does not match any of the compiler error parser's regex'es, so it does not generate an error marker.
- Create any ARM TIClang project
- Open project Properties, then on page Build > Tools > Compiler > Advanced Options > Command Files, add a non-existent .opt file to the list
- Build the project
- -> The missing .opt file generates an error in the build-output
- -> The error is coloured in red in Output view
- -> But it does not show up in the Problems view