Part Number: CODECOMPOSER
Hi,
When using Build Properties -> Validator in Code Composer Studio 10.3.1 to force a specific compiler version, if the specified compiler is not installed in the build machine the IDE shows an error in Console such as the following:
However, when I execute the following clean command in a command line, the command fails but the console doesn't show the cause of the error:
C:\User\ADO Agent\Work\58\s>eclipsec -noSplash -data "." -application com.ti.cc studio.apps.projectBuild -ccs.projects Board_level_test -ccs.clean
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CCS headless build starting... [Mon Jun 14 18:03:08 CEST 2021]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
================================================================================
Pre processing...
===============================================================================
Building...
================================================================================
CCS headless build complete! 1 out of 1 projects have errors.
Is there any way to show that error in the console? The intention is to be able to show the error cause as part of a Continuous Integration Pipeline.
Thank you very much for your attention,
Álvaro