Keil™, An ARM® Company

Technical Support

µVISION: PC-LINT INSTALLATION


Information in this article applies to:

  • C166 All Versions
  • C251 All Versions
  • C51 All Versions
  • RTX166 Version 4.01

QUESTION

I have version 7.0 of PC-Lint and want to install it in my PK51 package. What is the installation procedure?

ANSWER

  1. Install PC-Lint as described in the PC-Lint Manual.
  2. Start µVision and Select Setup PC-Lint from the Tools menu.
  3. Specify the path to the PC-Lint program in the Lint Executable input line. Usually, this is C:\LINT\LINT-NT.EXE.
  4. Specify the configuration file to use in the Configuration File input line. Usually, this will be something like C:\KEIL\C51\BIN\CO-KC51.LNT, C:\KEIL\C166\BIN\CO-KC166.LNT, or C:\KEIL\C251\BIN\CO-KC251.LNT depending on whether you use the C51, C166, or C251 compiler.

You are now ready to lint your source files. From the Tools menu, the Lint and Lint All Source Files selections, run PC-Lint. The output from PC-Lint displays in the Output Window.

To ensure that the results in the Output Window are correct, PC-Lint MUST HAVE the following options:

-hsb_3
below
-format="*** LINT: %(%f(%l) )%)%t %n: %m"
format
-width(0,10)

These options are specified in the .LNT files mentioned above.

MORE INFORMATION

SEE ALSO

Last Reviewed: Monday, July 18, 2005


Did this article provide the answer you needed?
 
Yes
No
Not Sure