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
I want to build the hijack lib for aarch64-linux-android30-(Android 10) ,but there is no aarch64-linux-android30-ld and other tools,which makes it impossible to use CROSS_COMPILE.And after I linked these tools,it stills cannot work with some clang problems.(the scripts/kconfig/conf cannot compile with bcmp not found,and many other problems) I tried to use the lkl-docker of android-arm64 ,but the docker image seems no longer exists.Maybe you can tell me how to build it for android? (The .so build with old android toolchain cannot run on newer editions with the rwx problem)
The text was updated successfully, but these errors were encountered:
I want to build the hijack lib for
aarch64-linux-android30-
(Android 10) ,but there is noaarch64-linux-android30-ld
and other tools,which makes it impossible to useCROSS_COMPILE
.And after I linked these tools,it stills cannot work with some clang problems.(thescripts/kconfig/conf
cannot compile with bcmp not found,and many other problems) I tried to use the lkl-docker of android-arm64 ,but the docker image seems no longer exists.Maybe you can tell me how to build it for android? (The .so build with old android toolchain cannot run on newer editions with the rwx problem)The text was updated successfully, but these errors were encountered: