I've setup PC-Lint according to the guidelines provided by KEIL. I've eneabled "Use project-target related include folders". But when running PC-LINT the project-target related include files are not found. The project compiles just fine. This problem occurs in a normal project and in a multi-project workspace. Even in a simple project where the include folders are "..\Inc" and "..\Utility".
It happens with uVision 5.15 and 5.16.
Does anybody have the same problem.
John,
Fortunately, the uVision project file .uvproj is a text (xml) file. So you can copy the <IncludePath> tag to the .lnt file and slightly edit it. But I completely agree with you that Keil should fix this issue.
Regards, Vadym.