Closed raarts closed 9 years ago
That is odd. It compiles for me. I use Debian 8.0 right now and OpenWrt 14.07 (Barrier Breaker). Did you disable it by adding -mno-sse?
Hi,
I re-did everything, but same problem. Note I chose the x86 Target, because I run it on virtualbox.
Ron
On Tue, Feb 3, 2015 at 9:48 AM, Moritz Warning notifications@github.com wrote:
That is odd. I compiles for me. I use Debian 8.0 right now and OpenWrt 14.07 (Barrier Breaker). Did you disable it by adding -mno-sse?
— Reply to this email directly or view it on GitHub https://github.com/mwarning/zerotier-openwrt/issues/1#issuecomment-72662515 .
BTW, I am an openwrt noob, so I wouldn't know where to specify -mno-sse
I think the x86 target is the "culprit". Zerotier probably enables sse2 for x86. I will do some testing. Thanks for the find!
By the way, I had to install gettext as well, you might want to add that to the apt-get line in README.md
Both issues should be fixed now. Thanks a lot for reporting!
Hi,
This would not compile for me, I get the following:
Now I can disable SSE2 in the zerotier-one Makefile, by just removing it, but I am wondering why it compiled for you.