Skip to content

Commit

Permalink
Build command uses armv6k-none-eabihf directory instead of arm-none-e…
Browse files Browse the repository at this point in the history
…abihf
  • Loading branch information
SwanX1 committed Nov 13, 2023
1 parent b9abd50 commit eb21de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit eb21de5

Please sign in to comment.