From eb21de59df2d408723bfe9640c1385945b8e8885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C4=81rlis=20=C4=8Cer=C5=86avskis?= Date: Mon, 13 Nov 2023 21:41:24 +0200 Subject: [PATCH] Build command uses armv6k-none-eabihf directory instead of arm-none-eabihf --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index f3827b9..8c1c311 100644 --- a/build +++ b/build @@ -1,4 +1,4 @@ xargo build --release --target armv6k-none-eabihf arm-none-eabi-gcc -mcpu=arm1176jzf-s -fpic -ffreestanding -c src/boot.s -o target/boot.o -arm-none-eabi-gcc -T linker.ld -o target/kernel.elf -ffreestanding -O2 -nostdlib target/boot.o target/arm-none-eabihf/release/libalean.rlib +arm-none-eabi-gcc -T linker.ld -o target/kernel.elf -ffreestanding -O2 -nostdlib target/boot.o target/armv6k-none-eabihf/release/libalean.rlib arm-none-eabi-objcopy target/kernel.elf -O binary target/kernel.img \ No newline at end of file