orbit icon indicating copy to clipboard operation
orbit copied to clipboard

compile failed on Ubuntu20.04.1

Open 349570729 opened this issue 1 year ago • 12 comments

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 image image

349570729 avatar Jul 19 '23 09:07 349570729

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

beckerhe avatar Jul 20 '23 06:07 beckerhe

我已经收到了您的邮件,谢谢!I've received your e-mail, thank you!

349570729 avatar Jul 20 '23 06:07 349570729

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?

349570729 avatar Jul 26 '23 08:07 349570729

Another small question is: Does orbit support call stack sampling in ARM64?

No, ARM64 is currently not supported.

florian-kuebler avatar Jul 26 '23 08:07 florian-kuebler

I get the same error using Clang-11 on Ubuntu 20.04. A workaround is to comment that file entirely.

pierricgimmig avatar Aug 30 '23 05:08 pierricgimmig

我已经收到了您的邮件,谢谢!I've received your e-mail, thank you!

349570729 avatar Aug 30 '23 05:08 349570729

@beckerhe , see https://godbolt.org/z/qW1oc4crz (failing) and https://godbolt.org/z/5obM7dThc (compiling)

pierricgimmig avatar Aug 30 '23 06:08 pierricgimmig

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.

jt387 avatar Sep 18 '23 06:09 jt387

我已经收到了您的邮件,谢谢!I've received your e-mail, thank you!

349570729 avatar Sep 18 '23 06:09 349570729

@pierricgimmig are there plans to merge the changes in the compiling version? I'm also running into this issue.

p3achyjr avatar Sep 26 '23 17:09 p3achyjr