You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
This error is related to cpu architecture. You're probably not on a x86_64 system.
I see that you're using a raspberry pi, right? You can check your architecture with uname -m.
When looking at your command xCPUARCH = {71}, I assume you're probably on an armv7l system. You'll have to use xCPUARCH=armv7l then.
When I put this command: cd magi / src && make -f makefile.unix xCPUARCH = {71}
I have this error:
g ++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I / home / pi / magi / src -I / home / pi / magi / src / hash - I / home / pi / magi / src / obj -DUSE_UPNP = 0 -DUSE_IPV6 = 1 -I / home / pi / magi / src / leveldb / include -I / home / pi / magi / src / leveldb / helpers -DHAVE_BUILD_INFO - fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE = 2 -msse2 -MMD -MF obj / alert.d -o obj / alert.o alert.cpp
g ++: error: unrecognized command line option '-msse2'
makefile.unix: 186: instructions for target 'obj / alert.o' failed
make: *** [obj / alert.o] Error 1
Why is this ?
The text was updated successfully, but these errors were encountered: