iamalibaba
Gradle build error
Here is my script so far:
#!/data/data/com.termux/files/usr/bin/sh
proot() {
printf >&2 "\e[1;97m%s\n%s\n\e[0m" "Running in PROOT:" "$1"
proot-distro login ubuntu -- bash -c "$1"
}
proot "/data/data/com.termux/files/home/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.21.8/3b3111d68b7ef4392cfbbea33a48a95dc7a1f4d7/protoc-3.21.8-linux-aarch_64.exe $@"
I'm about to test it now.24 replies
Gradle build error
I tried using
LD_PRELOAD=/system/bin/linker64 /data/data/com.termux/files/home/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.21.8/3b3111d68b7ef4392cfbbea33a48a95dc7a1f4d7/protoc-3.21.8-linux-aarch_64.exe
which still gave me the same error I originally had.24 replies
How do I build QEMU?
I am talking about the docker image from the build environment setup link below.
https://github.com/termux/termux-packages/wiki/Build-environment#docker-container
I only asked because I got an error trying to run the image on my Raspberry Pi.
12 replies