I have an Odroid C2 running the latest beta(7.90.008), and I need to run xunlei xware(a 32bit app for download), when i run "./portal" with root permission, it says "-sh: ./portal: not found", how can i do?
sorry for my poor english!
ODROID C2 - How to run 32bit app ?
-
wxyhxh -
November 5, 2016 at 8:47 AM -
Thread is Unresolved
-
-
It's not possible. C2 is build for aarch64 and there is no multiarch support.
-
I have an Odroid C2 running the latest beta(7.90.008), and I need to run xunlei xware(a 32bit app for download), when i run "./portal" with root permission, it says "-sh: ./portal: not found", how can i do?
sorry for my poor english!You have to build from source using cross compiler with docker. You can find an example here GitHub - dimitriss/libtorrent-go: SWIG Go bindings for libtorrent-rasterbar
-
It's not possible. C2 is build for aarch64 and there is no multiarch support.thx for your reply!
[hr]You have to build from source using cross compiler with docker. You can find an example here GitHub - dimitriss/libtorrent-go: SWIG Go bindings for libtorrent-rasterbar
I am not familiar with this ,can you compile one for me , thank you very much!