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 static binary #320

Closed
babam86 opened this issue Aug 23, 2018 · 5 comments
Closed

ARM static binary #320

babam86 opened this issue Aug 23, 2018 · 5 comments

Comments

@babam86
Copy link

babam86 commented Aug 23, 2018

Please provide arm static binary.

Thanks.

@sharkdp
Copy link
Owner

sharkdp commented Aug 23, 2018

Thank you for the feedback.

I believe this could be achieved by repeating/adapting what I did in 6fb5004 for the arm-unknown-linux-musleabihf target (instead of arm-unknown-linux-gnueabihf).

Any help would be greatly appreciated.

@babam86
Copy link
Author

babam86 commented Aug 25, 2018

TARGET=armv7-unknown-linux-musleabihf

I will use fd on my Android (armv7).

Thanks.

@sharkdp
Copy link
Owner

sharkdp commented Aug 27, 2018

If I understand correctly, the arm-unknown-* targets support both armv7 and armv6.

@duncanfinney
Copy link
Contributor

If I understand correctly, the arm-unknown-* targets support both armv7 and armv6.

Yep! arm-unknown- builds armv5. The newer arm versions are all backwards compatible (I think even armv8 if it's running in 32-bit mode).

@sharkdp
Copy link
Owner

sharkdp commented Nov 4, 2018

Closed via #320 by @duncanfinney. The next fd release will include a statically linked ARM binary.

@sharkdp sharkdp closed this as completed Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants