This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

PC-Lint on KEIL C

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.

Parents
  • It looks like PC-Lint is doing exactly what it's supposed to do - pointing out questionable practices in your source code!

    PC-Lint is a 3rd-party product - nothing to do with Keil or ARM. 

    As says, If you want help with how to use PC-Lint, and/or how to interpret its output,  then you need to contact Gimpel

Reply
  • It looks like PC-Lint is doing exactly what it's supposed to do - pointing out questionable practices in your source code!

    PC-Lint is a 3rd-party product - nothing to do with Keil or ARM. 

    As says, If you want help with how to use PC-Lint, and/or how to interpret its output,  then you need to contact Gimpel

Children