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/armv7-rtems-eabihf.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ARM targets for the [RTEMS realtime operating system](https://www.rtems.org) us
12
12
13
13
The target does not support host tools. Only cross-compilation is possible.
14
14
The cross-compiler toolchain can be obtained by following the installation instructions
15
-
of the [RTEMS Documentation](https://docs.rtems.org/branches/master/user/index.html). Additionally to the cross-compiler also a compiled BSP
15
+
of the [RTEMS Documentation](https://docs.rtems.org/docs/main/user/index.html). Additionally to the cross-compiler also a compiled BSP
16
16
for a board fitting the architecture needs to be available on the host.
17
17
Currently tested has been the BSP `xilinx_zynq_a9_qemu` of RTEMS 6.
18
18
@@ -49,4 +49,4 @@ While basic execution of the unit test harness seems to work. However, running t
49
49
## Cross-compilation toolchains and C code
50
50
51
51
Compatible C-code can be built with the RTEMS cross-compiler toolchain `arm-rtems6-gcc`.
52
-
For more information how to build the toolchain, RTEMS itself and RTEMS applications please have a look at the [RTEMS Documentation](https://docs.rtems.org/branches/master/user/index.html).
52
+
For more information how to build the toolchain, RTEMS itself and RTEMS applications please have a look at the [RTEMS Documentation](https://docs.rtems.org/docs/main/user/index.html).
0 commit comments