This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 and the header. I have checked to make sure that the env-keil.lnt contains the right info.

I'm at a loss.

If I try to run if from a batch file, it seems to run but can find the ansi standard header files and they are not in the Keil directory

Any ideas would be welcome

Parents
  • With the help of Keil, I got PC-Lint working from the tools menu.

    the command will not accept

    C:\LINT\LINT-NT.EXE

    only small caps allowed

    I had to remove all include files except

    c:\keil\c51\inc

    and I could use only 1 *.lnt file configurstion file. I had to combine them all into one.

    forget the env-keil.lnt. It's not needed

    So, duplicating your parameters which work in the batch mode won't work unless you do the above

Reply
  • With the help of Keil, I got PC-Lint working from the tools menu.

    the command will not accept

    C:\LINT\LINT-NT.EXE

    only small caps allowed

    I had to remove all include files except

    c:\keil\c51\inc

    and I could use only 1 *.lnt file configurstion file. I had to combine them all into one.

    forget the env-keil.lnt. It's not needed

    So, duplicating your parameters which work in the batch mode won't work unless you do the above

Children