Tool/software: Code Composer Studio
That's a rather annoying form (especially having to re-select the forum).
Code Composer Studio Version: 5.3.0.00090
I'm trying to do something that I "know" should be simple but I have not determined how to do it with TIs build system. I know it should be simple since it's something every developer needs to do.
I'm trying to figure out how to add tools to the build process. To do static analysis and unit testing to start but code generation tools would, of course, follow. So these tools cannot run as pre-build or post build steps (those appear to be straightforward to add) since those steps appear to be run once per build regardless and apparently do not stop the build on error. Both static analysis and unit testing need to run before compilation and cause the build to fail if they fail.
Robert
