Re: A ARM target question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 15/06/2022 18:31, Stefan Ring via Gcc-help wrote:
On Tue, Jun 14, 2022 at 6:58 AM Gary Oblock via Gcc-help
<gcc-help@xxxxxxxxxxx> wrote:

What is the target specification for a ARMv8.2A? I'm trying to build a cross compiler
that can emit Thumb2 instructions for this architectue.

Are you talking about 32bit arm or aarch64? ARMv8.2A sounds like 64
bits, but Thumb2 sounds like 32 bits.

Armv8 supports both AArch32 (32-bit) and AArch64 (64-bit) execution states. To generate code for AArch32 you'll need the 'arm' configurations of GCC. The 'aarch64' configuration can only generate code for 64-bit state.

R.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux