File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 4
4
Cargo.lock
5
5
book
6
6
target
7
+ ** /.idea /
Original file line number Diff line number Diff line change @@ -98,6 +98,17 @@ $ # QEMU
98
98
$ sudo apt-get install qemu-system-arm
99
99
```
100
100
101
+ #### Ubuntu 18.04
102
+ - [ gcc-arm-none-eabi] ( https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads )
103
+ ``` console
104
+ $ tar xvjf gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2
105
+ $ mv gcc-arm-none-eabi-< version_downloaded> < your_desired_path> # optional
106
+ $ export PATH=${PATH} :< path_to_arm_none_eabi_folder> /bin # add this line to .bashrc to make persistent
107
+
108
+ $ # QEMU
109
+ $ sudo apt-get install qemu-system-arm
110
+ ```
111
+
101
112
#### Windows
102
113
103
114
- [ arm-none-eabi-gdb] ( https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads ) .
You can’t perform that action at this time.
0 commit comments