Standard S32DS Print Size

The Standard S32DS Print Size page displays the build configuration settings that apply to the size tool. This tool prints the size of the produced application.

This page is only available for application projects.

Table 1. Application Project Properties: Standard S32DS Print Size
Setting Description
Command The command pattern for the ${COMMAND} variable. This variable is used in the Command line pattern field (below).

Default: ${cross_prefix}${cross_size}${cross_suffix}

The pattern uses the build variables specified on the Cross Settings page.

All options This read-only field shows all flags specified on the General page of the size tool settings. The tool will be called with these flags.

Default flags: --format=berkeley <project_executable_file>

Command line pattern The command line pattern to run the size tool.

Default: ${COMMAND} ${FLAGS}