iec2c shell 命令 没有 -t
时间: 2024-02-21 17:58:23 浏览: 60
是的,`iec2c`命令的shell语法中没有`-t`选项。在`iec2c`命令的shell语法中,您可以使用以下选项:
```
Usage: iec2c [OPTIONS] [ARGS]...
Options:
-h, --help Show this message and exit
-V, --version Show the version and exit
-i, --input FILE Specify the input file
-o, --output FILE Specify the output file
-I, --include-dir DIR Add include directory
-D, --define SYMBOL[=VAL] Define a preprocessor symbol
-E, --expand-only Preprocess and print result to stdout
-S, --compile-only Preprocess and compile to assembly
-c, --compile Preprocess, compile and assemble to object file
-g, --debug Enable debug output
-O, --optimize LEVEL Set level of optimization (0, 1, 2, 3)
-W, --warning LEVEL Set level of warning (0, 1, 2, 3)
-f, --flag FILE Load compile flags from file
```
如果您有任何其他问题,请随时问我。
阅读全文