doublethinkco/cpp-ethereum-cross

Support Android

bobsummerwill opened this issue · 5 comments

Support Android

Hey @anthony-cros! See https://github.com/bq/aquaris-E5/tree/aquaris-E5-ubuntu-master.

That has the following step listed ...

sudo apt-get install gcc-arm-linux-androideabi

So if we can get gcc-arm-linux-gnueabi working then it looks like adding specifically Android-targeted binaries would be easy enough from there.

Good find, though i suspect we'll run into the same issue as with the other binaries!

Yes, we will, because it will be another ARMv7 ABI one, I think.

it shouldn't be too hard to adapt the scripts to point to that binary instead of the others though, so at least once the ARMv7 issue is solved (via -fPIC), we should that that one "for free"

Yes, that should be easy enough.