Yggdrasil icon indicating copy to clipboard operation
Yggdrasil copied to clipboard

[libunwind] Add v1.8.0

Open ararslan opened this issue 1 year ago • 2 comments

List of changes: https://github.com/libunwind/libunwind/discussions/698

ararslan avatar Jan 16 '24 17:01 ararslan

https://buildkite.com/julialang/yggdrasil/builds/7797#018d136e-5e99-499b-a460-7d62227df9f9/620-2148

[18:01:19] aarch64/Gos-linux.c: In function ‘_Uaarch64_local_resume’:
[18:01:19] aarch64/Gos-linux.c:147:1: error: x29 cannot be used in asm here
[18:01:19]  }
[18:01:19]  ^
[18:01:19] aarch64/Gos-linux.c:41:7: error: ‘asm’ operand has impossible constraints
[18:01:19]        __asm__ __volatile__ (
[18:01:19]        ^

May need a newer gcc to compile this asm, I've seen similar assembler error before on aaarch64

giordano avatar Jan 16 '24 18:01 giordano

@giordano, any idea what version of GCC might be needed? Some googling suggests that this x29 register message used to occur on Linux AArch64 when building TensorFlow but was fixed by building with -fomit-frame-pointer. 🤔

ararslan avatar Jan 16 '24 20:01 ararslan

Ah, this is apparently a known issue: https://github.com/libunwind/libunwind/issues/742

ararslan avatar Apr 23 '24 16:04 ararslan