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: compiling.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@
18
18
19
19
## 1. Installing the basic tools
20
20
21
-
As a general rule, the basic tools required to compile OpenRTX from the sources are: `git`, `python`, the `meson` build system and the GCC toolchain for the miosix kernel.
21
+
As a general rule, the basic tools required to compile OpenRTX from the sources are: `git`, `python`, the `meson` build system and the GCC toolchain for the **Miosix** kernel.
22
22
This rule has two exceptions:
23
23
1. the linux emulator, which doesn't the miosix GCC toolchain since the compiler shipped with your distribution is sufficient;
24
-
2. the T-TWR Plus, which requires the Zephyr RTOS build system.
24
+
2. the T-TWR Plus, which requires the **Zephyr** RTOS build system.
25
25
26
26
#### Linux toolchain setup
27
27
@@ -40,12 +40,14 @@ sudo apt install python-pip3
40
40
pip3 install --user meson ninja
41
41
```
42
42
43
-
The miosix kernel GCC toolchain is required, comes with its own installation program: download the installer and run it. The installer will ask for your root password to copy the compiler to the `/opt/arm-miosix-eabi` directory, and put symlinks to `/usr/bin`.
43
+
The miosix kernel GCC toolchain (`9.2.0mp3.2`) is required, comes with its own installation program: download the installer and run it. The installer will ask for your root password to copy the compiler to the `/opt/arm-miosix-eabi` directory, and put symlinks to `/usr/bin`.
0 commit comments