- IAR Embedded Workbench for RL78 5.20
- IAR C/C++ Development
- Compiler options
- Descriptions of compiler options
- --generate_far_runtime_library_calls
--generate_far_runtime_library_calls
In this section:
Syntax
--generate_far_runtime_library_calls
Description
Use this option to generate __far runtime library calls to assembler support routines. This option can be used together with the corresponding assembler option to move the support routines from near to far memory when building a customized library. Note that the startup code will still be located in near memory.
This option sets the runtime model attribute __far_rt_calls to true.
Note
This option overrides the option --generate_callt_runtime_library_calls.
Caution
To set this option, use Project>Options>C/C++ Compiler>Extra Options.