Use the Miscellaneous panel to specify linker options. The following table lists and describes the various options available on the Miscellaneous panel.
| Option | Description |
|---|---|
| Linker flags | This option specifies the flags to be passed with the linker file. |
| Other objects | This option lists paths that the VSPA linker searches for objects. The linker searches the paths in the order shown in this list. |
| Map Filename | This option specifies the map filename. Default: ${BuildArtifactFileBaseName}.map |
| Cross Reference (-Xlinker --cref) | Check this option to instruct the linker to list cross-reference information on symbols. This includes where the symbols were defined and where they were used, both inside and outside macros. |
| Print link map (-Xlinker --printf-map) | Check this option to instruct the linker to print the map file. |
| Verbose (-v) | Check this option to show verbose information, including hex dump of program segments in applications; default setting |
| Other flags | Specify additional command line options for the linker; type in custom flags that are not otherwise available in the UI. |