I could compile & execute cppcheck 2.7 on linux machine for my source code with MISRA 2012. Generated the html report also for the same. Out of multiple errors/warnings in the report i am getting below misra violation error/warning which i couldn't understand. Their is no such rule 22.8 or 22.9 also in MISRA 2012.
ltestvector.x = strtod(s8ptr, NULL);<--- misra violation 2208 with no text in the supplied rule-texts-file<--- misra violation 2209 with no text in the supplied rule-texts-file
what is the root cause of this error, any pointer on this for the solution will be helpful.
Regards
Vipul Kumar
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I could compile & execute cppcheck 2.7 on linux machine for my source code with MISRA 2012. Generated the html report also for the same. Out of multiple errors/warnings in the report i am getting below misra violation error/warning which i couldn't understand. Their is no such rule 22.8 or 22.9 also in MISRA 2012.
ltestvector.x = strtod(s8ptr, NULL);<--- misra violation 2208 with no text in the supplied rule-texts-file<--- misra violation 2209 with no text in the supplied rule-texts-file
what is the root cause of this error, any pointer on this for the solution will be helpful.
Regards
Vipul Kumar
Hi,
Thanks!
Its blocking for me, any pointers on this issue will be helpful.
Please see the "MISRA C 2012 Amendment 1" . You can download it freely.