From 7f4ff7cf15f93759e8eae18cf8423035dba36c5e Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 18 Aug 2022 21:28:07 -0700 Subject: Rebuild on Linker change --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d2b6c52..8c202d8 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,10 @@ clean: run: build qemu-system-arm -cpu cortex-a7 -m 1G -kernel target/armv7a-none-eabi/release/kernel -machine raspi2b -serial mon:stdio -nographic + +init: + rustup target install $(TARGET) + rustup target add $(TARGET) + rustup override set nightly + rustup component add llvm-tools-preview + cargo install cargo-binutils -- cgit v1.2.1