Skip to content

Commit 8c56c94

Browse files
committed
Fix GCC package name.
1 parent 4427241 commit 8c56c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/welcome-bare-metal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ an on-board SWD debugger.
2020
To get started, install some tools we'll need later. On gLinux or Debian:
2121

2222
```bash
23-
sudo apt install aarch64-linux-gnu-gcc gdb-multiarch libudev-dev picocom qemu-system-arm
23+
sudo apt install gcc-aarch64-linux-gnu gdb-multiarch libudev-dev picocom qemu-system-arm
2424
rustup update
2525
rustup target add aarch64-unknown-none thumbv7em-none-eabihf
2626
rustup component add llvm-tools-preview

0 commit comments

Comments
 (0)