Use this panel to specify the output settings for the DSC linker output.
The following table lists and describes the linker options for DSC.
| Option | Description |
|---|---|
| Output Type | Select application as Application (default), Library, or Partial Linking. |
| Generate Link Map | Check to generate link map. |
| List Unused Symbols in Map | Check to list unused symbols; appears grayed out if the Generate Link Map checkbox is not checked. |
| Show Transitive Closure in Map | Check show transitive closure; appears grayed out if the Generate Link Map checkbox is not checked. |
| Annotate Byte Symbols in Map | Check if you want the linker to include B annotation for byte data types (e.g., char) in the Linker Command File. By default, the Linker does not include the B annotation in the Linker Command File. Everything without the B annotation is a word address. |
| Generate ELF Symbol Table | Check to generated the ELF symbol table. |
| Generate S-Record File | Check to generate a S-record file. |
| Sort by Address | Check to sort by address. |
| Generate Byte Addresses | Check to generate byte address. |
| Max S-Record Length | Specify the maximum length for S-record; appears grayed out if the Generate S-Record File checkbox is not checked. The default value is 252. |
| S_Record EOL Character | Specify the end-of-line character; appears grayed out if the Generate S-Record File checkbox is not checked. The default value is DOS (\\r\\n). |