You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[^x86_32-floats-x87]: Floating-point support on `i586` targets is non-compliant: the `x87` registers and instructions used for these targets do not provide IEEE-754-compliant behavior, in particular when it comes to rounding and NaN payload bits. See [issue #114479][x86-32-float-issue].
@@ -258,7 +258,7 @@ target | std | host | notes
258
258
`aarch64-unknown-linux-gnu_ilp32` | ✓ | ✓ | ARM64 Linux (ILP32 ABI)
Targets for the [Redox OS](https://redox-os.org/) operating
6
+
system.
7
+
8
+
Target triplets available so far:
9
+
10
+
-`x86_64-unknown-redox` (tier 2)
11
+
-`aarch64-unknown-redox` (tier 3)
12
+
-`i686-unknown-redox` (tier 3)
13
+
14
+
## Target maintainers
15
+
16
+
- Jeremy Soller ([@jackpot51](https://github.com/jackpot51))
17
+
18
+
## Requirements
19
+
20
+
These targets are natively compiled and can be cross-compiled. Std is fully supported.
21
+
22
+
The targets are only expected to work with the latest version of Redox OS as the ABI is not yet stable.
23
+
24
+
`extern "C"` uses the official calling convention of the respective architectures.
25
+
26
+
Redox OS binaries use ELF as file format.
27
+
28
+
## Building the target
29
+
30
+
You can build Rust with support for the targets by adding it to the `target` list in `config.toml`. In addition a copy of [relibc] needs to be present in the linker search path.
Rust does not yet ship pre-compiled artifacts for Redox OS except for x86_64-unknown-redox.
48
+
49
+
The easiest way to build and test programs for Redox OS is using [redoxer](https://gitlab.redox-os.org/redox-os/redoxer) which sets up the required compiler toolchain for building as well as runs programs inside a Redox OS VM using QEMU.
50
+
51
+
## Cross-compilation toolchains and C code
52
+
53
+
The target supports C code. Pre-compiled C toolchains can be found at <https://static.redox-os.org/toolchain/>.
0 commit comments