 | µVision User's Guide legacy |  |
|
|
| RealView ARM Linker- Use Memory Layout from Target Dialog
- When enabled, µVision creates a linker scatter file from the memory information supplied in the Target and Properties dialog. The scatter file defines the memory layout and allows you to assign modules to specific memory areas.
- Make RW Sections Position Independent
- When enabled, the variable region containing the RW and ZI output section is position-independent. When disabled, the RW and ZI section is located to absolute memory addresses.
- Make RO Sections Position Independent
- When enabled, the constant and code region containing the RO output section is position-independent. When disabled, the RO section is located to absolute memory addresses.
- Don't Search Standard Libraries
- Disable the scanning of default compiler run-time libraries.
- Report 'might fail' Conditions as Errors
- Report conditions that might result in failure as errors, rather than warnings.
- R/O Base
- Set the address for constant and code region containing the RO output section. The address must be word-aligned. If is not specified, the default RO base address is 0x8000. The R/O Base specifies also the initial program entry address.
- R/W Base
- Set the address for variable region containing the RW and ZI output sections. The address must be word-aligned.
- Scatter File
- Using the scatter-loading description contained in file. The description provides grouping and placement details of the various regions and sections in the image.
- Misc Controls
- Specify any required linker commands for which there is no individual dialog control.
- Linker control string
- Displays the current directives at the linker command line.
Related Knowledgebase Articles |
|