From 758be25311d5ce005908ee09c8360fd37d93761b Mon Sep 17 00:00:00 2001 From: socraticbliss Date: Mon, 18 Sep 2017 17:17:14 -0500 Subject: [PATCH] Update Makefile to compile By adding the above I was able to compile without issues... --- crt0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crt0/Makefile b/crt0/Makefile index 0cc5e8f8..95117cd9 100644 --- a/crt0/Makefile +++ b/crt0/Makefile @@ -1,5 +1,5 @@ switch_crt0.o: *.s - aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c $^ -o $@ + $(DEVKITA64)/bin/aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c $^ -o $@ install: switch_crt0.o cp $^ $(DEVKITA64)/aarch64-none-elf/lib/$^