-
Notifications
You must be signed in to change notification settings - Fork 351
compile failed on Ubuntu20.04.1 #4838
Comments
Hmmm. I don't see from the top of my head what's going wrong here. Can you try to compile with clang? |
我已经收到了您的邮件,谢谢!I've received your e-mail, thank you!
|
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? |
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) |
@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. |
still doen't work |
我已经收到了您的邮件,谢谢!I've received your e-mail, thank you!
|
我已经收到了您的邮件,谢谢!I've received your e-mail, thank you!
|
env:
![image](https://private-user-images.githubusercontent.com/26289840/254536239-1b407c84-bcd8-48b2-adda-f7db6bb69a13.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3Nzc1MjMsIm5iZiI6MTczODc3NzIyMywicGF0aCI6Ii8yNjI4OTg0MC8yNTQ1MzYyMzktMWI0MDdjODQtYmNkOC00OGIyLWFkZGEtZjdkYjZiYjY5YTEzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDE3NDAyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI2MTExOWFmNDc2NjY4NDdiOGRjNWQzN2QzZGExMWVjMzAxY2E2NDZiNzY2YjdlMGM2MTcwNmRhZjQ2ZDNmMTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MOvFfCiUsR3-NoIh4OdRC2vjGWTPlGGlcjlFqJWrtFQ)
![image](https://private-user-images.githubusercontent.com/26289840/254536618-f7c31ae2-f797-4657-8cfa-1dca9ec241ca.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3Nzc1MjMsIm5iZiI6MTczODc3NzIyMywicGF0aCI6Ii8yNjI4OTg0MC8yNTQ1MzY2MTgtZjdjMzFhZTItZjc5Ny00NjU3LThjZmEtMWRjYTllYzI0MWNhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDE3NDAyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZmNDEyMjUzMzZkOTI1MzQ0MmVkZWE0MmFjYjU5ZTRjZGY0NDhiOWRjNTMxZGJjODE2NTE2MmE0Yzc2NTAxMTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.G8sv2uOmT2x_PADl26Zgccg4TugclnoOVqJu6Cv-m1g)
Linux 5.4.0-42-generic
Ubuntu 20.04.1 LTS
gcc 9.4.0
clang version 10.0.0-4
git log hash: a4e41b5
git branch: main
build command: ./bootstrap-orbit.sh
The text was updated successfully, but these errors were encountered: