The Standard S32DS Print Size page allows you to configure the size tool to print the size of the produced application.
The following table describes the options available on the Standard S32DS Print Size page.
| Option | Description |
|---|---|
| Command |
Command that will be used to run the size tool. Default: ${cross_prefix}${cross_size}${cross_suffix} |
| All options |
Expanded command line options the size tool will be called with. Shows the actual values of variables and options according to Command line pattern. Options can be specified on the General page. Default: --format=berkeley $(EXECUTABLES) |
| Command line pattern |
Command line to call the size tool. Default: ${COMMAND} ${FLAGS} |
The General page allows you to configure the general properties of the size tool.
The following table describes the options available on the General page.
| Option | Description |
|---|---|
| Size format | Compatibility for the format of output produced by the size tool. Allows you to specify the format that you want the GCC size tool to use in its output. The
following options are available:
Default: Berkeley |
| Hex | Data representation format in output produced by the tool (for Berkeley format
listing mode only). Allows you to set the size tool to display the size of each section in hexadecimal format. By default, this check box is not selected. |
| Show totals | Show totals of all objects listed. By default, this check box is not selected. |
| Other flags |
Additional command line options. By default, this field is empty. |