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 44Cargo.lock
55book
66target
7+ ** /.idea /
Original file line number Diff line number Diff line change @@ -98,6 +98,17 @@ $ # QEMU
9898$ sudo apt-get install qemu-system-arm
9999```
100100
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+
101112#### Windows
102113
103114- [ 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