orbit
orbit copied to clipboard
compile failed on Ubuntu20.04.1
env:
Linux 5.4.0-42-generic
Ubuntu 20.04.1 LTS
gcc 9.4.0
clang version 10.0.0-4
git log hash: a4e41b55c29467a18253e0694ab1c546b5b61878
git branch: main
build command: ./bootstrap-orbit.sh
Hmmm. I don't see from the top of my head what's going wrong here.
Can you try to compile with clang? ./build.sh clang10_release
我已经收到了您的邮件,谢谢!I've received your e-mail, thank you!
Hmmm. I don't see from the top of my head what's going wrong here.
Can you try to compile with clang?
./build.sh clang10_release
thanks a lot, i have already compiled it in Ubuntu22.04 virtual machine. Another small question is: Does orbit support call stack sampling in ARM64?
Another small question is: Does orbit support call stack sampling in ARM64?
No, ARM64 is currently not supported.
I get the same error using Clang-11 on Ubuntu 20.04. A workaround is to comment that file entirely.
我已经收到了您的邮件,谢谢!I've received your e-mail, thank you!
@beckerhe , see https://godbolt.org/z/qW1oc4crz (failing) and https://godbolt.org/z/5obM7dThc (compiling)
I get the same error using Clang-11 on Ubuntu 20.04. A workaround is to comment that file entirely.
@pierricgimmig Thanks a lot! Commenting AnyErrorOfTest.cpp works for me.
我已经收到了您的邮件,谢谢!I've received your e-mail, thank you!
@pierricgimmig are there plans to merge the changes in the compiling version? I'm also running into this issue.