ring icon indicating copy to clipboard operation
ring copied to clipboard

build failed with armv7-poky-linux-gnueabihf

Open gneworld opened this issue 2 years ago • 1 comments

Caused by: process didn't exit successfully: build/ring-d60b2df231d64f9f/build-script-build (exit status: 101) --- stdout OPT_LEVEL = Some("3") TARGET = Some("armv7-unknown-linux-gnueabihf") HOST = Some("x86_64-unknown-linux-gnu") CC_armv7-unknown-linux-gnueabihf = None CC_armv7_unknown_linux_gnueabihf = None TARGET_CC = None CC = Some("clang -m32 -target armv7-poky-linux-gnueabihf -mfloat-abi=hard -funwind-tables --sysroot=/xxx CFLAGS_armv7-unknown-linux-gnueabihf = None CFLAGS_armv7_unknown_linux_gnueabihf = None TARGET_CFLAGS = None CFLAGS = None CRATE_CC_NO_DEFAULTS = None DEBUG = Some("false")

--- stderr running "clang" "-m32" "-target" "armv7-poky-linux-gnueabihf" "-mfloat-abi=hard" "-funwind-tables" clang-11: warning: argument unused during compilation: In file included from crypto/fipsmodule/bn/montgomery_inv.c:15: In file included from crypto/fipsmodule/bn/internal.h:126: In file included from include/GFp/base.h:66:

include_next <stdint.h>

^

1 error generated. thread 'main' panicked at 'execution failed',ring-0.16.20/build.rs:656:9 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... error: build failed

gneworld avatar Oct 24 '21 10:10 gneworld

What is the exact command line you are using to build your crate, including the environment variables like TARGET_CC and the like?

briansmith avatar Dec 09 '21 01:12 briansmith

Closing due to inactivity.

briansmith avatar Oct 14 '23 03:10 briansmith