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

Unable to build sip2mqtt on aarch64 #13

Open
manutoky opened this issue May 3, 2021 · 4 comments
Open

Unable to build sip2mqtt on aarch64 #13

manutoky opened this issue May 3, 2021 · 4 comments

Comments

@manutoky
Copy link
Contributor

manutoky commented May 3, 2021

Trying to install sip2mqtt in latest Home Assistant on an Odroidc2 (aarch64) failed:

../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:10: fatal error: emmintrin.h: No such file or directory

Looks like it's trying to build webrtc with intrinisics for Intel SSE2.
Maybe disable WebRTC would help? (--disable-libwebrtc)

@codingcatgirl
Copy link

Same issue here. Raspberry Pi.

@manutoky
Copy link
Contributor Author

manutoky commented Jul 1, 2021

A possible solution is using my fork of this repo. There were other problems as well. https://github.com/manutoky/hassio-addons

@raph2i
Copy link
Owner

raph2i commented Jul 1, 2021

Hey @manutoky .
Currently i am unable to fix this - but can you please create a pull request?

@manutoky
Copy link
Contributor Author

manutoky commented Jul 2, 2021

#14
I hope this is the only fix needed.

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

3 participants