-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Can you add more supported platforms in releases ? #8
Comments
Following platforms are added: - armv7-unknown-linux-gnueabihf - aarch64-linux-android --release - mips-unknown-linux-musl
Hi, Following platform are added:
They can be built but I haven't actually test them on corresponding platforms. More available platforms are listed on cross#supported-targets, notify me if you need some specific ones. |
My understanding of platforms is poor :( The program also needs to work under linux i586/i686 (for "normal" x32 / x86 linux) Under armv7 (android 4.2.2), the utility did not work for me
Maybe need a static linux binary? mips-unknown-linux-musl didn't work on my router
Here is the router info :
|
Sorry, I'm not familiar with cross-compilation either. You may try it yourself, here is what I did, for a reference:
I guess |
OK. I will try to find more information on this issue.
Can you compile ? Then I could test it on my device. p.s. Can you compile the releases for linux i586/i686 (I will check their work on AntiX (Debian) x86/x32) ? |
Perhaps just a .appimage can be the solution as to support mostly all system, like Centos7, ... |
Hi.
Can you add more supported platforms in releases ? armv7 & aarch64 (android), MIPS (le), etc?
The text was updated successfully, but these errors were encountered: