Post
Topic
Board Announcements (Altcoins)
Re: METAL MUSIC COIN V3 - A COIN FOR THE UNDERGROUND METAL MUSIC SCENE
by
sanitarium616
on 16/03/2016, 10:30:29 UTC
am trying to get the wallet installed on raspbian on a raspberry pi 2 but am getting an error when i type make -f makefile.unix
the error i get is:

g++: error:unrecognised command line option '-msse2'
makefile.unix:159: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] error 1

is there a way to get past this error and get the wallet running on my pi?

thanks
sani

hi we updated the source wallet. can you please try the updated one now

https://github.com/metalmusiccoin/MTLMCV3
hey thanks for getting back
i've deleted the code from my pi and recloned it with the new files the process i followed is:

-git clone -b master https://github.com/metalmusiccoin/MTLMCV3
-cd MTLMCV3/src
-make -f makefile.unix

after i press enter/return on the last line i get the following output:
 
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pi/MTLMCV3/src -I/home/pi/MTLMCV3/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
g++: error: unrecognized command line option ‘-msse2’
makefile.unix:159: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1

i have read somewhere that the raspberry pi isnt compatible with msse2 (no idea what msse2 is) and i dont know what part(s) of the code to change to be able to move past the error