Cant run exe.so arm binaries on my wine 3.0 arm android

Questions about Wine on Android
Locked
salvaliebana
Level 2
Level 2
Posts: 11
Joined: Mon Aug 13, 2018 9:47 am

Cant run exe.so arm binaries on my wine 3.0 arm android

Post by salvaliebana »

I have these recompiled binaries than run natively on my rpi3 but cant be executed for some reason on my android tablet

https://notaz.gp2x.de/misc/starec/

it cant run elf binaries? I use some terminal configurations for wine.. how to apply them on android too? any way to use a terminal coomand to execute wine on android?
User avatar
André H.
Moderator
Moderator
Posts: 202
Joined: Sun Dec 07, 2008 8:33 am

Re: Cant run exe.so arm binaries on my wine 3.0 arm android

Post by André H. »

rpi3 winelib binaries are most likely linked to glibc, but Android is using bionic. You need to compile Wine for Android (you can do that on x86 too) and use the provided tools to generate Android style winelib binaries
Locked