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.
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.
Thanks for your comment.