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,
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