armv5te-none-eabi
- Tier: 3
- Library Support: core and alloc (bare-metal,
#![no_std])
Bare-metal target for any cpu in the Armv5TE architecture family, supporting
ARM/Thumb code interworking (aka Arm/Thumb), with Arm code as the
default code generation.
The thumbv5te-none-eabi target is the same as this one, but the instruction
set defaults to Thumb. Note that this architecture only supports the old
Thumb-1 instruction set, not the later Thumb-2 instruction set.
See arm-none-eabi for information applicable to all
arm-none-eabi targets.
Target Maintainers
Testing
This is a cross-compiled target that you will need to emulate during testing.
Because this is a device-agnostic target, and the exact emulator that you'll need depends on the specific device you want to run your code on.
For example, when programming for the DS, you can use one of the several available DS emulators, such as melonDS.