The S32V IPUS Assembler and S32V IPUV Assembler pages display the build configuration settings that apply to the assembler tool.
| Option | Description |
|---|---|
| Command | The command pattern for the ${COMMAND} variable. This variable
is used in the Command line pattern field (below). The pattern uses the build
variables specified on the Cross Settings page. Default for S32V IPUS Assembler: ${ipus_assembler} Default for S32V IPUV Assembler: ${ipuv_assembler} |
| All options | Expanded command line options the assembler will be called with. Default: -g -a32 |
| Command line pattern | The command line pattern to call the assembler tool. Default: ${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} |
This section describes settings that can be configured on the General page within the S32V IPUS Assembler and S32V IPUV Assembler pages in the properties of the project you create with S32 Design Studio. The page allows you to configure general settings of the assembler.
The following table describes the options available on the General page.
| Option | Description |
|---|---|
| Assembler flags | Allows you to specify command line options supported by assembler and not
otherwise available on this page. Tip: To enable listing output for
high-level language (-ah), assembly (-al), and
symbols (-as) to the console, specify
-Wa,-ahls in this field.
Default:
-g |
| Include paths (-I) | A list of locations where to look for the inlcude files. Use this option to specify paths to locations where the assembler should search for include files specified in the .include directive. Important: The assembler processes added libraries in the top-down order, as specified in this
list. This means that the location that is specified at the top of the list will be
searched before the paths that follow.
By default this list is empty. |
| Suppress warnings (-W) | Do not print assembler warning messages in the console. By default, this check box is cleared. |
| Announce version (-v) | Output auxilliary information about version of the toolchain and used variables.
Note: Selecting this check box is analogous to specifying -v or
--verbose in the Assembler flags field.
Select this check box to enable assembler tool to show extended information about the progress including version, variables being used, and informational messages returned while assembling your code. By default, this check box is cleared. |