Skip to content

Commit 5fbbae2

Browse files
committed
fixed typos
1 parent 2d12c7a commit 5fbbae2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/preface.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,13 @@ $ sudo apt-get install qemu-system-arm
117117

118118
## Installing a toolchain bundle from ARM (optional step) (tested on Ubuntu 18.04)
119119
- With the late 2018 switch from
120-
[GCC's linker to LLB](https://rust-embedded.github.io/blog/2018-08-2x-psa-cortex-m-breakage/) for Cortex-M microcontrollers, [gcc-arm-none-eabi][1] is no longer
120+
[GCC's linker to LLD](https://rust-embedded.github.io/blog/2018-08-2x-psa-cortex-m-breakage/) for Cortex-M
121+
microcontrollers, [gcc-arm-none-eabi][1] is no longer
121122
required. But for those wishing to use the toolchain
122123
anyway, install from [here][1] and follow the steps outlined below:
123124
``` console
124125
$ tar xvjf gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2
125126
$ mv gcc-arm-none-eabi-<version_downloaded> <your_desired_path> # optional
126127
$ export PATH=${PATH}:<path_to_arm_none_eabi_folder>/bin # add this line to .bashrc to make persistent
127-
[1]: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
128128
```
129+
[1]: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads

0 commit comments

Comments
 (0)