Skip to content

ARM, Win32, Win64 Support #261

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

Closed
wants to merge 4 commits into from
Closed

ARM, Win32, Win64 Support #261

wants to merge 4 commits into from

Conversation

kleetus
Copy link
Contributor

@kleetus kleetus commented Sep 28, 2015

closes #260

  • Added checks for CC or CXX env variables in order to build the right output files for arm computers.

@braydonf
Copy link
Contributor

I was able to compile on Ubuntu 14.04 by running:

sudo apt-get install gcc-multilib
sudo apt-get install gcc-arm-linux-gnueabihf
arm-linux-gnueabihf-gcc -v
sudo apt-get install g++-arm-linux-gnueabihf
export CC=arm-linux-gnueabihf-gcc 
export CXX=arm-linux-gnueabihf-g++
npm install

@kleetus
Copy link
Contributor Author

kleetus commented Sep 30, 2015

I will transfer the resulting binary to Braydon's Pi as soon as I get access. If not, then I will bring in a spare Pi, EDIT: this is done...you can log in to the raspberry pi at 10.10.10.90 and test it out for yourself as well.

@kleetus kleetus changed the title ARM Support ARM, Win32, Win64 Support Oct 9, 2015
Chris Kleeschulte added 4 commits October 16, 2015 16:43
- Added checks for CC or CXX env variables in order to build the right output files for arm computers.
- When compiling directly on the ARM device, we need to satisfy bitcoin's dependencies by hard-coding to the only supported arm platform, gnueabihf.
- Removed unneeded ldflags for boost (this is taken care of via environment variables now)
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.

ARM binary builds for distribution
2 participants