You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
Can you help me out of this predicament here.
I want to use staticx to link termux binaries which are made with Android NDK. The issue is, staticx is not possible to get installed inside termux because of LDC and lld issues on the Android platform.
Is there any way we can make it possible to run staticx from a supported platform and collect the necessary binaries and dependencies remotely from an unsupported platform?
Or is there an easier approach for this?
Thank you.
The text was updated successfully, but these errors were encountered:
To be honest, running staticx to build the binary is the easy half of the battle. Executing the resulting binary and ensuring it only uses the bundled libraries is the difficult part. I barely have the bandwidth to keep staticx working on glibc - adding support for Android NDK is not going to happen without a community contribution.
Hi there,
Can you help me out of this predicament here.
I want to use staticx to link termux binaries which are made with Android NDK. The issue is, staticx is not possible to get installed inside termux because of LDC and lld issues on the Android platform.
Is there any way we can make it possible to run staticx from a supported platform and collect the necessary binaries and dependencies remotely from an unsupported platform?
Or is there an easier approach for this?
Thank you.
The text was updated successfully, but these errors were encountered: