Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No arm64/aarch64 support! How 2 support it? #98

Open
zsmweb opened this issue Dec 3, 2018 · 4 comments
Open

No arm64/aarch64 support! How 2 support it? #98

zsmweb opened this issue Dec 3, 2018 · 4 comments

Comments

@zsmweb
Copy link

zsmweb commented Dec 3, 2018

Is there any plan to support arm64 linux?

@uumaro
Copy link
Collaborator

uumaro commented Dec 3, 2018

Your best bet it to try running

GOOS=linux GOARCH=arm64 ./build.sh

go-webrtc may work with arm64, but nobody is testing or maintaining it and there are no precompiled webrtc libraries for that reason. You'll have to build the webrtc library yourself at this point.

@zsmweb
Copy link
Author

zsmweb commented Jan 29, 2019

thanks,
And is there any plane to update libwebrtc to the latest version (M71/M72)?

@zsmweb
Copy link
Author

zsmweb commented Jan 29, 2019

I tried to update libwebrtc but got an cgo compile error
undefined reference `rtc::FatalMessage::FatalMessage(char const*, int, std::string*)'

@uumaro
Copy link
Collaborator

uumaro commented Jan 29, 2019

Discussion of a libwebrtc update should happen in a separate issue. Errors relating to std::string probably mean an ABI mismatch. Search the commit history and other issues for _GLIBCXX_USE_CXX11_ABI for some related discussion, but you will have to do the troubleshooting yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants