libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libunwind cross compile build question on cortexa7]


From: 전태인
Subject: [libunwind cross compile build question on cortexa7]
Date: Wed, 03 Mar 2021 17:55:09 +0900

Hi

When compiling libunwind based on coretexA7, the following error occurred.



 ../x86_64-libtool --tag=CC --mode=link arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -fno-optimize-sibling-calls -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -L/home/tcc803x-a7s/libunwind/example/libunwind-master/src/.libs -o test-proc-info test-proc-info.o ../src/libunwind-arm.la

x86_64-libtool: link: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -fno-optimize-sibling-calls -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -o test-proc-info test-proc-info.o -L/home/tcc803x-a7s/libunwind/example/libunwind-master/src/.libs ../src/.libs/libunwind-arm.a -llzma -lz ../src/.libs/libunwind-arm.a(Gstep.o): In function `_Uarm_step': /home/tcc803x-a7s/libunwind/example/libunwind-master/src/arm/Gstep.c:95: undefined reference to `_Uarm_is_signal_frame' /home/tcc803x-a7s/libunwind/example/libunwind-master/src/arm/Gstep.c:96: undefined reference to `_Uarm_handle_signal_frame' ../src/.libs/libunwind-arm.a(Gfind_proc_info-lsb.o): In function `load_debug_frame': /home/tcc803x-a7s/libunwind/example/libunwind-master/src/dwarf/Gfind_proc_info-lsb.c:123: undefined reference to `_Uelf32_load_debuglink' /home/tcc803x-a7s/libunwind/example/libunwind-master/src/dwarf/Gfind_proc_info-lsb.c:127: undefined reference to `_Uelf32_find_section' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:1287: test-proc-info] Error 1 make[2]: Leaving directory '/home/tcc803x-a7s/libunwind/example/libunwind-master/tests' make[1]: *** [Makefile:2073: check-am] Error 2 make[1]: Leaving directory '/home/tcc803x-a7s/libunwind/example/libunwind-master/tests' make: *** [Makefile:604: check-recursive] Error 1

i think, the problem occurred because the library files were not properly created or linked due to a faulty build. Libraries and header files created through autogen.sh and configure, make, and make install are as follows.


tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ ls ~/libunwind/ example/ include/ lib/ tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ ls ~/libunwind/include/ libunwind-arm.h libunwind-common.h libunwind-coredump.h libunwind-dynamic.h libunwind-ptrace.h tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ ls ~/libunwind/lib/ libunwind-arm.a libunwind-arm.la pkgconfig


to build libunwind, I proceeded as follows.


tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ ./autogen.sh autoreconf: Entering directory `.'

...

...

checking whether we are cross compiling... configure: error: in `/home/tcc803x-a7s/libunwind/example/libunwind-master': configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details


tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ ./configure --target=arm --host=x86_64 LDFLAGS="-L$PWD/src/.libs"

...

...

tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ make

...

...

tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ make install prefix=/home/tcc803x-a7s/libunwind/


I would be really grateful if you could guide me if there is any wrong build process.

Please contact me if you have any additional information you need! Thank you.


*Below is the complete log of the build process.*

 tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ ./autogen.sh

autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory config autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. autoreconf: running: /home/tcc803x-a7s/tool_chains/build/sysroots/x86_64-oesdk-linux/usr/bin/autoconf --force autoreconf: running: /home/tcc803x-a7s/tool_chains/build/sysroots/x86_64-oesdk-linux/usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:20: installing 'config/ar-lib' configure.ac:16: installing 'config/compile' configure.ac:10: installing 'config/config.guess' configure.ac:10: installing 'config/config.sub' configure.ac:11: installing 'config/install-sh' configure.ac:11: installing 'config/missing' Makefile.am: installing './INSTALL' src/Makefile.am: installing 'config/depcomp' parallel-tests: installing 'config/test-driver' autoreconf: running: gnu-configize autoreconf: Leaving directory `.' configure: loading site script /home/tcc803x-a7s/tool_chains/build/site-config-cortexa7hf-neon-telechips-linux-gnueabi checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... configure: error: in `/home/tcc803x-a7s/libunwind/example/arm/libunwind-master': configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ ./configure --host=arm^CDFLAGS="-L$PWD/src/.libs" tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ ./configure --target=arm --host=x86_64 LDFLAGS="-L$PWD/src/.libs" configure: loading site script /home/tcc803x-a7s/tool_chains/build/site-config-cortexa7hf-neon-telechips-linux-gnueabi checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-none checking target system type... arm-unknown-none checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for x86_64-strip... arm-telechips-linux-gnueabi-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-gcc... arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi accepts -g... yes checking for arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi option to accept ISO C89... none needed checking whether arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi accepts -g... yes checking dependency style of arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi... gcc3 checking whether make sets $(MAKE)... (cached) yes checking for x86_64-ar... arm-telechips-linux-gnueabi-ar checking the archiver (arm-telechips-linux-gnueabi-ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi... arm-telechips-linux-gnueabi-ld --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi checking if the linker (arm-telechips-linux-gnueabi-ld --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... arm-telechips-linux-gnueabi-nm checking the name lister (arm-telechips-linux-gnueabi-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-none format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for arm-telechips-linux-gnueabi-ld --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi option to reload object files... -r checking for x86_64-objdump... arm-telechips-linux-gnueabi-objdump checking how to recognize dependent libraries... unknown checking for x86_64-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-ar... (cached) arm-telechips-linux-gnueabi-ar checking for archiver @FILE support... @ checking for x86_64-strip... (cached) arm-telechips-linux-gnueabi-strip checking for x86_64-ranlib... arm-telechips-linux-gnueabi-ranlib checking command to parse arm-telechips-linux-gnueabi-nm output from arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi object... ok checking for sysroot... /home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for x86_64-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... arm-telechips-linux-gnueabi-gcc -E -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi 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 for dlfcn.h... yes checking for objdir... .libs checking if arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi supports -fno-rtti -fno-exceptions... no checking for arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi option to produce PIC... -fPIC -DPIC checking if arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi PIC flag -fPIC -DPIC works... yes checking if arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi static flag -static works... no checking if arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi supports -c -o file.o... yes checking if arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi supports -c -o file.o... (cached) yes checking whether the arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi linker (arm-telechips-linux-gnueabi-ld --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -E checking for ld used by arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi... arm-telechips-linux-gnueabi-ld --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi checking if the linker (arm-telechips-linux-gnueabi-ld --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi) is GNU ld... yes checking whether the arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi linker (arm-telechips-linux-gnueabi-ld --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi) supports shared libraries... no checking for arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi option to produce PIC... -fPIC -DPIC checking if arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi PIC flag -fPIC -DPIC works... yes checking if arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi static flag -static works... no checking if arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi supports -c -o file.o... yes checking if arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi supports -c -o file.o... (cached) yes checking whether the arm-telechips-linux-gnueabi-g++ -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi linker (arm-telechips-linux-gnueabi-ld --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi) supports shared libraries... no checking dynamic linker characteristics... no checking how to hardcode library paths into programs... immediate checking dependency style of arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi... gcc3 checking for __uc_get_grs in -luca... no checking for library containing dlopen... -ldl checking for ANSI C header files... (cached) yes checking asm/ptrace_offsets.h usability... no checking asm/ptrace_offsets.h presence... no checking for asm/ptrace_offsets.h... no checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking ia64intrin.h usability... no checking ia64intrin.h presence... no checking for ia64intrin.h... no checking sys/uc_access.h usability... no checking sys/uc_access.h presence... no checking for sys/uc_access.h... no checking for unistd.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for sys/types.h... (cached) yes checking sys/procfs.h usability... yes checking sys/procfs.h presence... yes checking for sys/procfs.h... yes checking sys/ptrace.h usability... yes checking sys/ptrace.h presence... yes checking for sys/ptrace.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking sys/elf.h usability... yes checking sys/elf.h presence... yes checking for sys/elf.h... yes checking link.h usability... yes checking link.h presence... yes checking for link.h... yes checking sys/link.h usability... no checking sys/link.h presence... no checking for sys/link.h... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking size of off_t... 4 checking for struct dl_phdr_info.dlpi_subs... yes checking for struct elf_prstatus... yes checking for struct prstatus... no checking whether PTRACE_POKEUSER is declared... yes checking whether PTRACE_POKEDATA is declared... yes checking whether PTRACE_SETREGSET is declared... yes checking whether PTRACE_TRACEME is declared... yes checking whether PTRACE_CONT is declared... yes checking whether PTRACE_SINGLESTEP is declared... yes checking whether PTRACE_SYSCALL is declared... yes checking whether PT_IO is declared... no checking whether PT_GETREGS is declared... yes checking whether PT_GETFPREGS is declared... yes checking whether PT_CONTINUE is declared... yes checking whether PT_TRACE_ME is declared... yes checking whether PT_STEP is declared... yes checking whether PT_SYSCALL is declared... yes checking for dl_iterate_phdr... yes checking for dl_phdr_removals_counter... no checking for dlmodinfo... no checking for getunwind... no checking for ttrace... no checking for mincore... yes checking for pipe2... yes checking if building with AltiVec... no checking for Android... no checking if we should build libunwind-coredump... yes checking for sys/ptrace.h... (cached) yes checking if we should build libunwind-ptrace... yes checking if we should export unwind.h... yes checking if we should build libunwind-setjmp... no checking for build architecture... x86_64 checking for host architecture... x86_64 checking for target architecture... arm checking for target operating system... none checking for ELF helper width... 32 checking whether to include DWARF support... yes checking whether to restrict build to remote support... yes checking whether to enable debug support... checking whether to enable C++ exception support... no checking whether to load .debug_frame sections... yes checking whether to block signals during mutex ops... yes checking whether to validate memory addresses before use... yes checking whether to enable msabi support... checking whether to support LZMA-compressed symbol tables... auto checking for lzma_mf_is_supported in -llzma... yes checking whether to support ZLIB-compressed symbol tables... auto checking for uncompress in -lz... yes checking whether to support UNW_CACHE_PER_THREAD... checking for Intel compiler... no checking if building on Solaris then define __EXTENSIONS__ macro... yes checking for QCC compiler... no checking for __builtin___clear_cache... yes checking for __builtin_unreachable... yes checking for library containing backtrace... none required checking for latex2man... no configure: WARNING: latex2man not found. Install latex2man. Disabling docs. configure: creating ./config.status config.status: creating tests/Makefile config.status: creating tests/check-namespace.sh config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/libunwind-common.h config.status: creating include/libunwind.h config.status: creating include/tdep/libunwind_i.h config.status: creating src/unwind/libunwind.pc config.status: creating src/coredump/libunwind-coredump.pc config.status: creating src/ptrace/libunwind-ptrace.pc config.status: creating src/setjmp/libunwind-setjmp.pc config.status: creating src/libunwind-generic.pc config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ make Making all in src make[1]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' make all-am make[2]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' depbase=`echo mi/init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/init.lo -MD -MP -MF $depbase.Tpo -c -o mi/init.lo mi/init.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/init.lo -MD -MP -MF mi/.deps/init.Tpo -c mi/init.c -o mi/init.o depbase=`echo mi/flush_cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/flush_cache.lo -MD -MP -MF $depbase.Tpo -c -o mi/flush_cache.lo mi/flush_cache.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/flush_cache.lo -MD -MP -MF mi/.deps/flush_cache.Tpo -c mi/flush_cache.c -o mi/flush_cache.o depbase=`echo mi/mempool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/mempool.lo -MD -MP -MF $depbase.Tpo -c -o mi/mempool.lo mi/mempool.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/mempool.lo -MD -MP -MF mi/.deps/mempool.Tpo -c mi/mempool.c -o mi/mempool.o depbase=`echo mi/strerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/strerror.lo -MD -MP -MF $depbase.Tpo -c -o mi/strerror.lo mi/strerror.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/strerror.lo -MD -MP -MF mi/.deps/strerror.Tpo -c mi/strerror.c -o mi/strerror.o depbase=`echo arm/is_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/is_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o arm/is_fpreg.lo arm/is_fpreg.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/is_fpreg.lo -MD -MP -MF arm/.deps/is_fpreg.Tpo -c arm/is_fpreg.c -o arm/is_fpreg.o depbase=`echo arm/regname.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/regname.lo -MD -MP -MF $depbase.Tpo -c -o arm/regname.lo arm/regname.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/regname.lo -MD -MP -MF arm/.deps/regname.Tpo -c arm/regname.c -o arm/regname.o depbase=`echo mi/Gdyn-extract.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-extract.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gdyn-extract.lo mi/Gdyn-extract.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-extract.lo -MD -MP -MF mi/.deps/Gdyn-extract.Tpo -c mi/Gdyn-extract.c -o mi/Gdyn-extract.o depbase=`echo mi/Gdyn-remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-remote.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gdyn-remote.lo mi/Gdyn-remote.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdyn-remote.lo -MD -MP -MF mi/.deps/Gdyn-remote.Tpo -c mi/Gdyn-remote.c -o mi/Gdyn-remote.o depbase=`echo mi/Gfind_dynamic_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gfind_dynamic_proc_info.lo mi/Gfind_dynamic_proc_info.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gfind_dynamic_proc_info.lo -MD -MP -MF mi/.deps/Gfind_dynamic_proc_info.Tpo -c mi/Gfind_dynamic_proc_info.c -o mi/Gfind_dynamic_proc_info.o depbase=`echo mi/Gget_accessors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_accessors.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_accessors.lo mi/Gget_accessors.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_accessors.lo -MD -MP -MF mi/.deps/Gget_accessors.Tpo -c mi/Gget_accessors.c -o mi/Gget_accessors.o depbase=`echo mi/Gget_proc_info_by_ip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_proc_info_by_ip.lo mi/Gget_proc_info_by_ip.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_info_by_ip.lo -MD -MP -MF mi/.deps/Gget_proc_info_by_ip.Tpo -c mi/Gget_proc_info_by_ip.c -o mi/Gget_proc_info_by_ip.o depbase=`echo mi/Gget_proc_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_name.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_proc_name.lo mi/Gget_proc_name.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_proc_name.lo -MD -MP -MF mi/.deps/Gget_proc_name.Tpo -c mi/Gget_proc_name.c -o mi/Gget_proc_name.o depbase=`echo mi/Gput_dynamic_unwind_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gput_dynamic_unwind_info.lo mi/Gput_dynamic_unwind_info.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gput_dynamic_unwind_info.lo -MD -MP -MF mi/.deps/Gput_dynamic_unwind_info.Tpo -c mi/Gput_dynamic_unwind_info.c -o mi/Gput_dynamic_unwind_info.o depbase=`echo mi/Gdestroy_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdestroy_addr_space.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gdestroy_addr_space.lo mi/Gdestroy_addr_space.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gdestroy_addr_space.lo -MD -MP -MF mi/.deps/Gdestroy_addr_space.Tpo -c mi/Gdestroy_addr_space.c -o mi/Gdestroy_addr_space.o depbase=`echo mi/Gget_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_reg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_reg.lo mi/Gget_reg.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_reg.lo -MD -MP -MF mi/.deps/Gget_reg.Tpo -c mi/Gget_reg.c -o mi/Gget_reg.o depbase=`echo mi/Gset_reg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_reg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_reg.lo mi/Gset_reg.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_reg.lo -MD -MP -MF mi/.deps/Gset_reg.Tpo -c mi/Gset_reg.c -o mi/Gset_reg.o depbase=`echo mi/Gget_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gget_fpreg.lo mi/Gget_fpreg.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gget_fpreg.lo -MD -MP -MF mi/.deps/Gget_fpreg.Tpo -c mi/Gget_fpreg.c -o mi/Gget_fpreg.o depbase=`echo mi/Gset_fpreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_fpreg.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_fpreg.lo mi/Gset_fpreg.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_fpreg.lo -MD -MP -MF mi/.deps/Gset_fpreg.Tpo -c mi/Gset_fpreg.c -o mi/Gset_fpreg.o depbase=`echo mi/Gset_caching_policy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_caching_policy.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_caching_policy.lo mi/Gset_caching_policy.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_caching_policy.lo -MD -MP -MF mi/.deps/Gset_caching_policy.Tpo -c mi/Gset_caching_policy.c -o mi/Gset_caching_policy.o depbase=`echo mi/Gset_cache_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_cache_size.lo -MD -MP -MF $depbase.Tpo -c -o mi/Gset_cache_size.lo mi/Gset_cache_size.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT mi/Gset_cache_size.lo -MD -MP -MF mi/.deps/Gset_cache_size.Tpo -c mi/Gset_cache_size.c -o mi/Gset_cache_size.o depbase=`echo arm/Gapply_reg_state.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gapply_reg_state.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gapply_reg_state.lo arm/Gapply_reg_state.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gapply_reg_state.lo -MD -MP -MF arm/.deps/Gapply_reg_state.Tpo -c arm/Gapply_reg_state.c -o arm/Gapply_reg_state.o depbase=`echo arm/Greg_states_iterate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Greg_states_iterate.lo -MD -MP -MF $depbase.Tpo -c -o arm/Greg_states_iterate.lo arm/Greg_states_iterate.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Greg_states_iterate.lo -MD -MP -MF arm/.deps/Greg_states_iterate.Tpo -c arm/Greg_states_iterate.c -o arm/Greg_states_iterate.o depbase=`echo arm/Gcreate_addr_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gcreate_addr_space.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gcreate_addr_space.lo arm/Gcreate_addr_space.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gcreate_addr_space.lo -MD -MP -MF arm/.deps/Gcreate_addr_space.Tpo -c arm/Gcreate_addr_space.c -o arm/Gcreate_addr_space.o depbase=`echo arm/Gget_proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gget_proc_info.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gget_proc_info.lo arm/Gget_proc_info.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gget_proc_info.lo -MD -MP -MF arm/.deps/Gget_proc_info.Tpo -c arm/Gget_proc_info.c -o arm/Gget_proc_info.o depbase=`echo arm/Gget_save_loc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gget_save_loc.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gget_save_loc.lo arm/Gget_save_loc.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gget_save_loc.lo -MD -MP -MF arm/.deps/Gget_save_loc.Tpo -c arm/Gget_save_loc.c -o arm/Gget_save_loc.o depbase=`echo arm/Gglobal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gglobal.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gglobal.lo arm/Gglobal.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gglobal.lo -MD -MP -MF arm/.deps/Gglobal.Tpo -c arm/Gglobal.c -o arm/Gglobal.o depbase=`echo arm/Ginit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Ginit.lo -MD -MP -MF $depbase.Tpo -c -o arm/Ginit.lo arm/Ginit.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Ginit.lo -MD -MP -MF arm/.deps/Ginit.Tpo -c arm/Ginit.c -o arm/Ginit.o depbase=`echo arm/Ginit_local.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Ginit_local.lo -MD -MP -MF $depbase.Tpo -c -o arm/Ginit_local.lo arm/Ginit_local.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Ginit_local.lo -MD -MP -MF arm/.deps/Ginit_local.Tpo -c arm/Ginit_local.c -o arm/Ginit_local.o depbase=`echo arm/Ginit_remote.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Ginit_remote.lo -MD -MP -MF $depbase.Tpo -c -o arm/Ginit_remote.lo arm/Ginit_remote.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Ginit_remote.lo -MD -MP -MF arm/.deps/Ginit_remote.Tpo -c arm/Ginit_remote.c -o arm/Ginit_remote.o depbase=`echo arm/Gregs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gregs.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gregs.lo arm/Gregs.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gregs.lo -MD -MP -MF arm/.deps/Gregs.Tpo -c arm/Gregs.c -o arm/Gregs.o depbase=`echo arm/Gresume.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gresume.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gresume.lo arm/Gresume.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gresume.lo -MD -MP -MF arm/.deps/Gresume.Tpo -c arm/Gresume.c -o arm/Gresume.o depbase=`echo arm/Gstep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gstep.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gstep.lo arm/Gstep.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gstep.lo -MD -MP -MF arm/.deps/Gstep.Tpo -c arm/Gstep.c -o arm/Gstep.o depbase=`echo arm/Gex_tables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gex_tables.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gex_tables.lo arm/Gex_tables.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gex_tables.lo -MD -MP -MF arm/.deps/Gex_tables.Tpo -c arm/Gex_tables.c -o arm/Gex_tables.o depbase=`echo arm/Gstash_frame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gstash_frame.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gstash_frame.lo arm/Gstash_frame.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gstash_frame.lo -MD -MP -MF arm/.deps/Gstash_frame.Tpo -c arm/Gstash_frame.c -o arm/Gstash_frame.o depbase=`echo arm/Gtrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gtrace.lo -MD -MP -MF $depbase.Tpo -c -o arm/Gtrace.lo arm/Gtrace.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT arm/Gtrace.lo -MD -MP -MF arm/.deps/Gtrace.Tpo -c arm/Gtrace.c -o arm/Gtrace.o arm/Gtrace.c: In function '_Uarm_tdep_trace': arm/Gtrace.c:529:7: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] printf("XXX1\n"); ^~~~~~ arm/Gtrace.c:529:7: warning: incompatible implicit declaration of built-in function 'printf' arm/Gtrace.c:529:7: note: include '<stdio.h>' or provide a declaration of 'printf' depbase=`echo dwarf/Gexpr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gexpr.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gexpr.lo dwarf/Gexpr.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gexpr.lo -MD -MP -MF dwarf/.deps/Gexpr.Tpo -c dwarf/Gexpr.c -o dwarf/Gexpr.o depbase=`echo dwarf/Gfde.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfde.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gfde.lo dwarf/Gfde.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfde.lo -MD -MP -MF dwarf/.deps/Gfde.Tpo -c dwarf/Gfde.c -o dwarf/Gfde.o depbase=`echo dwarf/Gparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gparser.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gparser.lo dwarf/Gparser.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gparser.lo -MD -MP -MF dwarf/.deps/Gparser.Tpo -c dwarf/Gparser.c -o dwarf/Gparser.o depbase=`echo dwarf/Gpe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gpe.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gpe.lo dwarf/Gpe.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gpe.lo -MD -MP -MF dwarf/.deps/Gpe.Tpo -c dwarf/Gpe.c -o dwarf/Gpe.o depbase=`echo dwarf/Gfind_proc_info-lsb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_proc_info-lsb.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gfind_proc_info-lsb.lo dwarf/Gfind_proc_info-lsb.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_proc_info-lsb.lo -MD -MP -MF dwarf/.deps/Gfind_proc_info-lsb.Tpo -c dwarf/Gfind_proc_info-lsb.c -o dwarf/Gfind_proc_info-lsb.o dwarf/Gfind_proc_info-lsb.c: In function '_Uarm_dwarf_search_unwind_table': dwarf/Gfind_proc_info-lsb.c:849:17: warning: 'table_len' may be used uninitialized in this function [-Wmaybe-uninitialized] unsigned long table_len = table_size / sizeof (struct table_entry); ^~~~~~~~~ dwarf/Gfind_proc_info-lsb.c:901:10: note: 'table_len' was declared here size_t table_len; ^~~~~~~~~ dwarf/Gfind_proc_info-lsb.c:960:18: warning: 'table' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((ret = remote_lookup (as, (uintptr_t) table, table_len, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ip - ip_base, &ent, &last_ip_offset, arg)) < 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ depbase=`echo dwarf/Gfind_unwind_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_unwind_table.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/Gfind_unwind_table.lo dwarf/Gfind_unwind_table.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/Gfind_unwind_table.lo -MD -MP -MF dwarf/.deps/Gfind_unwind_table.Tpo -c dwarf/Gfind_unwind_table.c -o dwarf/Gfind_unwind_table.o depbase=`echo dwarf/global.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/global.lo -MD -MP -MF $depbase.Tpo -c -o dwarf/global.lo dwarf/global.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT dwarf/global.lo -MD -MP -MF dwarf/.deps/global.Tpo -c dwarf/global.c -o dwarf/global.o ../x86_64-libtool --tag=CC --mode=link arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -L/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src/.libs -o libunwind-dwarf-common.la dwarf/global.lo x86_64-libtool: link: arm-telechips-linux-gnueabi-ar cru .libs/libunwind-dwarf-common.a dwarf/global.o arm-telechips-linux-gnueabi-ar: `u' modifier ignored since `D' is the default (see `U') x86_64-libtool: link: arm-telechips-linux-gnueabi-ranlib .libs/libunwind-dwarf-common.a x86_64-libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-common.la" && ln -s "../libunwind-dwarf-common.la" "libunwind-dwarf-common.la" ) ../x86_64-libtool --tag=CC --mode=link arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -L/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src/.libs -o libunwind-dwarf-generic.la dwarf/Gexpr.lo dwarf/Gfde.lo dwarf/Gparser.lo dwarf/Gpe.lo dwarf/Gfind_proc_info-lsb.lo dwarf/Gfind_unwind_table.lo libunwind-dwarf-common.la x86_64-libtool: link: (cd .libs/libunwind-dwarf-generic.lax/libunwind-dwarf-common.a && arm-telechips-linux-gnueabi-ar x "/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src/./.libs/libunwind-dwarf-common.a") x86_64-libtool: link: arm-telechips-linux-gnueabi-ar cru .libs/libunwind-dwarf-generic.a dwarf/Gexpr.o dwarf/Gfde.o dwarf/Gparser.o dwarf/Gpe.o dwarf/Gfind_proc_info-lsb.o dwarf/Gfind_unwind_table.o .libs/libunwind-dwarf-generic.lax/libunwind-dwarf-common.a/global.o arm-telechips-linux-gnueabi-ar: `u' modifier ignored since `D' is the default (see `U') x86_64-libtool: link: arm-telechips-linux-gnueabi-ranlib .libs/libunwind-dwarf-generic.a x86_64-libtool: link: rm -fr .libs/libunwind-dwarf-generic.lax x86_64-libtool: link: ( cd ".libs" && rm -f "libunwind-dwarf-generic.la" && ln -s "../libunwind-dwarf-generic.la" "libunwind-dwarf-generic.la" ) depbase=`echo elf32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ ../x86_64-libtool --tag=CC --mode=compile arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT elf32.lo -MD -MP -MF $depbase.Tpo -c -o elf32.lo elf32.c &&\ mv -f $depbase.Tpo $depbase.Plo x86_64-libtool: compile: arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-arm -I. -D_GNU_SOURCE -DUNW_REMOTE_ONLY -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c elf32.c -o elf32.o ../x86_64-libtool --tag=CC --mode=link arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -L/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src/.libs -o libunwind-elf32.la elf32.lo -llzma -lz x86_64-libtool: link: arm-telechips-linux-gnueabi-ar cru .libs/libunwind-elf32.a elf32.o arm-telechips-linux-gnueabi-ar: `u' modifier ignored since `D' is the default (see `U') x86_64-libtool: link: arm-telechips-linux-gnueabi-ranlib .libs/libunwind-elf32.a x86_64-libtool: link: ( cd ".libs" && rm -f "libunwind-elf32.la" && ln -s "../libunwind-elf32.la" "libunwind-elf32.la" ) ../x86_64-libtool --tag=CC --mode=link arm-telechips-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/home/tcc803x-a7s/tool_chains/build/sysroots/cortexa7hf-neon-telechips-linux-gnueabi -O2 -pipe -g -feliminate-unused-debug-types -fexceptions -Wall -Wsign-compare -D__EXTENSIONS__ -XCClinker -nostartfiles -version-info 8:1:0 -L/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src/.libs -o libunwind-arm.la -rpath /usr/local/lib mi/init.lo mi/flush_cache.lo mi/mempool.lo mi/strerror.lo arm/is_fpreg.lo arm/regname.lo mi/Gdyn-extract.lo mi/Gdyn-remote.lo mi/Gfind_dynamic_proc_info.lo mi/Gget_accessors.lo mi/Gget_proc_info_by_ip.lo mi/Gget_proc_name.lo mi/Gput_dynamic_unwind_info.lo mi/Gdestroy_addr_space.lo mi/Gget_reg.lo mi/Gset_reg.lo mi/Gget_fpreg.lo mi/Gset_fpreg.lo mi/Gset_caching_policy.lo mi/Gset_cache_size.lo arm/Gapply_reg_state.lo arm/Greg_states_iterate.lo arm/Gcreate_addr_space.lo arm/Gget_proc_info.lo arm/Gget_save_loc.lo arm/Gglobal.lo arm/Ginit.lo arm/Ginit_local.lo arm/Ginit_remote.lo arm/Gregs.lo arm/Gresume.lo arm/Gstep.lo arm/Gex_tables.lo arm/Gstash_frame.lo arm/Gtrace.lo libunwind-dwarf-generic.la libunwind-elf32.la x86_64-libtool: link: (cd .libs/libunwind-arm.lax/libunwind-dwarf-generic.a && arm-telechips-linux-gnueabi-ar x "/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src/./.libs/libunwind-dwarf-generic.a") x86_64-libtool: link: (cd .libs/libunwind-arm.lax/libunwind-elf32.a && arm-telechips-linux-gnueabi-ar x "/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src/./.libs/libunwind-elf32.a") x86_64-libtool: link: arm-telechips-linux-gnueabi-ar cru .libs/libunwind-arm.a mi/init.o mi/flush_cache.o mi/mempool.o mi/strerror.o arm/is_fpreg.o arm/regname.o mi/Gdyn-extract.o mi/Gdyn-remote.o mi/Gfind_dynamic_proc_info.o mi/Gget_accessors.o mi/Gget_proc_info_by_ip.o mi/Gget_proc_name.o mi/Gput_dynamic_unwind_info.o mi/Gdestroy_addr_space.o mi/Gget_reg.o mi/Gset_reg.o mi/Gget_fpreg.o mi/Gset_fpreg.o mi/Gset_caching_policy.o mi/Gset_cache_size.o arm/Gapply_reg_state.o arm/Greg_states_iterate.o arm/Gcreate_addr_space.o arm/Gget_proc_info.o arm/Gget_save_loc.o arm/Gglobal.o arm/Ginit.o arm/Ginit_local.o arm/Ginit_remote.o arm/Gregs.o arm/Gresume.o arm/Gstep.o arm/Gex_tables.o arm/Gstash_frame.o arm/Gtrace.o .libs/libunwind-arm.lax/libunwind-dwarf-generic.a/Gexpr.o .libs/libunwind-arm.lax/libunwind-dwarf-generic.a/Gfde.o .libs/libunwind-arm.lax/libunwind-dwarf-generic.a/Gfind_proc_info-lsb.o .libs/libunwind-arm.lax/libunwind-dwarf-generic.a/Gfind_unwind_table.o .libs/libunwind-arm.lax/libunwind-dwarf-generic.a/Gparser.o .libs/libunwind-arm.lax/libunwind-dwarf-generic.a/Gpe.o .libs/libunwind-arm.lax/libunwind-dwarf-generic.a/global.o .libs/libunwind-arm.lax/libunwind-elf32.a/elf32.o arm-telechips-linux-gnueabi-ar: `u' modifier ignored since `D' is the default (see `U') x86_64-libtool: link: arm-telechips-linux-gnueabi-ranlib .libs/libunwind-arm.a x86_64-libtool: link: rm -fr .libs/libunwind-arm.lax x86_64-libtool: link: ( cd ".libs" && rm -f "libunwind-arm.la" && ln -s "../libunwind-arm.la" "libunwind-arm.la" ) make[2]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' make[1]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' Making all in tests make[1]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/tests' make[1]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master' tcc803x-a7s@LBM:~/libunwind/example/arm/libunwind-master$ make install prefix=/home/tcc803x-a7s/libunwind Making install in src make[1]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' make install-am make[2]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' make[3]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' /usr/bin/mkdir -p '/home/tcc803x-a7s/libunwind/lib' ../x86_64-libtool --mode=install /usr/bin/install -c libunwind-arm.la '/home/tcc803x-a7s/libunwind/lib' x86_64-libtool: install: /usr/bin/install -c .libs/libunwind-arm.lai /home/tcc803x-a7s/libunwind/lib/libunwind-arm.la x86_64-libtool: install: /usr/bin/install -c .libs/libunwind-arm.a /home/tcc803x-a7s/libunwind/lib/libunwind-arm.a x86_64-libtool: install: chmod 644 /home/tcc803x-a7s/libunwind/lib/libunwind-arm.a x86_64-libtool: install: arm-telechips-linux-gnueabi-ranlib /home/tcc803x-a7s/libunwind/lib/libunwind-arm.a x86_64-libtool: warning: remember to run 'x86_64-libtool --finish /usr/local/lib' make install-exec-hook make[4]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' make[4]: Nothing to be done for 'install-exec-hook'. make[4]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' /usr/bin/mkdir -p '/home/tcc803x-a7s/libunwind/lib/pkgconfig' /usr/bin/install -c -m 644 libunwind-generic.pc ptrace/libunwind-ptrace.pc coredump/libunwind-coredump.pc '/home/tcc803x-a7s/libunwind/lib/pkgconfig' make[3]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' make[2]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' make[1]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/src' Making install in tests make[1]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/tests' make[2]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/tests' make[1]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master/tests' make[1]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master' make[2]: Entering directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/tcc803x-a7s/libunwind/include' /usr/bin/install -c -m 644 include/libunwind-dynamic.h include/libunwind-ptrace.h include/libunwind-coredump.h include/libunwind-arm.h '/home/tcc803x-a7s/libunwind/include' /usr/bin/mkdir -p '/home/tcc803x-a7s/libunwind/include' /usr/bin/install -c -m 644 include/libunwind-common.h '/home/tcc803x-a7s/libunwind/include' make[2]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master' make[1]: Leaving directory '/home/tcc803x-a7s/libunwind/example/arm/libunwind-master'



My E-mail : tyler@litbig.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]