5.8.2.1 XC-DSC Assembler - General Options

Table 5-19. General Options
OptionDescriptionCommand Line
Define ASM macros (.S only)Add assembler macros.-Dmacro
Assembler symbolsDefine symbol 'sym' to a given 'value'.--defsym sym=value
ASM include dirsAdd 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 dirsAdd 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 optimizationCheck to turn relaxation on.

Uncheck to turn relaxation off.

--relax

--no-relax

Keep local symbolsCheck to keep local symbols, i.e., labels beginning with .L (upper case only).

Uncheck to discard local symbols.

--keep-locals (-L)
Diagnostics levelSelect warnings to display in the Output window.
- Generate warnings--warn
- Suppress warnings--no-warn
- Fatal warnings--fatal-warnings
Additional driver optionsEnter any additional driver options not existing in the GUI. The string you introduce here will be emitted as-is in the driver invocation command.