PC-Lint error : Error 307: Can't open indirect file 'gcc-include-path.lnt'
PC-Lint error : Error 307: Can't open indirect file 'gcc-include-path.lnt'
我正尝试在 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
然而,当我尝试通过从配置目录中键入 >lin filea fileb
来 运行 测试样本时,我收到以下错误:
co-gcc.lnt 37 Error 307: Can't open indirect file 'gcc-include-path.lnt'
我们如何获得 gcc-include-path.lnt 文件?
通过创建 lint_cmac.h、lint_cppmac.h、gcc-include-path.lnt 和 size-options.lnt 解决了错误使用 makefile co-[=23=] 的文件位于 PC-lint9.00h\lnt 文件夹中。
我正尝试在 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
然而,当我尝试通过从配置目录中键入 >lin filea fileb
来 运行 测试样本时,我收到以下错误:
co-gcc.lnt 37 Error 307: Can't open indirect file 'gcc-include-path.lnt'
我们如何获得 gcc-include-path.lnt 文件?
通过创建 lint_cmac.h、lint_cppmac.h、gcc-include-path.lnt 和 size-options.lnt 解决了错误使用 makefile co-[=23=] 的文件位于 PC-lint9.00h\lnt 文件夹中。