• 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 and compil options
    Hi, I some difficults with PC Lint and Keil uvision2. If anybody can help me? 1.PC Lint generate errors with the following source code: ********************************************* line0...
  • PC-Lint and RTX166
    Hello, has anyone already succesfully configured the wonderful PC-Lint tool for RTX166? I mean, configured so that it does recognize the RTX166 specific sintax for task functions declaration... Thanks...
  • Adapting uVision2 to use Lint
    hi, i am using uVision2 V2.03 with PC Lint. does anybody know how to set up uVision2 to get the messages from Lint into a text file as well as into the build window. I'd appreciate any form of...
  • keil & pc-lint
    Hi, we started using pc-lint because of software quality requirements. Now I found a problem with some headers of C166. absacc.h #if (__MODEL__ == 0) #define MVAR(object, addr) (*((object volatile...