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

Cross compile support for ARM linux #27

Open
tonyho opened this issue Mar 9, 2023 · 3 comments
Open

Cross compile support for ARM linux #27

tonyho opened this issue Mar 9, 2023 · 3 comments
Assignees
Labels

Comments

@tonyho
Copy link

tonyho commented Mar 9, 2023

Can this tool support run on ARM Linux? (armv7 and aarch64)
Right now, it seems only run on Linux X86?

@andelf
Copy link
Contributor

andelf commented Mar 10, 2023

On my Raspbian, it works as in a normal workflow:

# assume rust installed
sudo apt install libusb-1.0-0-dev

cargo run --release

@tonyho
Copy link
Author

tonyho commented Mar 10, 2023

Thanks. Can project release the ELF in Action for ARMv7a + Linux?

@andelf andelf self-assigned this Mar 10, 2023
@andelf andelf added the build label Jul 2, 2023
@froscon2024
Copy link
Contributor

When you run arch linux on your ARM device, you can just use for example the package named whcisp-git. https://aur.archlinux.org/packages/wchisp-git
You can take a look that is already been tested on aarch64 and riscv64: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=wchisp-git#n7

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

3 participants