mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-02-15 09:12:45 +02:00
Fix GCC package name.
This commit is contained in:
parent
4427241ca7
commit
8c56c949ef
@ -20,7 +20,7 @@ an on-board SWD debugger.
|
|||||||
To get started, install some tools we'll need later. On gLinux or Debian:
|
To get started, install some tools we'll need later. On gLinux or Debian:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install aarch64-linux-gnu-gcc gdb-multiarch libudev-dev picocom qemu-system-arm
|
sudo apt install gcc-aarch64-linux-gnu gdb-multiarch libudev-dev picocom qemu-system-arm
|
||||||
rustup update
|
rustup update
|
||||||
rustup target add aarch64-unknown-none thumbv7em-none-eabihf
|
rustup target add aarch64-unknown-none thumbv7em-none-eabihf
|
||||||
rustup component add llvm-tools-preview
|
rustup component add llvm-tools-preview
|
||||||
|
Loading…
x
Reference in New Issue
Block a user