• PC Lint
    Hi, 1.I activate MISRA checking during the configuration. I want to turn off one rule of MISRA ( rule 92 ).I added in the "option.lnt" file the following lines: -esym(961,undef) -esym(961,92) ...
  • PC Lint
    Hi, 1.I activate MISRA checking during the configuration. I want to turn off one rule of MISRA ( rule 92 ).I added in the "option.lnt" file the following lines: -esym(961,undef) -esym(961,92) ...
  • Lint error 96
    I have a problem trying to get PC-Lint to work from within Keil uVision4. I have a very simple code but Lint is still giving me errors. The code is.... #include <stdio.h> int main (void) { int...
  • Lint not running
    Hello Having set the lint executable and config. file as appropriate, I find that selecting lint *.c (or lint all files) from the tools menu shows me (via the output window) that PC lint is being run...
  • pc-lint problem
    I am using uVision2 version 2.37 and pc-lint version 8.00o. I have included the co-kc51.lnt and env-keil.lnt in the setup, as well as the pertinent include file paths. All I get is PC-Lint running...