The General page allows you to configure general settings of the assembler tool.
| 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: -c |
| 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.
Default for application project: this list is empty. Default for library project: "${ProjDirPath}/include". |
| Suppress warnings (-W) | Do not print assembler warning messages in the console. By default, this check box is not selected. |
| Announce version (-v) | Output auxilliary information about version of the toolchain and used variables.
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 not selected. |