• 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...
  • 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...
  • Problems with uvision V5.24 and PC-Lint
    Hello, I had a running PC_Lint configuration with uvision V5.20. The configuration consists of a std.lnt file, which includes several other *.lnt files (for misra, adaption for ARMCC Compiler and...
  • Problems with uvision V5.24 and PC-Lint
    Hello, I had a running PC_Lint configuration with uvision V5.20. The configuration consists of a std.lnt file, which includes several other *.lnt files (for misra, adaption for ARMCC Compiler and...
  • 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) ...