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

Add support for GCC and Android armv7-a. #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

unpluggedcoder
Copy link

Only tested on my own Android AArch64 and armv7-a environment 😀

unpluggedcoder and others added 4 commits June 16, 2020 17:38
```shell
cargo:warning=src/arch/arch64_trampoline.s: Assembler message:
cargo:warning=src/arch/arch64_trampoline.s:13: Error: bad register expression
```
@fabricedesre
Copy link

@unpluggedcoder I tried this patch on 32bits android, but I'm facing an issue with the fork() interception:
The current code expects libc, not bionic, and uses __libc_fork as the external symbol. But bionic only exposes fork with no alias.
Did you workaround that somehow?

@unpluggedcoder
Copy link
Author

I only use the nwind crate from the memory-profiler for Android platform. Haven't try not-perf.

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.

2 participants