DEBUG: Executing shell function do_compile
NOTE: make -j 44 -l 66.0
aarch64-yoe-linux-musl-clang -mcpu=cortex-a53+crc --rtlib=compiler-rt --stdlib=libc++ -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/build/tmp/work/raspberrypi3_64-yoe-linux-musl/armstubs/0.0+git76f64a28dc4685507d12f57fe5cfc89f6c32f8e6-r0/recipe-sysroot -DBCM2710=0 -c armstub.S -o armstub.o
armstub.S:32:6: error: invalid operand for instruction
mov r0, #0
^
armstub.S:33:6: error: invalid operand for instruction
ldr r1, machid
^
armstub.S:34:6: error: invalid operand for instruction
ldr r2, atags
^
armstub.S:35:6: error: invalid operand for instruction
ldr pc, kernel
^
armstub.S:40:20: error: invalid variant 'magic' in '.word' directive
.word 0x5afe570b @ magic value to indicate firmware should overwrite atags and kernel
^
armstub.S:41:11: error: invalid variant 'version' in '.word' directive
.word 0 @ version
^
armstub.S:42:20: error: invalid variant 'device' in '.word' directive
atags: .word 0x0 @ device tree address
^
armstub.S:43:21: error: invalid variant 'kernel' in '.word' directive
kernel: .word 0x0 @ kernel start address
^
make: *** [Makefile:33: armstub.o] Error 1
ERROR: oe_runmake failed
WARNING: TOPDIR/build/tmp/work/raspberrypi3_64-yoe-linux-musl/armstubs/0.0+git76f64a28dc4685507d12f57fe5cfc89f6c32f8e6-r0/temp/run.do_compile.35851:1 exit 1 from 'exit 1'
ERROR: Function failed: do_compile (log file is located at TOPDIR/build/tmp/work/raspberrypi3_64-yoe-linux-musl/armstubs/0.0+git76f64a28dc4685507d12f57fe5cfc89f6c32f8e6-r0/temp/log.do_compile.35851)