• PC Lint Error:Header File
    Hi i am using PC Lint with Real View Compiler.. i am using correct configuration file co-RV.lnt.. but it shows error "Cannot find header file LPC21xx.h".. how to correct this error...
  • 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...
  • PC-Lint or not?
    Has anybody used PC-Lint with GNU ARM? is it hard to integrate into a makefile system? (I am not using UV as IDE) I am considering order one. Please share you comments. Thanks.
  • 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
    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) ...