Skip to main content

IAR Embedded Workbench for Arm 9.70.x

‑‑abi

In this section:
Syntax

‑‑abi={ilp32|lp64}

Parameters

ilp32

Generates A64 code for the ILP32 data model. Defines the symbol __ILP32__

lp64

Generates A64 code for the LP64 data model. Defines the symbol __LP64__.

Description

Use this option to specify a data model for the generation of code using the A64 instruction set in the AArch64 state.

See also

‑‑aarch64 and ‑‑cpu_mode.

Caution

To set related options, choose:

Project>Options>General Options>Target>Execution mode

and

Project>Options>General Options>64-bit>Data model