Hi,
I use KEIL C evaluation version as following with PC-Lint (v1.3 fro evaluation version)
Tool Version Numbers:Toolchain: MDK-Lite Version: 5.28.0.0
And using below configuration to check MISRA-C
But after I launch "Lint ALL C/C++ Source Files", there have warning message and error message output from the KEIL C, such as following,
Is that correct? How could I fix this issue?
When PC-Lint start to check source files, there have error message output such as following, but I don't think there has error for ';' or unknown type 'uint64_t' because
compiler can build this project successfully, I think that some configuration does not set correctly. Thank you very much, I appreciate someone can provide me with some
suggestions on this topic, thanks again.
Compiler does not do the static analysis of your code but PC-Lint does.That's why you see the errors. It's hard to say anything without having your source.Below link should be the right place to discuss it:gimpel.com/.../viewforum.php
Thank you for your suggestion, after discuss with Gimpel's member. I have generated correct configuration file
and doing the MISRA-C validity check from PC-Lint, thank you so much.