Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: failed to run custom build command for rust-crypto v0.2.36 #12

Open
N17R0-HACKERS opened this issue Apr 20, 2022 · 1 comment
Open

Comments

@N17R0-HACKERS
Copy link

error: failed to run custom build command for rust-crypto v0.2.36

Caused by:
process didn't exit successfully: /data/data/com.termux/files/home/Ethereal/target/debug/build/rust-crypto-8f3ba42b89e8090a/build-script-build (exit status: 101)
--- stdout
TARGET = Some("armv7-linux-androideabi")
OPT_LEVEL = Some("0")
TARGET = Some("armv7-linux-androideabi")
TARGET = Some("armv7-linux-androideabi")
HOST = Some("armv7-linux-androideabi")
CFLAGS_armv7-linux-androideabi = None
CFLAGS_armv7_linux_androideabi = None
HOST_CFLAGS = None
CFLAGS = None
DEBUG = Some("true")
running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-march=armv7-a" "-march=armv7-a" "-mfpu=vfpv3-d16" "-mfloat-abi=softfp" "-Wall" "-Wextra" "-o" "/data/data/com.termux/files/home/Ethereal/target/debug/build/rust-crypto-474005083607c495/out/src/util_helpers.o" "-c" "src/util_helpers.c"
exit status: 0
TARGET = Some("armv7-linux-androideabi")
OPT_LEVEL = Some("0")
TARGET = Some("armv7-linux-androideabi")
TARGET = Some("armv7-linux-androideabi")
HOST = Some("armv7-linux-androideabi")
CFLAGS_armv7-linux-androideabi = None
CFLAGS_armv7_linux_androideabi = None
HOST_CFLAGS = None
CFLAGS = None
DEBUG = Some("true")
running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-march=armv7-a" "-march=armv7-a" "-mfpu=vfpv3-d16" "-mfloat-abi=softfp" "-Wall" "-Wextra" "-o" "/data/data/com.termux/files/home/Ethereal/target/debug/build/rust-crypto-474005083607c495/out/src/aesni_helpers.o" "-c" "src/aesni_helpers.c"
exit status: 0
TARGET = Some("armv7-linux-androideabi")
TARGET = Some("armv7-linux-androideabi")
HOST = Some("armv7-linux-androideabi")
AR_armv7-linux-androideabi = None
AR_armv7_linux_androideabi = None
HOST_AR = None
AR = None
TARGET = Some("armv7-linux-androideabi")
TARGET = Some("armv7-linux-androideabi")
running: "arm-linux-androideabi-ar" "crs" "/data/data/com.termux/files/home/Ethereal/target/debug/build/rust-crypto-474005083607c495/out/lib_rust_crypto_helpers.a" "/data/data/com.termux/files/home/Ethereal/target/debug/build/rust-crypto-474005083607c495/out/src/util_helpers.o" "/data/data/com.termux/files/home/Ethereal/target/debug/build/rust-crypto-474005083607c495/out/src/aesni_helpers.o"

--- stderr
thread 'main' panicked at '

Internal error occurred: Failed to find tool. Is arm-linux-androideabi-ar installed?

', /data/data/com.termux/files/home/.cargo/registry/src/github.com-1285ae84e5963aae/gcc-0.3.55/src/lib.rs:1672:5
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: build failed

@SheIITear
Copy link
Contributor

SheIITear commented Apr 20, 2022

You're missing stuff, install binutils. As tech geek/programmer/hacker, one should be able to read the error message 😉.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants