STRIDE Build Tools: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
==== Syntax and Options ==== | ==== Syntax and Options ==== | ||
{| border="1" cellspacing="0" cellpadding="10" style="align:left" | {| border="1" cellspacing="0" cellpadding="10" style="align:left;background-color:#ffffcc;" | ||
|- | |- | ||
| '''Option''' | | '''Option''' | ||
Line 30: | Line 30: | ||
|- | |- | ||
| --preprocess | | --preprocess | ||
| Do preprocessing only. Write preprocessed text file to the output. The output file suffix is automatically changed to .i | | Do preprocessing only. Write preprocessed text file to the output. The | ||
output file suffix is automatically changed to .i | |||
|- | |- | ||
| --dependencies | | --dependencies | ||
| Do preprocessing only. Instead of the normal preprocessing output, generate on the preprocessing output file a list of dependency lines suitable for input to the UNIX make program. | | Do preprocessing only. Instead of the normal preprocessing output, generate | ||
on the preprocessing output file a list of dependency lines suitable for input | |||
to the UNIX make program. | |||
|} | |} | ||
Revision as of 00:15, 18 June 2008
Top level page for Build Tools topic.
Media Tag: Media:s2sPAL.pdf
Image Tag: File:ProductionBuildEFS.jpg
Build Tools
Commandline Utilities:
- The STRIDE compiler (s2scompile.exe)
- The STRIDE database binder (s2sbind.exe)
- The STRIDE instrumentation generator (s2sinstrument.exe)
The s2scompile Component
Syntax and Options
Option | Description |
--preprocess | Do preprocessing only. Write preprocessed text file to the output. The
output file suffix is automatically changed to .i |
--dependencies | Do preprocessing only. Instead of the normal preprocessing output, generate
on the preprocessing output file a list of dependency lines suitable for input to the UNIX make program. |