Frequently Asked Questions
How can I use your compiler with PC-lint Plus?
In order to use the CCS C Compiler with PC-lint Plus, a header file needs to be created containing some of the non-standard built-in items.
For example:
#define int16 long
For the compiler specific directives, use pragma like this:
#pragma fuses nowdt
Below is a zipped folder containing a header file and two .lnt files. These were shared by a customer.
The command line that he used to run the Lint is "pclp64 co-ccsc.lnt filename.c", where filename.c is the main file that is used to create a project.





