 RealView Linker and Utilities Guide |
|
| Controlling veneer generation2.2.9. Controlling veneer generationThese options control veneer generation: ‑‑[no_]inlineveneerEnables or disables the generation of inline veneers to give greater control over how the linker places sections. --inlineveneer is the default.
--[no_]piveneerEnables or disables the generation of a veneer for a call from PI code to absolute code. When using --no_piveneer, an error message is produced if the linker detects a call from PI code to absolute code. See PI to absolute veneers for more information. --piveneer is the default.
‑‑[no_]veneershareEnables or disables veneer sharing. Veneer sharing can cause a significant decrease in image size. --veneershare is the default.
See Veneer generation for more information. |
|