I have encountered some problems with the "TI C/C++ Error Parser" in CCS:
- In the CCS v5.2.0.00069 the parser shows all errors, warnings and notes (remarks) in the Problems view (thus, it works as expected).
- In the CCS v5.2.1.00018 the parser shows only the errors in the Problems view (warnings and notes are missing).
- In the CCS v5.3.0.00083 (downloaded on Nov, 20th, currently not available any more) the parser shows nothing in the Problems view.
For all three CCS versions I used the same TI Code Generation Tools version: 7.4.2 for C6000 (the code is written in C, thus the TI C compiler is used). I used external make file for build and of course activated the TI C/C++ error parser in the build settings of the project (it was on the first position in the error parser list). The build output in the Console view was the same for the three CCS versions, therefore, it has to be the TI C/C++ error parser that is not working properly. For example, the "CDT GNU Make Error Parser 7.0" works on all three CCS versions.
The CCS is installed on a Windows 7 Professional (64 bit) PC.
Does anyone else have the same problems? Is there a solution or workaround for that?