TscanCode
TscanCode copied to clipboard
Linux下使用-h感觉不全,请问从哪获取指导文档?
1、() Include file:
2、Linux上解压后,在TscanCodeV2.14.2395.linux目录下有个执行文件tscancode,并列的cfg目录下的各个cfg是tscancode自动调用的吗?
我的命令行是这样:./tools/TscanCodeV2.14.2395.linux/tscancode --enable=all ./src 1> out/result.xml 2>&1
2、Linux上解压后,在TscanCodeV2.14.2395.linux目录下有个执行文件tscancode,并列的cfg目录下的各个cfg是tscancode自动调用的吗?
我的命令行是这样:./tools/TscanCodeV2.14.2395.linux/tscancode --enable=all ./src 1> out/result.xml 2>&1
是这样的,输出结果重定向标准错误就可以了 2>result.xml
文件依赖错误可以尝试下配置-I
@ben620
- 第一个问题我也遇到了,在linux系统下测试到。 当有标准头文件时,例如<stdio.h>,如果没有用--check-config,tscancode提示 () Tscancode cannot find all the include files (use --check-config for details)
- 但是我使用了--check-config Tscancode又提示,它不需要这个标准的头文件 <stdio.h> not found. Please note: tscancode does not need standard library headers to get proper results.