Yggdrasil
Yggdrasil copied to clipboard
[libunwind] Add v1.8.0
List of changes: https://github.com/libunwind/libunwind/discussions/698
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, 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. 🤔
Ah, this is apparently a known issue: https://github.com/libunwind/libunwind/issues/742