Tool/software: Code Composer Studio
Greetings,
I have created a new project with a Post build step which runs a program. To test it, I have deliberately created an error which the program attempts to report. This error manifests itself, in part, by outputting to the Console, the string “Error:”, along with text describing the issue. This should turn the line red, and the text should appear in the Problems tab, a behavior which occurs in our other projects.
But the line which contains the string “Error:” is not appearing. Other lines of text which are also part of the description of the issue do appear which shows that the error was successfully generated. But the lack of the "Error" line results in the text not showing up in red in the Console, and also not showing up in the Problems tab. I have created the same error in a project which does work, and I get the expected result. So I’ve compared the project properties of the new project which those in the project which does work, and cannot find anything which would cause this. Where should I be looking?
Thank you,
Ed