Skip to content

EthEmbedded/cross-compiling-cpp-ethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Cross-Compiling C++ Ethereum Client

Steps for Ubuntu/Debian:

  • sudo apt-get install gcc-arm-linux-gnueabihf
  • sudo apt-get install g++-arm-linux-gnueabihf
  • git clone --recursive https://github.com/ethereum/webthree-umbrella
  • cd webthree-umbrella
  • mkdir build
  • cd build
  • cmake .. -DCMAKE_TOOLCHAIN_FILE=cpp-ethereum-cross-compile.cmake
  • make -j4

Resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages