我正在尝试在Windows上使用PC-Lint来对C文件进行静态代码分析。我安装了软件并运行了 gcc compiler 的配置设置,我在config目录中获得了以下文件:
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文件?
答案 0 :(得分:3)
使用makefile co-gcc.mak <创建 lint_cmac.h,lint_cppmac.h,gcc-include-path.lnt和size-options.lnt 文件解决了错误/ strong>位于 PC-lint9.00h \ lnt 文件夹中。