This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm using Code Composer 4.2 and just wonder if there's anyway one can suppress the messages in the build console that say "Invoking compiler" and "Finished building.." wihout having to edit each and every subdir.mk generated? I don't think the messages add any useful information to the build console, but rather messes things up.
BR
Johan
I'm not sure if this is exactly the same question or not, but I want to suppress the command being executed, and only see the Building... statements (and any warning/error messages of course).
e.g.
'Building file: <file1.c'
'Invoking: MSP430 Compiler' <= could do without this too but not a showstopper.
'Finished building: <file1.c>' <= could do without this too but not a showstopper.
'Building file: <file2.c>'
'Invoking: MSP430 Compiler' <= could do without this too but not a showstopper.
'Finished building: <file2.c>' <= could do without this too but not a showstopper.
'Building target: <target.out>'
'Invoking: MSP430 Linker' <= could do without this too but not a showstopper.
<Linking> <= could do without this too but not a showstopper.
**** Build Finished ****
Is there an option is CCS to suppress the command being output to the console ??
Window->Preferences->Code Composer Studio->Build
"Console verbosity level"
set it to Quiet or Super quiet.