The Standard S32DS Archiver page displays the build configuration settings that apply to the archiver tool. This page is only available for library projects.
| 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_ar}${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 archiver tool settings. The archiver
tool will be called with these flags. Default flags: -r |
| Command line pattern | The command line pattern to call the archiver tool. Default: ${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} |
The General page specifies the general properties used by the Standard S32DS Archiver virtual tool.
| Setting | Description |
|---|---|
| Archiver flags | Additional archiver tool options not included in the project properties. You can
specify any required options supported by the archiver tool. Consult the GCC documentation at gcc.gnu.org. Default: -r (add and replace). |