- IAR Embedded Workbench for RH850 3.20.x
- IAR C/C++ Development
- Compiler options
- Descriptions of compiler options
- --no_data_model_rt_attribute
--no_data_model_rt_attribute
In this section:
Syntax
--no_data_model_rt_attribute
Description
Suppresses the generation of the runtime attribute for the data model. This is useful when compiling a file that might be used together with other files built using other data models, for example when providing a third-party library.
Note that great care must be taken to ensure that nothing that is provided to other modules rely on the selected data model, in particular global variables without an explicit memory attribute.
For example, the prebuilt libraries are built using this option.
Caution
To set this option, use Project>Options>C/C++ Compiler>Extra options