我试图在windows上使用PC Lint对C文件执行静态代码分析。我安装了软件并运行了gcc编译器的配置设置,在配置目录中获得了以下文件:

co-gcc.h, co-gcc.lnt, env-ecl-console.lnt, filea.cpp, fileb.cpp, LIN.BAT,
lset.bat, options.lnt, std.lnt, std_a.lnt

但是,当我试图通过在config目录中键入>lin filea fileb来运行测试样本时,会出现以下错误:
co-gcc.lnt  37  Error 307: Can't open indirect file 'gcc-include-path.lnt'

如何获取gcc-include-path.lnt文件?

最佳答案

通过使用位于PC-lint9.00h\lnt文件夹中的makefile co-gcc.mak创建lint-cmac.h、lint-cppmac.h、gcc-include-path.lnt和size-options.lnt文件,解决了错误。

09-12 12:24