Hi,
I am using CCS 3.1.
Please let me know how can I integrate PClint with CCS IDE?
Is there any reference material for same?
Regards,
panshi
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.
Hi,
I am using CCS 3.1.
Please let me know how can I integrate PClint with CCS IDE?
Is there any reference material for same?
Regards,
panshi
CCS supports the ability to perform pre-build steps and post-build steps, where build is defined as using the C compiler pre-processor, C compiler and linker.
Since PC-Lint can be invoked as a command-line utility, I would image you can declare the command-line for PC-Lint as a pre-build step. If you open the Project Properties, or Build Options, there will be a option to specify the pre-build steps.
There is a 3rd party that offers an integration:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/3571/12780.aspx#12780
John