Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


ARMV7A build target

The ARMV7A build target builds for the ARMV7 architecture that supports Thumb-2 instruction set. For details on ARMV7 architecture, refer to http://www.arm.com/products/CPUs/architecture.html. To build for ARMV7A, ARM's RealView Compilation Tools (RVCT) v3.0 or later is required.

[Top]


Building binaries for ARMV7A

To build binaries for ARMV7A with abld, use:

> abld build ARMV7A [udeb | urel]

Binaries are generated in the udeb and urel sub-directories of the epoc32\release\ARMV7A\ directory for ABI v2.

Note: Code is not built for ARMV7A target by default. It has to be explicitly specified on the command line or in the BLD.INF file using the prj_platforms statement.

[Top]


See also