diff --git a/README.md b/README.md index fe3d393..c9c726e 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ the folder containing `npm.exe` to the system path and running the following com ```sh 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 @@ -186,7 +186,7 @@ You can now run the following commands in the repository root: ```sh 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`. @@ -216,14 +216,14 @@ Then `xpm` and the cross-compiler are installed. ```sh 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: ```sh 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`.