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

Support Android #35

Open
bobsummerwill opened this issue Nov 25, 2015 · 5 comments
Open

Support Android #35

bobsummerwill opened this issue Nov 25, 2015 · 5 comments

Comments

@bobsummerwill
Copy link
Member

No description provided.

@bobsummerwill bobsummerwill self-assigned this Nov 25, 2015
@bobsummerwill bobsummerwill removed the eth label Nov 28, 2015
@bobsummerwill bobsummerwill removed their assignment Nov 28, 2015
@bobsummerwill bobsummerwill changed the title Get to a working eth binary for Android Support Android Nov 29, 2015
@bobsummerwill
Copy link
Member Author

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.

@anthony-cros
Copy link
Member

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

@bobsummerwill
Copy link
Member Author

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

@anthony-cros
Copy link
Member

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"

@bobsummerwill
Copy link
Member Author

Yes, that should be easy enough.

@bobsummerwill bobsummerwill added this to the Milestone 2 milestone Dec 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants