Skip to content

Commit 946bcee

Browse files
rangulisilseva
authored andcommitted
Update Miosix download URL for Linux
1 parent 5a44936 commit 946bcee

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

compiling.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
## 1. Installing the basic tools
2020

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.
2222
This rule has two exceptions:
2323
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.
2525

2626
#### Linux toolchain setup
2727

@@ -40,12 +40,14 @@ sudo apt install python-pip3
4040
pip3 install --user meson ninja
4141
```
4242

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`.
44+
4445

4546
```
46-
wget https://miosix.org/toolchain/MiosixToolchainInstaller.run
47+
wget https://miosix.org/toolchain/MiosixToolchainInstaller9.2.0mp3.2.run
4748
sh MiosixToolchainInstaller.run
4849
```
50+
4951
**WARNING: since the latest release, the GCC toolchain for miosix kernel is compatible only with x64 systems!**
5052

5153
The toolchain also provides an uninstall script, which can be found in the installation directory.

0 commit comments

Comments
 (0)