• 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...
  • 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: Not working navigation (incorrect path)
    Hi, I integrated PC-Lint Plus and get following Output. If i click on this line, i would expect uVision to jump to that line, but it doesn't work. The shown path in the popuo-window is correct,...
  • PC-Lint: Not working navigation (incorrect path)
    Hi, I integrated PC-Lint Plus and get following Output. If i click on this line, i would expect uVision to jump to that line, but it doesn't work. The shown path in the popuo-window is correct,...
  • 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) ...