5.8.5.2 XC-DSC Linker - Symbols && Macros

Table 5-30. Symbols and Macros Options
OptionDescriptionCommand Line
Linker symbolsCreate a global symbol in the output file containing the absolute address (expr). You may use this option as many times as necessary to define multiple symbols in the command line. A limited form of arithmetic is supported for the expr in this context: you may give a hexadecimal constant or the name of an existing symbol, or use + and - to add or subtract hexadecimal constants or symbols.--defsym=sym
Define Linker macrosAdd linker macros.-Dmacro
Symbols infoSpecify symbol information in the output.
- Keep all
- Strip debugging info--strip-debug (-S)
- Strip all symbol info--strip-all (-s)