Skip to main content

IAR Embedded Workbench for RH850 3.20.x

--code_model

In this section:
Syntax
--code_model={normal|pic|large}
Parameters

normal (default)

Sets the predefined symbol __CODE_MODEL__ to __CODE_MODEL_NORMAL__.

pic

Sets the predefined symbol __CODE_MODEL__ to __CODE_MODEL_PIC__. Included for backward compatibility.

large

Sets the predefined symbol __CODE_MODEL__ to __CODE_MODEL_LARGE__. Included for backward compatibility.

Description

Use this option to define the symbol __CODE_MODEL__.

See also

Predefined symbols.

Caution

This option is not available in the IDE.