raph2i / hassio-addons

some Hass.IO Addons
Other
14 stars 47 forks source link

Unable to build sip2mqtt on aarch64 #13

Open manutoky opened 3 years ago

manutoky commented 3 years ago

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 commented 3 years ago

Same issue here. Raspberry Pi.

manutoky commented 3 years ago

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

raph2i commented 3 years ago

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

manutoky commented 3 years ago

14

I hope this is the only fix needed.