Asked
Active
Viewed 5,375 times
0
-
I hate the MISRA Rules. Or better i hate some of the Rules and my MISRA Rule checker which sometimes doesn't unterstand the Rules... – nuriaion Jul 20 '10 at 11:32
-
Are you using a rule checker? You can tell eclipse to run it from the command line when you build or save. – Adam Shiemke Jul 20 '10 at 11:39
2 Answers
0
PC Lint is generally considered the most pragmatically useful of the reasonably-priced tools with Misra checking capability.
It is pretty straightforward to semi-integrate any command-line checking tool into Eclipse, either as an 'External Tool' or (usually better) calling it from your project makefile under a dedicated target.