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 output generate a file path and line column for error

Hi,

We are using uVision V5.24.2.0 and PC-Lint Plus v1.2. As per the configuration instruction on Keil website we added the following lines to LNT file:


-hsb_3
-format="*** LINT: %(%f(%l) )%)%t %n: %m"
-width(0,10)

We have added the option for the full file path "+ffn" also.

For some reason, Keil will not open the offending error/warning, it just gives a path error:

"c:\git\*** LINT c:\git\motor_controller.c conatins an incorrect path."

I though it might be the formatting option, so I change the PC-lint -format option to:


-format="%(%f(%l) )%)%t %n: %m"

I am getting the same path warning and the same output from PC-Lint in the output window.

Does anyone have a work around or run into the same issue?

Regards,

Chris W