We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
I have integrated the PCLint 9 into Keil and I want to do Misra C checking for my code! But I don't know how to config the Misra C in PCLint integrated in Keil. For example, I don't want to follow Misra C 2004:
/* Rule 2.2 (req) **********************************/// <!c> Rule 2.2 (required): Source code shall only use /* ... */ style comments. //-e950 /* flag non-ANSI word or construct */ //-elib(950)// </c>
How can I disable this item?
Thanks a lot!
BR!
You can simply remove the comments by editing the file directly or use the Configuration Wizard.
The result should be the same:
-e950 -elib(950)
Please take a look at the documentation how to configure PC-Lint with uVision:
www.keil.com/.../uv4_ut_pclint_config.htm