| |||
Home > Writing Position Independent Code and Data > Read-only position independence > Linking your code |
Use the linker command-line option --ropi
to
make the load and execution region containing the read-only output
section position-independent. Usually each read-only input section
must be read-only position-independent. See RealView
Compilation Tools v3.0 Linker and Utilities Guide for
details.