bump recommended version
This commit is contained in:
parent
6d20054f26
commit
6caf6ea36c
@ -173,7 +173,7 @@ the folder containing `npm.exe` to the system path and running the following com
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install --global xpm@latest
|
npm install --global xpm@latest
|
||||||
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@10.3.1-2.3.1 --verbose
|
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@11.2.1-1.1.1 --verbose
|
||||||
```
|
```
|
||||||
|
|
||||||
On Windows, the toolchain binaries will be located in a folder like this
|
On Windows, the toolchain binaries will be located in a folder like this
|
||||||
@ -186,7 +186,7 @@ You can now run the following commands in the repository root:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
xpm init
|
xpm init
|
||||||
xpm install @xpack-dev-tools/arm-none-eabi-gcc@10.3.1-2.3.1
|
xpm install @xpack-dev-tools/arm-none-eabi-gcc@11.2.1-1.1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
to create symlinks to the toolchain in `./xpacks/.bin`.
|
to create symlinks to the toolchain in `./xpacks/.bin`.
|
||||||
@ -216,14 +216,14 @@ Then `xpm` and the cross-compiler are installed.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo npm install --global xpm@latest
|
sudo npm install --global xpm@latest
|
||||||
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@10.3.1-2.3.1 --verbose
|
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@11.2.1-1.1.1 --verbose
|
||||||
```
|
```
|
||||||
|
|
||||||
You can now run the following commands in the repository root:
|
You can now run the following commands in the repository root:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
xpm init
|
xpm init
|
||||||
xpm install @xpack-dev-tools/arm-none-eabi-gcc@10.3.1-2.3.1
|
xpm install @xpack-dev-tools/arm-none-eabi-gcc@11.2.1-1.1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
to create symlinks to the toolchain in `./xpacks/.bin`.
|
to create symlinks to the toolchain in `./xpacks/.bin`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user