Standard S32DS Archiver

The Standard S32DS Archiver page displays the build configuration settings that apply to the archiver tool. This page is only available for library projects.

Table 1. Library Project Properties: Standard S32DS Archiver
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}

General

The General page specifies the general properties used by the Standard S32DS Archiver virtual tool.

Table 2. Library Project Properties: Standard S32DS Archiver > General
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).