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 is not actually supported despite claiming to support ARM #12

Closed
jduck opened this issue Sep 3, 2015 · 4 comments
Closed

ARM is not actually supported despite claiming to support ARM #12

jduck opened this issue Sep 3, 2015 · 4 comments

Comments

@jduck
Copy link

jduck commented Sep 3, 2015

The following test uses libc.so from an Android device:

$ ./rp/bin/rp-lin-x64 -f libc.so
Trying to open 'libc.so'..
Loading ELF information..
FileFormat: Elf, Arch: x86

As you can see, whatever ELF code being used here thinks this binary is x86 for some reason...

@jduck
Copy link
Author

jduck commented Sep 3, 2015

Apparently my checkout was out of date :-/ After updating everything this ticket still stands.

@awailly
Copy link
Contributor

awailly commented Sep 3, 2015

You should try the next branch of the tool with improved ARM support. Use the patches in #13 if you have problems compiling.

@0vercl0k
Copy link
Owner

0vercl0k commented Sep 3, 2015

Ha good catch Joshua; I guess when I created the next branch I updated the
description of the project without realizing that the trunk doesn't support
it. I'll remove it!
Cheers,
0vercl0k

2015-09-03 9:21 GMT-07:00 Aurélien Wailly notifications@github.com:

You should try the next branch of the tool with improved ARM support. Use
the patches in #13 #13 if you have
problems compiling.


Reply to this email directly or view it on GitHub
#12 (comment).

@0vercl0k
Copy link
Owner

0vercl0k commented Sep 4, 2015

Updated.

2015-09-03 10:48 GMT-07:00 0vercl0k 0vercl0k@tuxfamily.org:

Ha good catch Joshua; I guess when I created the next branch I updated the
description of the project without realizing that the trunk doesn't support
it. I'll remove it!
Cheers,
0vercl0k

2015-09-03 9:21 GMT-07:00 Aurélien Wailly notifications@github.com:

You should try the next branch of the tool with improved ARM support.
Use the patches in #13 #13 if you
have problems compiling.


Reply to this email directly or view it on GitHub
#12 (comment).

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

No branches or pull requests

3 participants