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
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/motor.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,27 +15,35 @@ This target is cross-compiled. There are no special requirements for the host.
15
15
16
16
Motor OS uses the ELF file format.
17
17
18
-
## Building the target
18
+
## Building the target toolchain
19
19
20
-
The target can be built by enabling it for a `rustc` build, for example:
20
+
Motor OS target toolchain can be
21
+
[built using `x.py`](https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html):
See the [Hello Motor OS](https://github.com/moturus/motor-os/blob/main/docs/recipes/hello-motor-os.md)
40
+
example.
34
41
35
42
## Testing
36
43
37
44
Cross-compiled Rust binaries and test artifacts can be executed in Motor OS VMs,
38
-
as described in e.g.
45
+
as described in the [build doc](https://github.com/moturus/motor-os/blob/main/docs/build.md)
46
+
and the
39
47
[Hello Motor OS](https://github.com/moturus/motor-os/blob/main/docs/recipes/hello-motor-os.md)
0 commit comments