Skip to content

Instantly share code, notes, and snippets.

@yageek
Created March 30, 2017 16:02
Show Gist options
  • Select an option

  • Save yageek/6f828bfb496d50856797cb65a453b725 to your computer and use it in GitHub Desktop.

Select an option

Save yageek/6f828bfb496d50856797cb65a453b725 to your computer and use it in GitHub Desktop.
Rust target compilation error
--- stdout
OPT_LEVEL = Some("0")
TARGET = Some("armv7-linux-androideabi")
HOST = Some("x86_64-apple-darwin")
TARGET = Some("armv7-linux-androideabi")
TARGET = Some("armv7-linux-androideabi")
HOST = Some("x86_64-apple-darwin")
CC_armv7-linux-androideabi = None
CC_armv7_linux_androideabi = None
TARGET_CC = None
CC = Some("/users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang")
TARGET = Some("armv7-linux-androideabi")
HOST = Some("x86_64-apple-darwin")
CFLAGS_armv7-linux-androideabi = None
CFLAGS_armv7_linux_androideabi = None
TARGET_CFLAGS = None
CFLAGS = None
PROFILE = Some("debug")
running: "/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/configure" "--with-pic" "--disable-multilib" "--disable-shared" "--disable-host-shared" "--target=armv7-linux-androideabi" "--host=x86_64-apple-darwin"
checking build system type... x86_64-apple-darwin16.5.0
checking host system type... x86_64-apple-darwin
checking target system type... armv7-unknown-linux-androideabi
checking for x86_64-apple-darwin-gcc... /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang accepts -g... yes
checking for /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang option to accept ISO C89... none needed
checking how to run the C preprocessor... /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-apple-darwin-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-apple-darwin-gcc... (cached) /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang accepts -g... (cached) yes
checking for /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang option to accept ISO C89... (cached) none needed
checking for x86_64-apple-darwin-ranlib... no
checking for ranlib... ranlib
checking for gawk... (cached) awk
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang... /users/yheinrich/dev/rust/arm/arm-linux-androideabi/bin/ld
checking if the linker (/users/yheinrich/dev/rust/arm/arm-linux-androideabi/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... no
checking for x86_64-apple-darwin-dumpbin... no
checking for x86_64-apple-darwin-link... no
checking for dumpbin... no
checking for link... link -dump
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /users/yheinrich/dev/rust/arm/arm-linux-androideabi/bin/ld option to reload object files... -r
checking for x86_64-apple-darwin-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-apple-darwin-ar... no
checking for ar... ar
checking for x86_64-apple-darwin-strip... strip
checking for x86_64-apple-darwin-ranlib... ranlib
checking command to parse nm output from /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang object... ok
checking for x86_64-apple-darwin-dsymutil... no
checking for dsymutil... dsymutil
checking for x86_64-apple-darwin-nmedit... no
checking for nmedit... nmedit
checking for x86_64-apple-darwin-lipo... no
checking for lipo... lipo
checking for x86_64-apple-darwin-otool... no
checking for otool... otool
checking for x86_64-apple-darwin-otool64... no
checking for otool64... no
checking for -single_module linker flag... no
checking for -exported_symbols_list linker flag... no
checking for -force_load linker flag... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -fno-rtti -fno-exceptions... yes
checking for /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang option to produce PIC... -fno-common -DPIC
checking if /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang PIC flag -fno-common -DPIC works... yes
checking if /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang static flag -static works... yes
checking if /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -c -o file.o... yes
checking if /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -c -o file.o... (cached) yes
checking whether the /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang linker (/users/yheinrich/dev/rust/arm/arm-linux-androideabi/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace... yes
checking for -funwind-tables option... yes
checking for -frandom-seed=string option... yes
checking whether /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -W... yes
checking whether /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -Wall... yes
checking whether /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -Wwrite-strings... yes
checking whether /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -Wstrict-prototypes... yes
checking whether /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -Wmissing-prototypes... yes
checking whether /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -Wold-style-definition... yes
checking whether /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -Wmissing-format-attribute... yes
checking whether /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang supports -Wcast-qual... yes
checking for _Unwind_GetIPInfo... no
checking __sync extensions... yes
checking __atomic extensions... yes
checking output filetype... elf32
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in gstdint.h... stdint.h (already complete)
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking for dl_iterate_phdr... yes
checking for fcntl... yes
checking whether strnlen is declared... yes
checking for getexecname... no
checking whether tests can run... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating backtrace-supported.h
config.status: creating config.h
config.status: executing libtool commands
config.status: executing gstdint.h commands
config.status: executing default commands
running: "make" "INCDIR=/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace"
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o atomic.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/atomic.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/atomic.c -fno-common -DPIC -o atomic.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o dwarf.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/dwarf.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/dwarf.c -fno-common -DPIC -o dwarf.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o fileline.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/fileline.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/fileline.c -fno-common -DPIC -o fileline.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o posix.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/posix.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/posix.c -fno-common -DPIC -o posix.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o print.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/print.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/print.c -fno-common -DPIC -o print.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o sort.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/sort.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/sort.c -fno-common -DPIC -o sort.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o state.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/state.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/state.c -fno-common -DPIC -o state.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o backtrace.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/backtrace.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/backtrace.c -fno-common -DPIC -o backtrace.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o simple.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/simple.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/simple.c -fno-common -DPIC -o simple.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o elf.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/elf.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/elf.c -fno-common -DPIC -o elf.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o mmapio.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/mmapio.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/mmapio.c -fno-common -DPIC -o mmapio.o
/bin/sh ./libtool --tag=CC --mode=compile /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c -o mmap.lo /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/mmap.c
libtool: compile: /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -DHAVE_CONFIG_H -I. -I/Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../include -I /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -c /Users/yheinrich/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.10/src/libbacktrace/mmap.c -fno-common -DPIC -o mmap.o
/bin/sh ./libtool --tag=CC --mode=link /users/yheinrich/dev/rust/arm/bin/arm-linux-androideabi-clang -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -fPIC -O0 -ffunction-sections -fdata-sections -fPIC -g --target=armv7-linux-androideabi -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
libtool: link: ar cru .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o
libtool: link: ranlib .libs/libbacktrace.a
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
true DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make
cargo:rustc-link-search=native=/Users/yheinrich/dev/ios/component-protocol/capi/target/armv7-linux-androideabi/debug/build/backtrace-sys-c41044212322c9f2/out/.libs
cargo:rustc-link-lib=static=backtrace
running: "ar" "x" "/Users/yheinrich/dev/ios/component-protocol/capi/target/armv7-linux-androideabi/debug/build/backtrace-sys-c41044212322c9f2/out/.libs/libbacktrace.a"
running: "objcopy" "--redefine-syms=symbol-map" "/Users/yheinrich/dev/ios/component-protocol/capi/target/armv7-linux-androideabi/debug/build/backtrace-sys-c41044212322c9f2/out/__tmp/__.SYMDEF SORTED"
--- stderr
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configure: WARNING: using cross tools not prefixed with host triplet
warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: .libs/libbacktrace.a the table of contents is empty (no object file members in the library define global symbols)
thread 'main' panicked at '
failed to execute command: No such file or directory (os error 2)
Is `objcopy` not installed?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment