mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-04 20:02:21 +00:00
Merge pull request #129 from ferrous-systems/dedup_binutils
rm duplicate binutils install instructions, fix order
This commit is contained in:
commit
9cebefccbb
1 changed files with 3 additions and 6 deletions
|
@ -126,19 +126,16 @@ $ rustup +stable target add thumbv7em-none-eabihf
|
||||||
**All**: Run these commands in a terminal:
|
**All**: Run these commands in a terminal:
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
$ rustup +stable component add llvm-tools-preview
|
|
||||||
|
|
||||||
$ cargo install cargo-binutils
|
$ cargo install cargo-binutils
|
||||||
|
|
||||||
|
$ rustup +stable component add llvm-tools-preview
|
||||||
```
|
```
|
||||||
|
|
||||||
### General purpose tools
|
### General purpose tools
|
||||||
|
|
||||||
Install the [`cargo-binutils`](https://crates.io/crates/cargo-binutils) and [`probe-run`](https://crates.io/crates/probe-run) tools using the following Cargo commands:
|
Install the [`flip-link`](https://crates.io/crates/flip-link) and [`probe-run`](https://crates.io/crates/probe-run) tools using the following Cargo commands:
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
$ cargo install cargo-binutils
|
|
||||||
(..)
|
|
||||||
Installed package `cargo-binutils v0.3.3` (..)
|
|
||||||
|
|
||||||
$ cargo install probe-run
|
$ cargo install probe-run
|
||||||
(..)
|
(..)
|
||||||
|
|
Loading…
Reference in a new issue