5.8.2.1 XC-DSC Assembler - General Options
| Option | Description | Command Line |
|---|---|---|
| Define ASM macros (.S only) | Add assembler macros. | -Dmacro |
| Assembler symbols | Define symbol 'sym' to a given 'value'. | --defsym
sym=value |
| ASM include dirs | Add a directory to the list of
directories the assembler searches for files specified in
.include directives.For more information, see 5.7.8 Additional Search Paths and Directories. | -I“dir” |
| Preprocessor include dirs | Add a directory to the list of
directories the compiler preprocessor searches for files specified in
.include directives.For more information, see 5.7.8 Additional Search Paths and Directories. | -I“dir” |
| Allow call optimization | Check to turn relaxation on. Uncheck to turn relaxation off. | --relax
|
| Keep local symbols | Check to keep local symbols, i.e.,
labels beginning with .L (upper case only).Uncheck to discard local symbols. | --keep-locals
(-L) |
| Diagnostics level | Select warnings to display in the Output window. | |
| - Generate warnings | --warn | |
| - Suppress warnings | --no-warn | |
| - Fatal warnings | --fatal-warnings | |
| Additional driver options | Enter any additional driver options not existing in the GUI. The string you introduce here will be emitted as-is in the driver invocation command. |
