1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-13 00:16:11 +02:00

Fix GCC package name.

This commit is contained in:
Andrew Walbran 2023-03-24 17:52:22 +00:00
parent 4427241ca7
commit 8c56c949ef

View File

@ -20,7 +20,7 @@ an on-board SWD debugger.
To get started, install some tools we'll need later. On gLinux or Debian:
```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 target add aarch64-unknown-none thumbv7em-none-eabihf
rustup component add llvm-tools-preview