writos on  main via ↯ v0.8.0-dev.1712+2f07d76ee via ❄️  impure 
❯ arm-none-eabi-gcc -mcpu=arm1176jzf-s -fpic -ffreestanding -c boot.S -o boot.o -g
writos on  main via ↯ v0.8.0-dev.1712+2f07d76ee via ❄️  impure 
❯ zig build-obj -target arm-freestanding-eabi -mcpu=arm1176jzf_s -fPIC boot.S -femit-bin=boot.o 
error(compilation): clang failed with stderr: boot.S:29:5: error: instruction requires: armv5t
    blx r3
    ^
boot.S:32:5: error: instruction requires: armv6k
    wfe
    ^

boot.S:1:1: error: unable to build C object: clang exited with code 1
writos on  main via ↯ v0.8.0-dev.1712+2f07d76ee via ❄️  impure 
❯