@@ -30,7 +30,7 @@ several MBs in size.
30
30
We'll use all the tools listed below. Where a minimum version is not specified, any recent version
31
31
should work but we have listed the version we have tested.
32
32
33
- - Cargo & ` rustc ` >= nightly-2018-07-XX (TODO enter the latest nightly date)
33
+ - Cargo & ` rustc ` >= nightly-2018-08-02
34
34
35
35
- [ ` itmdump ` ] v0.2.1
36
36
@@ -41,7 +41,7 @@ should work but we have listed the version we have tested.
41
41
- ` arm-none-eabi-gdb ` . Version 7.12 or newer highly recommended. Tested versions: 7.10, 7.11,
42
42
7.12 and 8.1
43
43
44
- - [ ` cargo-binutils ` ] . Version 0.1.1 or newer.
44
+ - [ ` cargo-binutils ` ] . Version 0.1.2 or newer.
45
45
46
46
[ `cargo-binutils` ] : https://github.com/japaric/cargo-binutils
47
47
@@ -75,12 +75,12 @@ Then, install or switch to the nightly channel.
75
75
$ rustup default nightly
76
76
```
77
77
78
- ** NOTE** Make sure you have a nightly newer than ` nightly-2018-07-XX ` . ` rustc -V ` should return a
78
+ ** NOTE** Make sure you have a nightly newer than ` nightly-2018-08-02 ` . ` rustc -V ` should return a
79
79
date newer than the one shown below:
80
80
81
81
``` console
82
82
$ rustc -V
83
- rustc 1.27 .0-nightly (XXX 2018-07-XX )
83
+ rustc 1.29 .0-nightly (97085f9fb 2018-08-01 )
84
84
```
85
85
86
86
### ` itmdump `
@@ -101,10 +101,10 @@ $ cargo install cargo-binutils --vers 0.1.1
101
101
102
102
$ cargo size -- --version
103
103
LLVM (http://llvm.org/):
104
- LLVM version 6 .0.1
105
- Optimized build.
106
- Default target: x86_64-unknown-linux-gnu
107
- Host CPU: skylake
104
+ LLVM version 7 .0.0svn
105
+ Optimized build.
106
+ Default target: x86_64-unknown-linux-gnu
107
+ Host CPU: skylake
108
108
```
109
109
110
110
### OS specific instructions
0 commit comments