testaroli icon indicating copy to clipboard operation
testaroli copied to clipboard

ARM64 / Win11 build fails

Open qrdl opened this issue 7 months ago • 0 comments

  go test -v -gcflags="all=-N -l" ./examples/...
  shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
go: downloading golang.org/x/sys v0.33.0
# runtime/cgo
gcc_arm64.S: Assembler messages:
FAIL	github.com/qrdl/testaroli/examples/functions [build failed]
gcc_arm64.S:30: Error: no such instruction: `stp x29,x30,[sp,'
FAIL	github.com/qrdl/testaroli/examples/methods [build failed]
gcc_arm64.S:34: Error: too many memory references for `mov'
gcc_arm64.S:36: Error: no such instruction: `stp x19,x20,[sp,'
gcc_arm64.S:39: Error: no such instruction: `stp x21,x22,[sp,'
gcc_arm64.S:42: Error: no such instruction: `stp x23,x24,[sp,'
gcc_arm64.S:45: Error: no such instruction: `stp x25,x26,[sp,'
FAIL
gcc_arm64.S:48: Error: no such instruction: `stp x27,x28,[sp,'
gcc_arm64.S:52: Error: too many memory references for `mov'
gcc_arm64.S:53: Error: too many memory references for `mov'
gcc_arm64.S:54: Error: too many memory references for `mov'
gcc_arm64.S:56: Error: no such instruction: `blr x20'
gcc_arm64.S:57: Error: no such instruction: `blr x19'
gcc_arm64.S:59: Error: no such instruction: `ldp x27,x28,[sp,'
gcc_arm64.S:62: Error: no such instruction: `ldp x25,x26,[sp,'
gcc_arm64.S:65: Error: no such instruction: `ldp x23,x24,[sp,'
gcc_arm64.S:68: Error: no such instruction: `ldp x21,x22,[sp,'
gcc_arm64.S:71: Error: no such instruction: `ldp x19,x20,[sp,'
gcc_arm64.S:74: Error: no such instruction: `ldp x29,x30,[sp],'
Error: Process completed with exit code 1.

qrdl avatar May 23 '25 10:05 qrdl