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
## Installing a toolchain bundle from ARM (optional step) (tested on Ubuntu 18.04)
119
119
- 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
121
122
required. But for those wishing to use the toolchain
122
123
anyway, install from [here][1] and follow the steps outlined below:
123
124
```console
124
125
$ tar xvjf gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2
0 commit comments