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 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.

Parents
  • I use PC-Lint with C51, not with an ARM compiler. I've used it (or at least FlexeLint) with GNU gcc before. It's a good tool.

    The program is command line driven so you should be able to integrate it with any IDE that supports external tools. You could also invoke it from make.

Reply
  • I use PC-Lint with C51, not with an ARM compiler. I've used it (or at least FlexeLint) with GNU gcc before. It's a good tool.

    The program is command line driven so you should be able to integrate it with any IDE that supports external tools. You could also invoke it from make.

Children