From ac7c0506fd1d1c9fbf9bd95ba4970ff09011b821 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 2 Jan 2025 03:41:16 -0500 Subject: [PATCH] Fix typo: build-essential, not build-essentials (#2527) --- src/bare-metal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bare-metal.md b/src/bare-metal.md index 8d54f3bc..d0d24f27 100644 --- a/src/bare-metal.md +++ b/src/bare-metal.md @@ -29,7 +29,7 @@ To get started, install some tools we'll need later. On gLinux or Debian: ```bash -sudo apt install gdb-multiarch libudev-dev picocom pkg-config qemu-system-arm build-essentials +sudo apt install gdb-multiarch libudev-dev picocom pkg-config qemu-system-arm build-essential rustup update rustup target add aarch64-unknown-none thumbv7em-none-eabihf rustup component add llvm-tools-preview