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

ARM 32-bit executable for Raspberry Pi #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bizi-betiko
Copy link
Contributor

Here is the 32-bit binary I compiled for Raspberry Pi. This particular build was done on stock Raspbian Buster (Debian 10 based) on a Raspberry Pi 3, but it also works on Raspberry Pi 4. Being 32-bit it probably also works on Rasberry Pi 2 and 1/Zero but I haven't tested on those.

In order to compile I installed all dependencies as a first step. Then I installed libssl1.0-dev as suggested for Debian 9 onward. I had to comment the following two lines in curecoin-qt.pro

QMAKE_CXXFLAGS += -msse2
QMAKE_CFLAGS += -msse2

since the SSE2 extension is not a feature of these ARM chips.
Afterwards I ran

qmake "USE_UPNP=-"
make

to get the executable. I was unable to compile with UPNP support and "USE_UPNP=0" also threw errors. After running and using the program however I didn't experience any connection problems. Maybe someone could take a look at why upnpDiscover function at net.cpp expects something different than what is defined.

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

Successfully merging this pull request may close these issues.

1 participant