Technical Support
On-Line Manuals
Compiler Reference Guide
--bigend
--bi
This option instructs the compiler to generate code for an ARM processor using big-endian memory.
The ARM architecture defines the following big-endian modes:
Byte Invariant Addressing mode (ARMv6 and later).
Legacy big-endian mode.
The selection of BE8 versus BE32 is specified at link time.
The compiler assumes --littleend unless --bigend is explicitly specified.
--littleend
--be8 in the Linker Reference
--be32 in the Linker Reference.