******************************************************************************** conan install binutils/2.37@#49082ceef16fb65b0b25696719a901e5 --build=binutils -pr /home/conan/w/prod/BuildSingleReference/120686/1128c444-fccf-4841-8187-9125277d1c46/profile_linux_5_libstdcpp11_gcc_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True binutils/2.37: binutils:target_arch=x86_64 binutils/2.37: binutils:target_os=Linux binutils/2.37: binutils:target_triplet=x86_64-pc-linux-gnu zlib/1.2.13: Not found in local cache, looking in remotes... zlib/1.2.13: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zlib/1.2.13: Downloaded recipe revision 13c96f538b52e1600c40b88994de240f binutils/2.37: Forced build from source Installing package: binutils/2.37 Requirements binutils/2.37 from local cache - Cache zlib/1.2.13 from 'conan-center' - Downloaded Packages binutils/2.37:094dda2f30c71059ad65f91f508e55a3fc48d0b3 - Build zlib/1.2.13:76f87539fc90ff313e0b3182641a9bb558a717d2 - Download Installing (downloading, building) binaries... zlib/1.2.13: Retrieving package 76f87539fc90ff313e0b3182641a9bb558a717d2 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz zlib/1.2.13: Package installed 76f87539fc90ff313e0b3182641a9bb558a717d2 zlib/1.2.13: Downloaded package revision 8aba5719e4be799d9e51262c3e0e507f [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK binutils/2.37: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK binutils/2.37: Copying sources to build folder binutils/2.37: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3 binutils/2.37: Generator txt created conanbuildinfo.txt binutils/2.37: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK binutils/2.37: Calling build() binutils/2.37: Calling: > source_subfolder/configure '--target=x86_64-pc-linux-gnu' '--enable-multilib=yes' '--with-system-zlib' '--disable-nls' '--program-prefix=x86_64-pc-linux-gnu-' 'exec_prefix=/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix' '--prefix=/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > source_subfolder/configure '--target=x86_64-pc-linux-gnu' '--enable-multilib=yes' '--with-system-zlib' '--disable-nls' '--program-prefix=x86_64-pc-linux-gnu-' 'exec_prefix=/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix' '--prefix=/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----------------- 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 ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... no checking for mawk... mawk checking for gcc... /usr/bin/gcc 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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for /usr/bin/gcc option to accept ISO C99... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking whether g++ accepts -static-libstdc++ -static-libgcc... yes checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for objdir... .libs checking for isl 0.15 or later... no required isl version is 0.15 or later checking for default BUILD_CONFIG... checking for --enable-vtable-verify... no checking for bison... no checking for byacc... no checking for yacc... no checking for bison... no checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... no checking for lex... no checking for flex... no checking for makeinfo... no checking for expect... no checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for readelf... readelf checking for -plugin option... no checking for x86_64-pc-linux-gnu-cc... no checking for cc... cc checking for x86_64-pc-linux-gnu-c++... no checking for c++... c++ checking for x86_64-pc-linux-gnu-gcc... no checking for gcc... gcc checking for x86_64-pc-linux-gnu-gfortran... no checking for gfortran... no checking for x86_64-pc-linux-gnu-gccgo... no checking for gccgo... no checking for x86_64-pc-linux-gnu-ar... no checking for ar... ar checking for x86_64-pc-linux-gnu-as... no checking for as... as checking for x86_64-pc-linux-gnu-dlltool... no checking for dlltool... no checking for x86_64-pc-linux-gnu-ld... no checking for ld... ld checking for x86_64-pc-linux-gnu-lipo... no checking for lipo... no checking for x86_64-pc-linux-gnu-nm... no checking for nm... nm checking for x86_64-pc-linux-gnu-objcopy... no checking for objcopy... objcopy checking for x86_64-pc-linux-gnu-objdump... no checking for objdump... objdump checking for x86_64-pc-linux-gnu-ranlib... no checking for ranlib... ranlib checking for x86_64-pc-linux-gnu-readelf... no checking for readelf... readelf checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-windres... no checking for windres... no checking for x86_64-pc-linux-gnu-windmc... no checking for windmc... no checking where to find the target ar... just compiled checking where to find the target as... just compiled checking where to find the target cc... host tool checking where to find the target c++... host tool checking where to find the target c++ for libstdc++... host tool checking where to find the target dlltool... just compiled checking where to find the target gcc... host tool checking where to find the target gfortran... host tool checking where to find the target gccgo... host tool checking where to find the target ld... just compiled checking where to find the target lipo... host tool checking where to find the target nm... just compiled checking where to find the target objcopy... just compiled checking where to find the target objdump... just compiled checking where to find the target ranlib... just compiled checking where to find the target readelf... just compiled checking where to find the target strip... just compiled checking where to find the target windres... just compiled checking where to find the target windmc... just compiled checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile ----Running------ > make -j3 ----------------- make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3' make[1]: Nothing to be done for 'all-target'. mkdir -p -- ./libiberty mkdir -p -- ./intl mkdir -p -- ./etc Configuring in ./intl Configuring in ./libiberty Configuring in ./etc configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c configure: creating cache ./config.cache configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... checking for x86_64-pc-linux-gnu-gcc... /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing makeinfo --split-size=5000000 /usr/bin/gcc checking for perl... perl checking build system type... configure: updating cache ./config.cache x86_64-pc-linux-gnu checking host system type... checking whether the C compiler works... configure: creating ./config.status x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for -plugin option... checking for x86_64-pc-linux-gnu-ar... (cached) ar no checking whether to install libiberty headers and static library... no configure: target_header_dir = checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether the C compiler works... checking whether we are cross compiling... config.status: creating Makefile yes checking for C compiler default output file name... a.out checking for suffix of executables... no checking for suffix of object files... make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/etc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/etc' o checking whether we are using the GNU C compiler... checking whether we are cross compiling... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... no checking for suffix of object files... o checking whether we are using the GNU C compiler... none needed checking how to run the C preprocessor... yes checking whether /usr/bin/gcc accepts -g... /usr/bin/gcc -E yes checking for /usr/bin/gcc option to accept ISO C89... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... none needed checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for sys/stat.h... yes yes checking for stdlib.h... checking for stdlib.h... yes yes checking for string.h... checking for string.h... yes yes checking for memory.h... checking for memory.h... yes yes checking for strings.h... checking for strings.h... yes yes checking for inttypes.h... checking for inttypes.h... yes yes checking for stdint.h... checking for stdint.h... yes yes checking for unistd.h... checking for unistd.h... yes yes checking minix/config.h usability... checking minix/config.h usability... no checking minix/config.h presence... no checking minix/config.h presence... no no checking for minix/config.h... checking for minix/config.h... no no checking whether it is safe to define __EXTENSIONS__... checking whether it is safe to define __EXTENSIONS__... yes yes checking whether make sets $(MAKE)... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... no checking for msgfmt... no checking whether /usr/bin/gcc supports -W... yes checking whether /usr/bin/gcc supports -Wall... yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes checking whether /usr/bin/gcc supports -Wc++-compat... yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... yes checking whether /usr/bin/gcc supports -Wshadow=local... no checking whether /usr/bin/gcc supports -pedantic ... yes checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/bin/install -c checking for CET support... /usr/bin/xgettext checking for msgmerge... no checking for sys/file.h... /usr/bin/msgmerge yes checking build system type... checking for sys/param.h... x86_64-pc-linux-gnu checking host system type... yes x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for library containing strerror... checking for limits.h... yes checking for stdlib.h... (cached) yes checking for malloc.h... yes none required checking for an ANSI C-conforming const... checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes yes checking for inline... checking for sys/time.h... yes inline checking for off_t... checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for size_t... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... yes checking for working alloca.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for alloca... yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes yes checking for stdlib.h... (cached) yes checking for stdio_ext.h... checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for process.h... yes no checking for sys/prctl.h... checking for getpagesize... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for working mmap... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking size of int... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... 4 checking size of long... yes checking for inttypes.h... yes checking for stdint.h... 8 checking size of size_t... yes checking for unsigned long long... 8 checking for long long... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... yes checking size of long long... done checking argz.h usability... 8 checking for a 64-bit type... uint64_t yes checking argz.h presence... checking for intptr_t... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking for uintptr_t... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking for ssize_t... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes yes checking for pid_t... checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes yes checking for feof_unlocked... checking for library containing strerror... yes none required checking for asprintf... checking for fgets_unlocked... yes yes checking for atexit... checking for getc_unlocked... yes yes checking for basename... checking for getcwd... yes yes checking for bcmp... checking for getegid... yes yes checking for geteuid... checking for bcopy... yes checking for getgid... yes checking for bsearch... yes yes checking for getuid... checking for bzero... yes checking for mempcpy... yes checking for calloc... yes checking for munmap... yes checking for clock... yes checking for putenv... yes checking for ffs... yes checking for setenv... yes checking for getcwd... yes checking for setlocale... yes checking for getpagesize... yes checking for stpcpy... yes checking for gettimeofday... yes checking for strcasecmp... yes checking for index... yes checking for strdup... yes checking for insque... yes yes checking for strtoul... checking for memchr... yes checking for tsearch... yes checking for memcmp... yes checking for __argz_count... yes checking for memcpy... yes checking for __argz_stringify... yes checking for memmem... yes checking for __argz_next... yes checking for memmove... yes checking for __fsetlocking... yes checking for mempcpy... yes checking for iconv... yes checking for memset... yes checking for iconv declaration... yes checking for mkstemps... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes yes checking for LC_MESSAGES... checking for putenv... yes checking for bison... no checking whether NLS is requested... no checking whether to use NLS... no checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader yes checking for random... configure: updating cache ./config.cache configure: creating ./config.status yes checking for rename... yes checking for rindex... config.status: creating Makefile config.status: creating config.intl config.status: creating config.h config.status: executing default-1 commands yes checking for setenv... mkdir -p -- ./binutils Configuring in ./binutils make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/intl' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/intl' yes checking for snprintf... mkdir -p -- ./gas Configuring in ./gas yes checking for sigsetmask... yes checking for stpcpy... configure: creating cache ./config.cache yes configure: creating cache ./config.cache checking build system type... checking for stpncpy... x86_64-pc-linux-gnu checking host system type... checking build system type... x86_64-pc-linux-gnu checking target 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 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... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... checking for strcasecmp... yes checking whether make supports nested variables... yes checking whether make supports nested variables... yes yes checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc yes checking for strchr... checking whether the C compiler works... checking whether the C compiler works... yes yes checking for C compiler default output file name... a.out checking for strdup... checking for suffix of executables... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... checking whether we are cross compiling... yes checking for strncasecmp... no checking for suffix of object files... no checking for suffix of object files... o checking whether we are using the GNU C compiler... o checking whether we are using the GNU C compiler... yes checking for strndup... yes checking whether /usr/bin/gcc accepts -g... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... yes checking for /usr/bin/gcc option to accept ISO C89... yes none needed checking whether /usr/bin/gcc understands -c and -o together... checking for strnlen... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking for style of include used by make... GNU yes checking dependency style of /usr/bin/gcc... checking for strrchr... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... yes checking for strstr... gcc3 checking how to run the C preprocessor... gcc3 checking how to run the C preprocessor... /usr/bin/gcc -E /usr/bin/gcc -E yes checking for grep that handles long lines and -e... checking for strtod... /bin/grep checking for egrep... checking for grep that handles long lines and -e... /bin/grep -E checking for ANSI C header files... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for strtol... yes checking for strtoul... yes checking for sys/types.h... yes checking for sys/types.h... yes yes checking for sys/stat.h... yes checking for sys/stat.h... checking for strtoll... yes yes checking for stdlib.h... checking for stdlib.h... yes checking for strtoull... yes checking for string.h... yes checking for string.h... yes yes checking for memory.h... checking for strverscmp... yes checking for memory.h... yes checking for strings.h... yes yes checking for tmpnam... checking for strings.h... yes checking for inttypes.h... yes yes checking for inttypes.h... checking for vasprintf... yes checking for stdint.h... yes checking for stdint.h... yes yes checking for vfprintf... checking for unistd.h... yes checking for unistd.h... yes yes checking minix/config.h usability... checking for vprintf... 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 no checking minix/config.h presence... checking for vsnprintf... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... yes printf checking for a sed that does not truncate output... yes /bin/sed checking how to print strings... checking for vsprintf... checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... ld checking if the linker (ld) is GNU ld... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... yes pass_all checking for x86_64-pc-linux-gnu-ar... ar checking for waitpid... checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc object... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc object... yes checking for setproctitle... ok no checking whether alloca needs Cray hooks... no checking stack direction for C alloca... ok -1 checking for vfork.h... no checking for fork... checking for dlfcn.h... checking for dlfcn.h... yes checking for vfork... yes yes checking for objdir... checking for objdir... .libs .libs yes checking for working fork... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc static flag -static works... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for __fsetlocking... yes checking for canonicalize_file_name... yes checking for dup3... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (ld -m elf_x86_64) supports shared libraries... yes yes checking whether -lc should be explicitly linked in... yes checking whether -lc should be explicitly linked in... checking for getrlimit... no checking dynamic linker characteristics... no checking dynamic linker characteristics... yes checking for getrusage... yes checking for getsysinfo... GNU/Linux ld.so GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking how to hardcode library paths into programs... checking whether stripping libraries is possible... immediate checking whether stripping libraries is possible... no checking for gettimeofday... (cached) yes checking for on_exit... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes yes checking whether to build static libraries... checking if libtool supports shared libraries... yes yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for dlfcn.h... (cached) yes checking for dlfcn.h... (cached) yes checking for windows.h... checking for windows.h... yes checking for pipe2... no checking for library containing dlsym... no checking for library containing dlsym... yes checking for psignal... yes checking for pstat_getdynamic... -ldl checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... -ldl checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no no checking how to compare bootstrapped objects... no checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... checking for pstat_getstatic... cmp --ignore-initial=16 $$f1 $$f2 yes checking whether to use debuginfod... auto checking for libdebuginfod >= 0.179... no Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking whether byte ordering is bigendian... no checking for realpath... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking for bison... /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing bison -y checking for flex... /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing flex checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext yes checking for msgmerge... checking for setrlimit... /usr/bin/msgmerge no checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib checking size of long... checking for bison... /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing bison -y checking for flex... /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing flex checking whether NLS is requested... no checking whether NLS is requested... no yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for sbrk... checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking whether to enable maintainer-specific portions of Makefiles... no checking for memory.h... (cached) yes 8 checking size of long long... yes checking for sys/stat.h... (cached) yes checking for spawnve... checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether compiling a cross-assembler... no checking for strsignal... yes no checking for LC_MESSAGES... checking for spawnvpe... 8 checking fcntl.h usability... yes checking for working assert macro... no yes checking fcntl.h presence... checking for strerror... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking sys/file.h usability... yes checking for a known getopt prototype in unistd.h... yes checking for strsignal... yes checking whether declaration is required for environ... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/stat.h... (cached) yes yes checking sys/time.h usability... checking for sysconf... no checking whether declaration is required for ffs... yes checking sys/time.h presence... yes yes checking for sys/time.h... yes checking for sysctl... checking for sys/types.h... (cached) yes no checking whether asprintf is declared... checking for unistd.h... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes yes checking for sysmp... checking for stdlib.h... (cached) yes yes checking for unistd.h... (cached) yes checking whether mempcpy is declared... checking for sys/param.h... no yes checking for table... checking whether stpcpy is declared... yes checking for getpagesize... no checking for times... yes checking for struct stat.st_mtim.tv_sec in sys/stat.h... yes checking for working mmap... yes checking for struct stat.st_mtim.tv_nsec in sys/stat.h... yes checking for wait3... yes configure: updating cache ./config.cache yes checking that generated files are newer than configure... done configure: creating ./config.status yes checking for getc_unlocked... checking for wait4... yes yes checking for mkdtemp... checking whether basename is declared... yes yes checking for mkstemp... checking whether ffs is declared... yes yes checking for sbrk... checking whether asprintf is declared... yes yes checking for utimensat... checking whether vasprintf is declared... yes yes checking whether snprintf is declared... checking for utimes... yes yes checking for mbstate_t... checking whether vsnprintf is declared... yes checking for struct stat.st_atim.tv_nsec... yes checking whether calloc is declared... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for library containing frexp... yes checking whether getenv is declared... none required checking for LC_MESSAGES... yes checking whether getopt is declared... config.status: creating .gdbinit yes checking for a known getopt prototype in unistd.h... config.status: creating Makefile yes checking for utime.h... yes config.status: creating doc/Makefile checking whether malloc is declared... config.status: creating po/Makefile.in config.status: creating config.h yes checking whether asprintf is declared... config.status: executing depfiles commands yes checking whether realloc is declared... yes checking whether environ is declared... yes checking whether sbrk is declared... yes checking whether getc_unlocked is declared... yes checking whether strtol is declared... yes checking whether sbrk is declared... yes checking whether strtoul is declared... yes checking whether stpcpy is declared... yes checking whether strtoll is declared... yes checking whether strnlen is declared... yes checking whether strtoull is declared... config.status: executing libtool commands config.status: executing default-1 commands yes checking iconv.h usability... config.status: creating po/POTFILES yes config.status: creating po/Makefile config.status: executing default commands checking whether strverscmp is declared... yes checking iconv.h presence... yes checking for iconv.h... yes checking for ld used by GCC... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... yes mkdir -p -- ./gprof checking whether strnlen is declared... Configuring in ./gprof done checking for iconv... yes checking whether canonicalize_file_name must be declared... yes checking for iconv declaration... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... configure: creating cache ./config.cache checking build system type... configure: updating cache ./config.cache x86_64-pc-linux-gnu checking host system type... checking that generated files are newer than configure... done configure: creating ./config.status 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 yes checking for a thread-safe mkdir -p... checking for working strncmp... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc yes checking whether the C compiler works... configure: updating cache ./config.cache configure: creating ./config.status yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... config.status: creating Makefile o checking whether we are using the GNU C compiler... config.status: creating testsuite/Makefile yes checking whether /usr/bin/gcc accepts -g... config.status: creating config.h config.status: executing default commands yes checking for /usr/bin/gcc option to accept ISO C89... mkdir -p -- ./ld Configuring in ./ld none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... gcc3 checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... configure: creating cache ./config.cache 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... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes config.status: creating Makefile checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc config.status: creating doc/Makefile checking whether the C compiler works... config.status: creating po/Makefile.in yes checking for sys/types.h... config.status: creating config.h config.status: executing depfiles commands yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for sys/stat.h... yes checking whether we are cross compiling... checking for stdlib.h... yes checking for string.h... no checking for suffix of object files... yes o checking whether we are using the GNU C compiler... checking for memory.h... yes checking whether /usr/bin/gcc accepts -g... yes checking for strings.h... config.status: executing libtool commands yes checking for /usr/bin/gcc option to accept ISO C89... config.status: executing default-1 commands config.status: creating po/POTFILES yes config.status: creating po/Makefile checking for inttypes.h... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking for stdint.h... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... mkdir -p -- ./bfd Configuring in ./bfd yes checking for unistd.h... gcc3 checking whether we are using the GNU C++ compiler... yes checking minix/config.h usability... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... gcc3 checking for grep that handles long lines and -e... /bin/grep checking how to run the C preprocessor... configure: creating cache ./config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... /usr/bin/gcc -E yes checking how to print strings... 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 egrep... /bin/grep -E checking for ANSI C header files... checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... yes ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking whether the C compiler works... checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc object... yes checking for C compiler default output file name... a.out checking for suffix of executables... yes checking for sys/types.h... checking whether we are cross compiling... yes ok checking for sys/stat.h... checking for dlfcn.h... yes checking for stdlib.h... no checking for suffix of object files... yes checking for objdir... .libs yes o checking whether we are using the GNU C compiler... checking for string.h... yes checking whether /usr/bin/gcc accepts -g... yes yes checking for /usr/bin/gcc option to accept ISO C89... checking for memory.h... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... none needed checking whether /usr/bin/gcc understands -c and -o together... yes no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... checking for strings.h... yes checking if /usr/bin/gcc static flag -static works... yes yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... checking for inttypes.h... yes gcc3 checking how to run the C preprocessor... checking for stdint.h... yes checking if /usr/bin/gcc supports -c -o file.o... /usr/bin/gcc -E yes checking for unistd.h... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking minix/config.h usability... no checking dynamic linker characteristics... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... GNU/Linux ld.so 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... yes checking whether to build static libraries... yes checking for dlfcn.h... (cached) yes checking for windows.h... yes checking how to print strings... yes checking for sys/types.h... no checking for library containing dlsym... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... yes /bin/grep -F checking for ld used by /usr/bin/gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... checking for sys/stat.h... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... ar checking for stdlib.h... checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... ranlib checking command to parse nm output from /usr/bin/gcc object... yes -ldl checking for string.h... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking sys/time.h usability... yes checking for memory.h... ok yes checking sys/time.h presence... checking for dlfcn.h... yes checking for sys/time.h... yes checking for setitimer... yes checking for strings.h... yes checking for objdir... .libs yes yes checking whether NLS is requested... no checking whether NLS is requested... no checking for inttypes.h... checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge yes checking for stdint.h... checking whether to enable maintainer-specific portions of Makefiles... no checking sys/gmon_out.h usability... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... yes no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... checking for unistd.h... yes checking sys/gmon_out.h presence... yes checking if /usr/bin/gcc static flag -static works... yes checking for sys/gmon_out.h... yes checking for a known getopt prototype in unistd.h... yes checking minix/config.h usability... yes checking for library containing fabs... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking if /usr/bin/gcc supports -c -o file.o... -lm yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to print strings... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... no checking dynamic linker characteristics... /bin/grep -F checking for ld used by /usr/bin/gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... configure: updating cache ./config.cache BSD nm checking whether ln -s works... yes checking that generated files are newer than configure... checking the maximum length of command line arguments... done configure: creating ./config.status 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... checking command to parse nm output from /usr/bin/gcc object... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... /usr/bin/g++ -E ok checking for dlfcn.h... yes checking for objdir... .libs checking for ld used by /usr/bin/g++... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the /usr/bin/g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... yes checking if /usr/bin/g++ static flag -static works... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for dlfcn.h... (cached) yes checking for windows.h... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... no checking for library containing dlsym... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... config.status: creating Makefile config.status: creating po/Makefile.in -ldl checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for shl_load in -ldld... config.status: creating gconfig.h config.status: executing depfiles commands no no checking for dlopen... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking for LC_MESSAGES... config.status: executing libtool commands config.status: executing default-1 commands no checking for dlopen in -ldl... yes checking whether NLS is requested... no checking whether NLS is requested... no config.status: creating po/POTFILES checking for msgfmt... config.status: creating po/Makefile /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... yes checking whether a program can dlopen itself... /usr/bin/msgmerge checking for bison... /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing bison -y checking for flex... /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing flex checking whether to enable maintainer-specific portions of Makefiles... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking fcntl.h usability... yes checking whether a statically linked program can dlopen itself... make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir if [ x"" != x ] && [ ! -d noasan ]; then \ mkdir noasan; \ else true; fi touch stamp-noasandir if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/dwarfnames.c -o dwarfnames.o yes checking fcntl.h presence... yes checking for fcntl.h... yes checking elf-hints.h usability... no 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 for dlfcn.h... (cached) yes checking for windows.h... no checking elf-hints.h presence... no checking for elf-hints.h... no checking limits.h usability... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/dyn-string.c -o pic/dyn-string.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/dyn-string.c -o noasan/dyn-string.o; \ else true; fi no checking for library containing dlsym... /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/dyn-string.c -o dyn-string.o yes checking limits.h presence... yes checking for limits.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking sys/file.h usability... -ldl checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... yes checking sys/file.h presence... no yes checking for sys/file.h... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fdmatch.c -o pic/fdmatch.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fdmatch.c -o noasan/fdmatch.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fdmatch.c -o fdmatch.o checking sys/mman.h usability... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fibheap.c -o pic/fibheap.o; \ else true; fi Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether NLS is requested... no checking whether NLS is requested... no if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fibheap.c -o noasan/fibheap.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fibheap.c -o fibheap.o checking for msgfmt... yes checking sys/mman.h presence... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext yes checking for sys/mman.h... yes checking for msgmerge... checking sys/param.h usability... /usr/bin/msgmerge checking size of long long... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... 8 checking size of void *... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for close... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/filedescriptor.c -o pic/filedescriptor.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/filedescriptor.c -o filedescriptor.o 8 checking size of long... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/filename_cmp.c -o filename_cmp.o checking for glob... 8 checking size of int... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/floatformat.c -o pic/floatformat.o; \ else true; fi checking for lseek... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/floatformat.c -o noasan/floatformat.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/floatformat.c -o floatformat.o yes 4 checking for mkstemp... checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes yes checking sys/file.h usability... checking for open... yes checking sys/file.h presence... yes yes checking for sys/file.h... yes checking for realpath... checking sys/resource.h usability... yes checking sys/resource.h presence... yes yes checking for sys/resource.h... yes checking for sbrk... checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fnmatch.c -o pic/fnmatch.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fnmatch.c -o noasan/fnmatch.o; \ else true; fi yes /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fnmatch.c -o fnmatch.o checking for waitpid... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/fopen_unlocked.c -o fopen_unlocked.o checking for fdopen... yes checking whether asprintf is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getopt.c -o pic/getopt.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getopt.c -o noasan/getopt.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getopt.c -o getopt.o yes checking for fileno... yes checking whether environ is declared... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getopt1.c -o pic/getopt1.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getopt1.c -o noasan/getopt1.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getopt1.c -o getopt1.o checking for fls... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getpwd.c -o pic/getpwd.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getpwd.c -o noasan/getpwd.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getpwd.c -o getpwd.o yes checking whether sbrk is declared... no checking for getgid... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getruntime.c -o pic/getruntime.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getruntime.c -o noasan/getruntime.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/getruntime.c -o getruntime.o yes checking for stdlib.h... (cached) yes yes checking for unistd.h... (cached) yes checking for getpagesize... checking for sys/param.h... (cached) yes checking for getpagesize... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/hashtab.c -o pic/hashtab.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/hashtab.c -o noasan/hashtab.o; \ else true; fi yes /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/hashtab.c -o hashtab.o checking for getrlimit... yes checking for working mmap... yes checking for getuid... yes checking for library containing dlopen... yes checking for sysconf... none required checking for a known getopt prototype in unistd.h... yes checking whether ANSI C string concatenation works... yes checking whether basename is declared... yes checking size of void *... yes checking whether ffs is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/hex.c -o pic/hex.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/hex.c -o noasan/hex.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/hex.c -o hex.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/lbasename.c -o pic/lbasename.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/lbasename.c -o noasan/lbasename.o; \ else true; fi 8 /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/lbasename.c -o lbasename.o yes checking whether stpcpy is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/lrealpath.c -o pic/lrealpath.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/lrealpath.c -o noasan/lrealpath.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/lrealpath.c -o lrealpath.o yes configure: updating cache ./config.cache checking whether asprintf is declared... checking that generated files are newer than configure... done configure: creating ./config.status if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/make-relative-prefix.c -o make-relative-prefix.o yes checking whether vasprintf is declared... yes checking whether strnlen is declared... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/make-temp-file.c -o make-temp-file.o yes checking compiler support for hidden visibility... yes checking linker --as-needed support... yes checking for cos in -lm... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/objalloc.c -o pic/objalloc.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/objalloc.c -o noasan/objalloc.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/objalloc.c -o objalloc.o yes checking for gcc version with buggy 64-bit support... no checking sys/procfs.h usability... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/obstack.c -o pic/obstack.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/obstack.c -o noasan/obstack.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/obstack.c -o obstack.o yes checking sys/procfs.h presence... yes checking for sys/procfs.h... yes checking for prstatus_t in sys/procfs.h... yes checking for prstatus32_t in sys/procfs.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/partition.c -o pic/partition.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/partition.c -o noasan/partition.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/partition.c -o partition.o no checking for prstatus_t.pr_who in sys/procfs.h... no checking for prstatus32_t.pr_who in sys/procfs.h... no checking for pstatus_t in sys/procfs.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pexecute.c -o pic/pexecute.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pexecute.c -o noasan/pexecute.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pexecute.c -o pexecute.o no checking for pxstatus_t in sys/procfs.h... no checking for pstatus32_t in sys/procfs.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/physmem.c -o pic/physmem.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/physmem.c -o noasan/physmem.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/physmem.c -o physmem.o no checking for prpsinfo_t in sys/procfs.h... yes checking for prpsinfo_t.pr_pid in sys/procfs.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pex-common.c -o pic/pex-common.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pex-common.c -o noasan/pex-common.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pex-common.c -o pex-common.o yes checking for prpsinfo32_t in sys/procfs.h... no checking for prpsinfo32_t.pr_pid in sys/procfs.h... no checking for psinfo_t in sys/procfs.h... no checking for psinfo_t.pr_pid in sys/procfs.h... no checking for psinfo32_t in sys/procfs.h... no checking for psinfo32_t.pr_pid in sys/procfs.h... no checking for lwpstatus_t in sys/procfs.h... no checking for lwpxstatus_t in sys/procfs.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pex-one.c -o pic/pex-one.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pex-one.c -o noasan/pex-one.o; \ else true; fi config.status: creating Makefile /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pex-one.c -o pex-one.o no checking for lwpstatus_t.pr_context in sys/procfs.h... config.status: creating po/Makefile.in if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pex-unix.c -o pic/pex-unix.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pex-unix.c -o noasan/pex-unix.o; \ else true; fi no checking for lwpstatus_t.pr_reg in sys/procfs.h... /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/pex-unix.c -o pex-unix.o config.status: creating config.h config.status: executing depfiles commands no checking for lwpstatus_t.pr_fpreg in sys/procfs.h... no checking for win32_pstatus_t in sys/procfs.h... no checking for ftello... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/vprintf-support.c -o pic/vprintf-support.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/vprintf-support.c -o vprintf-support.o yes checking for ftello64... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/rust-demangle.c -o pic/rust-demangle.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/rust-demangle.c -o rust-demangle.o yes checking for fseeko... yes checking for fseeko64... yes checking for fopen64... yes checking whether ftello is declared... yes checking whether ftello64 is declared... yes checking whether fseeko is declared... yes checking whether fseeko64 is declared... yes checking whether fopen64 is declared... yes checking size of off_t... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/safe-ctype.c -o safe-ctype.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object.c -o pic/simple-object.o; \ else true; fi 8 if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object.c -o noasan/simple-object.o; \ else true; fi checking file_ptr type... BFD_HOST_64_BIT /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object.c -o simple-object.o checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... (cached) yes checking for working mmap... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-coff.c -o simple-object-coff.o yes checking for madvise... yes checking for mprotect... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-elf.c -o simple-object-elf.o configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status config.status: executing libtool commands config.status: executing default-1 commands config.status: executing default commands if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o mkdir -p -- ./opcodes Configuring in ./opcodes config.status: creating Makefile config.status: creating doc/Makefile config.status: creating bfd-in3.h configure: creating cache ./config.cache checking build system type... config.status: creating po/Makefile.in x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... config.status: creating config.h x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes config.status: executing depfiles commands checking for a thread-safe mkdir -p... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ else true; fi /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc 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... no checking for suffix of object files... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/sort.c -o pic/sort.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/sort.c -o noasan/sort.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/sort.c -o sort.o o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/spaces.c -o pic/spaces.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/spaces.c -o noasan/spaces.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/spaces.c -o spaces.o yes checking for /usr/bin/gcc option to accept ISO C89... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/splay-tree.c -o pic/splay-tree.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/splay-tree.c -o noasan/splay-tree.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/splay-tree.c -o splay-tree.o none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... gcc3 checking how to run the C preprocessor... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/stack-limit.c -o pic/stack-limit.o; \ else true; fi /usr/bin/gcc -E if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/stack-limit.c -o noasan/stack-limit.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/stack-limit.c -o stack-limit.o checking for grep that handles long lines and -e... /bin/grep checking for egrep... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/strerror.c -o pic/strerror.o; \ else true; fi /bin/grep -E checking for ANSI C header files... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/strerror.c -o noasan/strerror.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/strerror.c -o strerror.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/strsignal.c -o pic/strsignal.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/strsignal.c -o noasan/strsignal.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/strsignal.c -o strsignal.o yes checking for sys/types.h... yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/timeval-utils.c -o timeval-utils.o checking for sys/stat.h... config.status: executing libtool commands if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o checking for stdlib.h... config.status: executing default-1 commands config.status: executing default commands yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xasprintf.c -o pic/xasprintf.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xasprintf.c -o noasan/xasprintf.o; \ else true; fi checking for string.h... /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xasprintf.c -o xasprintf.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xatexit.c -o pic/xatexit.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xatexit.c -o noasan/xatexit.o; \ else true; fi yes /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xatexit.c -o xatexit.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xexit.c -o pic/xexit.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xexit.c -o noasan/xexit.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xexit.c -o xexit.o checking for memory.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xmalloc.c -o pic/xmalloc.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xmalloc.c -o noasan/xmalloc.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xmalloc.c -o xmalloc.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xmemdup.c -o pic/xmemdup.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xmemdup.c -o noasan/xmemdup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xmemdup.c -o xmemdup.o yes checking for strings.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xstrdup.c -o pic/xstrdup.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xstrdup.c -o noasan/xstrdup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xstrdup.c -o xstrdup.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xstrerror.c -o pic/xstrerror.o; \ else true; fi yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xstrerror.c -o noasan/xstrerror.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xstrerror.c -o xstrerror.o checking for inttypes.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xstrndup.c -o pic/xstrndup.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xstrndup.c -o noasan/xstrndup.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xstrndup.c -o xstrndup.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xvasprintf.c -o pic/xvasprintf.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/xvasprintf.c -o xvasprintf.o yes checking for stdint.h... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/setproctitle.c -o pic/setproctitle.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/setproctitle.c -o noasan/setproctitle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/setproctitle.c -o setproctitle.o echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libiberty/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libiberty/testsuite' if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/regex.c -o pic/regex.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/regex.c -o noasan/regex.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/regex.c -o regex.o yes if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/cplus-dem.c -o cplus-dem.o checking for unistd.h... yes checking minix/config.h usability... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/cp-demangle.c -o cp-demangle.o no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for x86_64-pc-linux-gnu-ar... ar checking for x86_64-pc-linux-gnu-ranlib... ranlib checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from /usr/bin/gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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 Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether NLS is requested... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking whether basename is declared... yes checking whether stpcpy is declared... yes checking for sigsetjmp... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/md5.c -o pic/md5.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/md5.c -o noasan/md5.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/md5.c -o md5.o checking linker --as-needed support... yes checking for cos in -lm... if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/sha1.c -o pic/sha1.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/sha1.c -o noasan/sha1.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/sha1.c -o sha1.o yes configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/alloca.c -o pic/alloca.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/alloca.c -o noasan/alloca.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/alloca.c -o alloca.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/argv.c -o pic/argv.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/argv.c -o noasan/argv.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/argv.c -o argv.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/bsearch_r.c -o pic/bsearch_r.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/bsearch_r.c -o noasan/bsearch_r.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/bsearch_r.c -o bsearch_r.o if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/choose-temp.c -o pic/choose-temp.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/choose-temp.c -o noasan/choose-temp.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/choose-temp.c -o choose-temp.o config.status: creating Makefile if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/concat.c -o pic/concat.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/cp-demint.c -o pic/cp-demint.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/concat.c -o noasan/concat.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/cp-demint.c -o noasan/cp-demint.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/concat.c -o concat.o /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/cp-demint.c -o cp-demint.o config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/crc32.c -o pic/crc32.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/d-demangle.c -o pic/d-demangle.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/crc32.c -o noasan/crc32.o; \ else true; fi if [ x"" != x ]; then \ /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/d-demangle.c -o noasan/d-demangle.o; \ else true; fi /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/crc32.c -o crc32.o /usr/bin/gcc -c -DHAVE_CONFIG_H -m64 -O3 -s -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -I. -I../source_subfolder/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic -D_GNU_SOURCE ../source_subfolder/libiberty/d-demangle.c -o d-demangle.o config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi; \ if [ x"" != x ]; then \ cd noasan; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libiberty' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' /bin/sed -e s/NN/32/g < ../source_subfolder/bfd/elfxx-target.h > elf32-target.h /bin/sed -e s/NN/64/g < ../source_subfolder/bfd/elfxx-target.h > elf64-target.h creating bfdver.h rm -f targmatch.h /bin/sed -f ../source_subfolder/bfd/targmatch.sed < ../source_subfolder/bfd/config.bfd > targmatch.new Making info in doc make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/doc' /usr/bin/gcc -o chw$$ -m64 -O3 -s \ -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -I.. -I../../source_subfolder/bfd/doc/.. -I../../source_subfolder/bfd/doc/../../include -I../../source_subfolder/bfd/doc/../../intl -I../../intl ../../source_subfolder/bfd/doc/chew.c; \ /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change \ chw$$ chew; \ touch chew.stamp mv -f targmatch.new targmatch.h ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../aoutx.h >aoutx.tmp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../archive.c >archive.tmp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../archures.c >archures.tmp test -e aoutx.texi || test ! -f ../../source_subfolder/bfd/doc/aoutx.texi || ln -s ../../source_subfolder/bfd/doc/aoutx.texi . test -e archive.texi || test ! -f ../../source_subfolder/bfd/doc/archive.texi || ln -s ../../source_subfolder/bfd/doc/archive.texi . test -e archures.texi || test ! -f ../../source_subfolder/bfd/doc/archures.texi || ln -s ../../source_subfolder/bfd/doc/archures.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change archive.tmp archive.texi /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change archures.tmp archures.texi touch aoutx.stamp touch archive.stamp touch archures.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../bfd.c >bfd.tmp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../cache.c >cache.tmp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../coffcode.h >coffcode.tmp test -e bfdt.texi || test ! -f ../../source_subfolder/bfd/doc/bfdt.texi || ln -s ../../source_subfolder/bfd/doc/bfdt.texi . test -e cache.texi || test ! -f ../../source_subfolder/bfd/doc/cache.texi || ln -s ../../source_subfolder/bfd/doc/cache.texi . test -e coffcode.texi || test ! -f ../../source_subfolder/bfd/doc/coffcode.texi || ln -s ../../source_subfolder/bfd/doc/coffcode.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change bfd.tmp bfdt.texi /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change cache.tmp cache.texi /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change coffcode.tmp coffcode.texi touch bfdt.stamp touch cache.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../corefile.c >core.tmp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../elf.c >elf.tmp touch coffcode.stamp test -e core.texi || test ! -f ../../source_subfolder/bfd/doc/core.texi || ln -s ../../source_subfolder/bfd/doc/core.texi . ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../elfcode.h >elfcode.tmp test -e elf.texi || test ! -f ../../source_subfolder/bfd/doc/elf.texi || ln -s ../../source_subfolder/bfd/doc/elf.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change core.tmp core.texi test -e elfcode.texi || test ! -f ../../source_subfolder/bfd/doc/elfcode.texi || ln -s ../../source_subfolder/bfd/doc/elfcode.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change elf.tmp elf.texi /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi touch core.stamp touch elf.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../format.c >format.tmp touch elfcode.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../libbfd.c >libbfd.tmp test -e format.texi || test ! -f ../../source_subfolder/bfd/doc/format.texi || ln -s ../../source_subfolder/bfd/doc/format.texi . ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../bfdwin.c >bfdwin.tmp test -e libbfd.texi || test ! -f ../../source_subfolder/bfd/doc/libbfd.texi || ln -s ../../source_subfolder/bfd/doc/libbfd.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change format.tmp format.texi test -e bfdwin.texi || test ! -f ../../source_subfolder/bfd/doc/bfdwin.texi || ln -s ../../source_subfolder/bfd/doc/bfdwin.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change libbfd.tmp libbfd.texi /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi touch format.stamp touch libbfd.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../bfdio.c >bfdio.tmp touch bfdwin.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../opncls.c >opncls.tmp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../reloc.c >reloc.tmp test -e bfdio.texi || test ! -f ../../source_subfolder/bfd/doc/bfdio.texi || ln -s ../../source_subfolder/bfd/doc/bfdio.texi . test -e opncls.texi || test ! -f ../../source_subfolder/bfd/doc/opncls.texi || ln -s ../../source_subfolder/bfd/doc/opncls.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi test -e reloc.texi || test ! -f ../../source_subfolder/bfd/doc/reloc.texi || ln -s ../../source_subfolder/bfd/doc/reloc.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change opncls.tmp opncls.texi /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change reloc.tmp reloc.texi touch bfdio.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../section.c >section.tmp touch opncls.stamp test -e section.texi || test ! -f ../../source_subfolder/bfd/doc/section.texi || ln -s ../../source_subfolder/bfd/doc/section.texi . touch reloc.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../syms.c >syms.tmp /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change section.tmp section.texi ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../targets.c >targets.tmp test -e syms.texi || test ! -f ../../source_subfolder/bfd/doc/syms.texi || ln -s ../../source_subfolder/bfd/doc/syms.texi . test -e targets.texi || test ! -f ../../source_subfolder/bfd/doc/targets.texi || ln -s ../../source_subfolder/bfd/doc/targets.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change syms.tmp syms.texi /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change targets.tmp targets.texi touch section.stamp touch syms.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../init.c >init.tmp touch targets.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../hash.c >hash.tmp test -e init.texi || test ! -f ../../source_subfolder/bfd/doc/init.texi || ln -s ../../source_subfolder/bfd/doc/init.texi . ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../linker.c >linker.tmp test -e hash.texi || test ! -f ../../source_subfolder/bfd/doc/hash.texi || ln -s ../../source_subfolder/bfd/doc/hash.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change init.tmp init.texi test -e linker.texi || test ! -f ../../source_subfolder/bfd/doc/linker.texi || ln -s ../../source_subfolder/bfd/doc/linker.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change hash.tmp hash.texi /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change linker.tmp linker.texi touch init.stamp ./chew -f ../../source_subfolder/bfd/doc/doc.str < ../../source_subfolder/bfd/doc/../mmo.c >mmo.tmp touch hash.stamp touch linker.stamp test -e mmo.texi || test ! -f ../../source_subfolder/bfd/doc/mmo.texi || ln -s ../../source_subfolder/bfd/doc/mmo.texi . /bin/bash ../../source_subfolder/bfd/doc/../../move-if-change mmo.tmp mmo.texi touch mmo.stamp make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/doc' Making info in po make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/po' ( if test 'x../../source_subfolder/bfd/po' != 'x.'; then \ posrcprefix='../../source_subfolder/bfd/'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ../../source_subfolder/bfd/po/SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ../../source_subfolder/bfd/po/BLD-POTFILES.in \ | sed -e '$s/\\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing default commands make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/po' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make[3]: Nothing to be done for 'info-am'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make all-recursive make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' Making all in doc make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/doc' make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/doc' Making all in po make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/po' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' rm -f bfd-tmp.h echo "#line 1 \"peXXigen.c\"" > peigen.c cp bfd-in3.h bfd-tmp.h /bin/sed -e s/XX/pe/g < ../source_subfolder/bfd/peXXigen.c >> peigen.c echo "#line 1 \"peXXigen.c\"" > pex64igen.c /bin/bash ../source_subfolder/bfd/../move-if-change bfd-tmp.h bfd.h /bin/sed -e s/XX/pex64/g < ../source_subfolder/bfd/peXXigen.c >> pex64igen.c rm -f tofiles f=""; \ for i in elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo elf64.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-i386.lo elf32.lo pei-i386.lo peigen.lo cofflink.lo coffgen.lo pe-x86_64.lo pex64igen.lo pei-x86_64.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-i386.lo cpu-iamcu.lo cpu-l1om.lo cpu-k1om.lo archive64.lo ; do \ case " $f " in \ *" $i "*) ;; \ *) f="$f $i" ;; \ esac ; \ done ; \ echo $f > tofiles rm -f bfd-tmp.h /bin/bash ../source_subfolder/bfd/../move-if-change tofiles ofiles touch stmp-bfd-h /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo ../source_subfolder/bfd/archive.c touch stamp-ofiles /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=x86_64_elf64_vec -DSELECT_VECS='&x86_64_elf64_vec,&i386_elf32_vec,&iamcu_elf32_vec,&x86_64_elf32_vec,&i386_pei_vec,&x86_64_pe_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_iamcu_arch,&bfd_l1om_arch,&bfd_k1om_arch' ../source_subfolder/bfd/archures.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo ../source_subfolder/bfd/bfd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c ../source_subfolder/bfd/archive.c -o archive.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=x86_64_elf64_vec "-DSELECT_VECS=&x86_64_elf64_vec,&i386_elf32_vec,&iamcu_elf32_vec,&x86_64_elf32_vec,&i386_pei_vec,&x86_64_pe_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_iamcu_arch,&bfd_l1om_arch,&bfd_k1om_arch" ../source_subfolder/bfd/archures.c -o archures.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c ../source_subfolder/bfd/bfd.c -o bfd.o mv -f .deps/archures.Tpo .deps/archures.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo ../source_subfolder/bfd/bfdio.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c ../source_subfolder/bfd/bfdio.c -o bfdio.o mv -f .deps/bfd.Tpo .deps/bfd.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo ../source_subfolder/bfd/bfdwin.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c ../source_subfolder/bfd/bfdwin.c -o bfdwin.o mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo ../source_subfolder/bfd/cache.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c ../source_subfolder/bfd/cache.c -o cache.o mv -f .deps/bfdio.Tpo .deps/bfdio.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo ../source_subfolder/bfd/coff-bfd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c ../source_subfolder/bfd/coff-bfd.c -o coff-bfd.o mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo ../source_subfolder/bfd/compress.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c ../source_subfolder/bfd/compress.c -o compress.o mv -f .deps/cache.Tpo .deps/cache.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo ../source_subfolder/bfd/corefile.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c ../source_subfolder/bfd/corefile.c -o corefile.o mv -f .deps/corefile.Tpo .deps/corefile.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c -o elf-properties.lo ../source_subfolder/bfd/elf-properties.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c ../source_subfolder/bfd/elf-properties.c -o elf-properties.o mv -f .deps/archive.Tpo .deps/archive.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo ../source_subfolder/bfd/format.c mv -f .deps/compress.Tpo .deps/compress.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo ../source_subfolder/bfd/hash.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../source_subfolder/bfd/format.c -o format.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c ../source_subfolder/bfd/hash.c -o hash.o mv -f .deps/elf-properties.Tpo .deps/elf-properties.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo ../source_subfolder/bfd/init.c mv -f .deps/format.Tpo .deps/format.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo ../source_subfolder/bfd/libbfd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT init.lo -MD -MP -MF .deps/init.Tpo -c ../source_subfolder/bfd/init.c -o init.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c ../source_subfolder/bfd/libbfd.c -o libbfd.o mv -f .deps/hash.Tpo .deps/hash.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo ../source_subfolder/bfd/linker.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c ../source_subfolder/bfd/linker.c -o linker.o mv -f .deps/init.Tpo .deps/init.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo ../source_subfolder/bfd/merge.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c ../source_subfolder/bfd/merge.c -o merge.o mv -f .deps/libbfd.Tpo .deps/libbfd.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo ../source_subfolder/bfd/opncls.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c ../source_subfolder/bfd/opncls.c -o opncls.o mv -f .deps/merge.Tpo .deps/merge.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo ../source_subfolder/bfd/reloc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c ../source_subfolder/bfd/reloc.c -o reloc.o mv -f .deps/reloc.Tpo .deps/reloc.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo ../source_subfolder/bfd/section.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT section.lo -MD -MP -MF .deps/section.Tpo -c ../source_subfolder/bfd/section.c -o section.o mv -f .deps/linker.Tpo .deps/linker.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo ../source_subfolder/bfd/simple.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c ../source_subfolder/bfd/simple.c -o simple.o mv -f .deps/opncls.Tpo .deps/opncls.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo ../source_subfolder/bfd/stab-syms.c mv -f .deps/section.Tpo .deps/section.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo ../source_subfolder/bfd/stabs.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c ../source_subfolder/bfd/stab-syms.c -o stab-syms.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c ../source_subfolder/bfd/stabs.c -o stabs.o mv -f .deps/simple.Tpo .deps/simple.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo ../source_subfolder/bfd/syms.c mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=x86_64_elf64_vec -DSELECT_VECS='&x86_64_elf64_vec,&i386_elf32_vec,&iamcu_elf32_vec,&x86_64_elf32_vec,&i386_pei_vec,&x86_64_pe_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_i386_arch,&bfd_iamcu_arch,&bfd_l1om_arch,&bfd_k1om_arch' ../source_subfolder/bfd/targets.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c ../source_subfolder/bfd/syms.c -o syms.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=x86_64_elf64_vec "-DSELECT_VECS=&x86_64_elf64_vec,&i386_elf32_vec,&iamcu_elf32_vec,&x86_64_elf32_vec,&i386_pei_vec,&x86_64_pe_vec,&x86_64_pei_vec,&l1om_elf64_vec,&k1om_elf64_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch,&bfd_iamcu_arch,&bfd_l1om_arch,&bfd_k1om_arch" ../source_subfolder/bfd/targets.c -o targets.o mv -f .deps/stabs.Tpo .deps/stabs.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo ../source_subfolder/bfd/binary.c mv -f .deps/targets.Tpo .deps/targets.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ../source_subfolder/bfd/ihex.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c ../source_subfolder/bfd/binary.c -o binary.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ../source_subfolder/bfd/ihex.c -o ihex.o mv -f .deps/syms.Tpo .deps/syms.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo ../source_subfolder/bfd/srec.c mv -f .deps/binary.Tpo .deps/binary.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo ../source_subfolder/bfd/tekhex.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c ../source_subfolder/bfd/srec.c -o srec.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c ../source_subfolder/bfd/tekhex.c -o tekhex.o mv -f .deps/ihex.Tpo .deps/ihex.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo ../source_subfolder/bfd/verilog.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c ../source_subfolder/bfd/verilog.c -o verilog.o mv -f .deps/verilog.Tpo .deps/verilog.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c -o elf64-x86-64.lo ../source_subfolder/bfd/elf64-x86-64.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf64-x86-64.lo -MD -MP -MF .deps/elf64-x86-64.Tpo -c ../source_subfolder/bfd/elf64-x86-64.c -o elf64-x86-64.o mv -f .deps/srec.Tpo .deps/srec.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elfxx-x86.lo -MD -MP -MF .deps/elfxx-x86.Tpo -c -o elfxx-x86.lo ../source_subfolder/bfd/elfxx-x86.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elfxx-x86.lo -MD -MP -MF .deps/elfxx-x86.Tpo -c ../source_subfolder/bfd/elfxx-x86.c -o elfxx-x86.o mv -f .deps/tekhex.Tpo .deps/tekhex.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo ../source_subfolder/bfd/elf-ifunc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c ../source_subfolder/bfd/elf-ifunc.c -o elf-ifunc.o mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c -o elf-vxworks.lo ../source_subfolder/bfd/elf-vxworks.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-vxworks.lo -MD -MP -MF .deps/elf-vxworks.Tpo -c ../source_subfolder/bfd/elf-vxworks.c -o elf-vxworks.o mv -f .deps/elf-vxworks.Tpo .deps/elf-vxworks.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo ../source_subfolder/bfd/elf64.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../source_subfolder/bfd/elf64.c -o elf64.o mv -f .deps/elfxx-x86.Tpo .deps/elfxx-x86.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo ../source_subfolder/bfd/elf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c ../source_subfolder/bfd/elf.c -o elf.o mv -f .deps/elf64-x86-64.Tpo .deps/elf64-x86-64.Plo mv -f .deps/elf64.Tpo .deps/elf64.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo ../source_subfolder/bfd/elflink.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo ../source_subfolder/bfd/elf-attrs.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c ../source_subfolder/bfd/elf-attrs.c -o elf-attrs.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c ../source_subfolder/bfd/elflink.c -o elflink.o mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo ../source_subfolder/bfd/elf-strtab.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c ../source_subfolder/bfd/elf-strtab.c -o elf-strtab.o mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo ../source_subfolder/bfd/elf-eh-frame.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c ../source_subfolder/bfd/elf-eh-frame.c -o elf-eh-frame.o mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo ../source_subfolder/bfd/dwarf1.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c ../source_subfolder/bfd/dwarf1.c -o dwarf1.o mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/debug\" ../source_subfolder/bfd/dwarf2.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/debug\" ../source_subfolder/bfd/dwarf2.c -o dwarf2.o mv -f .deps/elf.Tpo .deps/elf.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c -o elf32-i386.lo ../source_subfolder/bfd/elf32-i386.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf32-i386.lo -MD -MP -MF .deps/elf32-i386.Tpo -c ../source_subfolder/bfd/elf32-i386.c -o elf32-i386.o mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo ../source_subfolder/bfd/elf32.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c ../source_subfolder/bfd/elf32.c -o elf32.o mv -f .deps/elflink.Tpo .deps/elflink.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c -o pei-i386.lo ../source_subfolder/bfd/pei-i386.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT pei-i386.lo -MD -MP -MF .deps/pei-i386.Tpo -c ../source_subfolder/bfd/pei-i386.c -o pei-i386.o mv -f .deps/elf32.Tpo .deps/elf32.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT peigen.lo -MD -MP -MF .deps/peigen.Tpo -c peigen.c -o peigen.o mv -f .deps/elf32-i386.Tpo .deps/elf32-i386.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c -o cofflink.lo ../source_subfolder/bfd/cofflink.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cofflink.lo -MD -MP -MF .deps/cofflink.Tpo -c ../source_subfolder/bfd/cofflink.c -o cofflink.o mv -f .deps/peigen.Tpo .deps/peigen.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo ../source_subfolder/bfd/coffgen.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c ../source_subfolder/bfd/coffgen.c -o coffgen.o mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT pe-x86_64.lo -MD -MP -MF .deps/pe-x86_64.Tpo -c -o pe-x86_64.lo ../source_subfolder/bfd/pe-x86_64.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT pe-x86_64.lo -MD -MP -MF .deps/pe-x86_64.Tpo -c ../source_subfolder/bfd/pe-x86_64.c -o pe-x86_64.o mv -f .deps/coffgen.Tpo .deps/coffgen.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c -o pex64igen.lo pex64igen.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT pex64igen.lo -MD -MP -MF .deps/pex64igen.Tpo -c pex64igen.c -o pex64igen.o mv -f .deps/cofflink.Tpo .deps/cofflink.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c -o pei-x86_64.lo ../source_subfolder/bfd/pei-x86_64.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT pei-x86_64.lo -MD -MP -MF .deps/pei-x86_64.Tpo -c ../source_subfolder/bfd/pei-x86_64.c -o pei-x86_64.o mv -f .deps/pe-x86_64.Tpo .deps/pe-x86_64.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo ../source_subfolder/bfd/elf64-gen.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../source_subfolder/bfd/elf64-gen.c -o elf64-gen.o mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../source_subfolder/bfd/elf32-gen.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../source_subfolder/bfd/elf32-gen.c -o elf32-gen.o mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo ../source_subfolder/bfd/plugin.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../source_subfolder/bfd/plugin.c -o plugin.o mv -f .deps/pex64igen.Tpo .deps/pex64igen.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c -o cpu-i386.lo ../source_subfolder/bfd/cpu-i386.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cpu-i386.lo -MD -MP -MF .deps/cpu-i386.Tpo -c ../source_subfolder/bfd/cpu-i386.c -o cpu-i386.o mv -f .deps/plugin.Tpo .deps/plugin.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cpu-iamcu.lo -MD -MP -MF .deps/cpu-iamcu.Tpo -c -o cpu-iamcu.lo ../source_subfolder/bfd/cpu-iamcu.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cpu-iamcu.lo -MD -MP -MF .deps/cpu-iamcu.Tpo -c ../source_subfolder/bfd/cpu-iamcu.c -o cpu-iamcu.o mv -f .deps/cpu-iamcu.Tpo .deps/cpu-iamcu.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c -o cpu-l1om.lo ../source_subfolder/bfd/cpu-l1om.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cpu-l1om.lo -MD -MP -MF .deps/cpu-l1om.Tpo -c ../source_subfolder/bfd/cpu-l1om.c -o cpu-l1om.o mv -f .deps/cpu-i386.Tpo .deps/cpu-i386.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c -o cpu-k1om.lo ../source_subfolder/bfd/cpu-k1om.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cpu-k1om.lo -MD -MP -MF .deps/cpu-k1om.Tpo -c ../source_subfolder/bfd/cpu-k1om.c -o cpu-k1om.o mv -f .deps/cpu-l1om.Tpo .deps/cpu-l1om.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DLIBDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib"' -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../source_subfolder/bfd/archive64.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/bfd -DBINDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin\" -DLIBDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib\" -I. -I../source_subfolder/bfd -I../source_subfolder/bfd/../include -DHAVE_x86_64_elf64_vec -DHAVE_i386_elf32_vec -DHAVE_iamcu_elf32_vec -DHAVE_x86_64_elf32_vec -DHAVE_i386_pei_vec -DHAVE_x86_64_pe_vec -DHAVE_x86_64_pei_vec -DHAVE_l1om_elf64_vec -DHAVE_k1om_elf64_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../source_subfolder/bfd/archive64.c -o archive64.o mv -f .deps/cpu-k1om.Tpo .deps/cpu-k1om.Plo mv -f .deps/pei-x86_64.Tpo .deps/pei-x86_64.Plo mv -f .deps/archive64.Tpo .deps/archive64.Plo /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -release `cat libtool-soversion` -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o libbfd.la -rpath /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles` -ldl -lz -ldl -lz libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-x86-64.o elfxx-x86.o elf-ifunc.o elf-vxworks.o elf64.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-i386.o elf32.o pei-i386.o peigen.o cofflink.o coffgen.o pe-x86_64.o pex64igen.o pei-x86_64.o elf64-gen.o elf32-gen.o plugin.o cpu-i386.o cpu-iamcu.o cpu-l1om.o cpu-k1om.o archive64.o libtool: link: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so .libs/libbfd.a libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) libtooldir=`/bin/bash ./libtool --config | /bin/sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libbfd.a ]; then \ cp $libtooldir/libbfd.a libbfd.tmp; \ ranlib libbfd.tmp; \ /bin/bash ../source_subfolder/bfd/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' mkdir -p -- ./libctf Configuring in ./libctf make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' make all-recursive make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' Making all in . make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/opcodes -I. -I../source_subfolder/opcodes -I../bfd -I../source_subfolder/opcodes/../include -I../source_subfolder/opcodes/../bfd -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../source_subfolder/opcodes/dis-buf.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/opcodes -I. -I../source_subfolder/opcodes -I../bfd -I../source_subfolder/opcodes/../include -I../source_subfolder/opcodes/../bfd -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_i386 -DARCH_iamcu -DARCH_l1om -DARCH_k1om ../source_subfolder/opcodes/disassemble.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/opcodes -I. -I../source_subfolder/opcodes -I../bfd -I../source_subfolder/opcodes/../include -I../source_subfolder/opcodes/../bfd -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../source_subfolder/opcodes/dis-buf.c -o dis-buf.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/opcodes -I. -I../source_subfolder/opcodes -I../bfd -I../source_subfolder/opcodes/../include -I../source_subfolder/opcodes/../bfd -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_i386 -DARCH_iamcu -DARCH_l1om -DARCH_k1om ../source_subfolder/opcodes/disassemble.c -o disassemble.o mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/opcodes -I. -I../source_subfolder/opcodes -I../bfd -I../source_subfolder/opcodes/../include -I../source_subfolder/opcodes/../bfd -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../source_subfolder/opcodes/dis-init.c configure: creating cache ./config.cache checking build system type... mv -f .deps/disassemble.Tpo .deps/disassemble.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/opcodes -I. -I../source_subfolder/opcodes -I../bfd -I../source_subfolder/opcodes/../include -I../source_subfolder/opcodes/../bfd -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c -o i386-dis.lo ../source_subfolder/opcodes/i386-dis.c x86_64-pc-linux-gnu checking host system type... libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/opcodes -I. -I../source_subfolder/opcodes -I../bfd -I../source_subfolder/opcodes/../include -I../source_subfolder/opcodes/../bfd -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../source_subfolder/opcodes/dis-init.c -o dis-init.o x86_64-pc-linux-gnu checking target system type... libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/opcodes -I. -I../source_subfolder/opcodes -I../bfd -I../source_subfolder/opcodes/../include -I../source_subfolder/opcodes/../bfd -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT i386-dis.lo -MD -MP -MF .deps/i386-dis.Tpo -c ../source_subfolder/opcodes/i386-dis.c -o i386-dis.o x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... /usr/bin/gcc mv -f .deps/dis-init.Tpo .deps/dis-init.Plo checking whether the C compiler works... /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/opcodes -I. -I../source_subfolder/opcodes -I../bfd -I../source_subfolder/opcodes/../include -I../source_subfolder/opcodes/../bfd -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c -o i386-opc.lo ../source_subfolder/opcodes/i386-opc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/opcodes -I. -I../source_subfolder/opcodes -I../bfd -I../source_subfolder/opcodes/../include -I../source_subfolder/opcodes/../bfd -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT i386-opc.lo -MD -MP -MF .deps/i386-opc.Tpo -c ../source_subfolder/opcodes/i386-opc.c -o i386-opc.o yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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__... mv -f .deps/i386-opc.Tpo .deps/i386-opc.Plo yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of /usr/bin/gcc... gcc3 checking whether make sets $(MAKE)... (cached) yes checking for x86_64-pc-linux-gnu-gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking for x86_64-pc-linux-gnu-ranlib... ranlib checking for x86_64-pc-linux-gnu-ar... ar checking the archiver (ar ) interface... ar checking whether NLS is requested... no checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... ld checking if the linker (ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... nm checking the name lister (nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... (cached) ar checking for x86_64-pc-linux-gnu-strip... no checking for strip... strip checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib checking command to parse nm output from /usr/bin/gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs mv -f .deps/i386-dis.Tpo .deps/i386-dis.Plo /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -release `cat ../bfd/libtool-soversion` -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o libopcodes.la -rpath /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib dis-buf.lo disassemble.lo dis-init.lo i386-dis.lo i386-opc.lo -lz checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o i386-dis.o i386-opc.o libtool: link: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so .libs/libopcodes.a no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $libtooldir/libopcodes.a ]; then \ cp $libtooldir/libopcodes.a libopcodes.tmp; \ ranlib libopcodes.tmp; \ /bin/bash ../source_subfolder/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ else true; fi yes checking if /usr/bin/gcc static flag -static works... touch stamp-lib make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' Making all in po make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes/po' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' make all-recursive make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' yes checking if /usr/bin/gcc supports -c -o file.o... Making all in doc make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas/doc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas/doc' Making all in po make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas/po' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o ../source_subfolder/gas/app.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo as.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT as.o -MD -MP -MF $depbase.Tpo -c -o as.o ../source_subfolder/gas/as.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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 for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for aclocal... ${SHELL} /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing aclocal-1.15 checking for autoconf... ${SHELL} /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing autoconf checking for autoheader... ${SHELL} /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing autoheader checking whether /usr/bin/gcc supports -W... yes checking whether /usr/bin/gcc supports -Wall... yes checking whether /usr/bin/gcc supports -Wnarrowing... depbase=`echo atof-generic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT atof-generic.o -MD -MP -MF $depbase.Tpo -c -o atof-generic.o ../source_subfolder/gas/atof-generic.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking whether /usr/bin/gcc supports -Wwrite-strings... yes depbase=`echo compress-debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT compress-debug.o -MD -MP -MF $depbase.Tpo -c -o compress-debug.o ../source_subfolder/gas/compress-debug.c &&\ mv -f $depbase.Tpo $depbase.Po checking whether /usr/bin/gcc supports -Wmissing-format-attribute... yes checking whether /usr/bin/gcc supports -Wstrict-prototypes... depbase=`echo cond.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT cond.o -MD -MP -MF $depbase.Tpo -c -o cond.o ../source_subfolder/gas/cond.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking whether /usr/bin/gcc supports -Wmissing-prototypes... yes checking whether /usr/bin/gcc supports -Wold-style-definition... depbase=`echo depend.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT depend.o -MD -MP -MF $depbase.Tpo -c -o depend.o ../source_subfolder/gas/depend.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking whether /usr/bin/gcc supports -pedantic -Wlong-long... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether to install libbfd... yes checking whether /usr/bin/gcc supports -Wall... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... depbase=`echo dwarf2dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT dwarf2dbg.o -MD -MP -MF $depbase.Tpo -c -o dwarf2dbg.o ../source_subfolder/gas/dwarf2dbg.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking for working mmap... depbase=`echo dw2gencfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT dw2gencfi.o -MD -MP -MF $depbase.Tpo -c -o dw2gencfi.o ../source_subfolder/gas/dw2gencfi.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking for library containing dlsym... -ldl checking for ELF support in BFD... yes checking whether byte ordering is bigendian... no checking byteswap.h usability... depbase=`echo ecoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT ecoff.o -MD -MP -MF $depbase.Tpo -c -o ecoff.o ../source_subfolder/gas/ecoff.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking byteswap.h presence... yes checking for byteswap.h... yes checking endian.h usability... depbase=`echo ehopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT ehopt.o -MD -MP -MF $depbase.Tpo -c -o ehopt.o ../source_subfolder/gas/ehopt.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking endian.h presence... depbase=`echo expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT expr.o -MD -MP -MF $depbase.Tpo -c -o expr.o ../source_subfolder/gas/expr.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking for endian.h... yes checking for pread... yes checking whether bswap_16 is declared... yes checking whether bswap_32 is declared... depbase=`echo flonum-copy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT flonum-copy.o -MD -MP -MF $depbase.Tpo -c -o flonum-copy.o ../source_subfolder/gas/flonum-copy.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking whether bswap_64 is declared... yes checking whether asprintf is declared... yes depbase=`echo flonum-konst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT flonum-konst.o -MD -MP -MF $depbase.Tpo -c -o flonum-konst.o ../source_subfolder/gas/flonum-konst.c &&\ mv -f $depbase.Tpo $depbase.Po checking whether vasprintf is declared... depbase=`echo flonum-mult.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT flonum-mult.o -MD -MP -MF $depbase.Tpo -c -o flonum-mult.o ../source_subfolder/gas/flonum-mult.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo frags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT frags.o -MD -MP -MF $depbase.Tpo -c -o frags.o ../source_subfolder/gas/frags.c &&\ mv -f $depbase.Tpo $depbase.Po yes checking whether stpcpy is declared... yes checking for qsort_r... yes checking for qsort_r signature... depbase=`echo hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT hash.o -MD -MP -MF $depbase.Tpo -c -o hash.o ../source_subfolder/gas/hash.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo input-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT input-file.o -MD -MP -MF $depbase.Tpo -c -o input-file.o ../source_subfolder/gas/input-file.c &&\ mv -f $depbase.Tpo $depbase.Po GNU checking for O_CLOEXEC... yes checking for expect... no checking for Tcl supporting try/catch... no depbase=`echo input-scrub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT input-scrub.o -MD -MP -MF $depbase.Tpo -c -o input-scrub.o ../source_subfolder/gas/input-scrub.c &&\ mv -f $depbase.Tpo $depbase.Po configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status depbase=`echo listing.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT listing.o -MD -MP -MF $depbase.Tpo -c -o listing.o ../source_subfolder/gas/listing.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo literal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT literal.o -MD -MP -MF $depbase.Tpo -c -o literal.o ../source_subfolder/gas/literal.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo macro.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT macro.o -MD -MP -MF $depbase.Tpo -c -o macro.o ../source_subfolder/gas/macro.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo messages.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT messages.o -MD -MP -MF $depbase.Tpo -c -o messages.o ../source_subfolder/gas/messages.c &&\ mv -f $depbase.Tpo $depbase.Po config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands depbase=`echo output-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT output-file.o -MD -MP -MF $depbase.Tpo -c -o output-file.o ../source_subfolder/gas/output-file.c &&\ mv -f $depbase.Tpo $depbase.Po config.status: executing libtool commands depbase=`echo read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT read.o -MD -MP -MF $depbase.Tpo -c -o read.o ../source_subfolder/gas/read.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo remap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT remap.o -MD -MP -MF $depbase.Tpo -c -o remap.o ../source_subfolder/gas/remap.c &&\ mv -f $depbase.Tpo $depbase.Po make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf' make all-am make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf' /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c -o libctf_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo '../source_subfolder/libctf/'`ctf-archive.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c ../source_subfolder/libctf/ctf-archive.c -o libctf_la-ctf-archive.o depbase=`echo sb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT sb.o -MD -MP -MF $depbase.Tpo -c -o sb.o ../source_subfolder/gas/sb.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o ../source_subfolder/gas/stabs.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c -o libctf_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo '../source_subfolder/libctf/'`ctf-dump.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c ../source_subfolder/libctf/ctf-dump.c -o libctf_la-ctf-dump.o mv -f .deps/libctf_la-ctf-archive.Tpo .deps/libctf_la-ctf-archive.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c -o libctf_la-ctf-create.lo `test -f 'ctf-create.c' || echo '../source_subfolder/libctf/'`ctf-create.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c ../source_subfolder/libctf/ctf-create.c -o libctf_la-ctf-create.o mv -f .deps/libctf_la-ctf-dump.Tpo .deps/libctf_la-ctf-dump.Plo depbase=`echo subsegs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT subsegs.o -MD -MP -MF $depbase.Tpo -c -o subsegs.o ../source_subfolder/gas/subsegs.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c -o libctf_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo '../source_subfolder/libctf/'`ctf-decl.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c ../source_subfolder/libctf/ctf-decl.c -o libctf_la-ctf-decl.o mv -f .deps/libctf_la-ctf-decl.Tpo .deps/libctf_la-ctf-decl.Plo depbase=`echo symbols.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT symbols.o -MD -MP -MF $depbase.Tpo -c -o symbols.o ../source_subfolder/gas/symbols.c &&\ mv -f $depbase.Tpo $depbase.Po mv -f .deps/libctf_la-ctf-create.Tpo .deps/libctf_la-ctf-create.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c -o libctf_la-ctf-error.lo `test -f 'ctf-error.c' || echo '../source_subfolder/libctf/'`ctf-error.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c ../source_subfolder/libctf/ctf-error.c -o libctf_la-ctf-error.o mv -f .deps/libctf_la-ctf-error.Tpo .deps/libctf_la-ctf-error.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c -o libctf_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo '../source_subfolder/libctf/'`ctf-hash.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c ../source_subfolder/libctf/ctf-hash.c -o libctf_la-ctf-hash.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c -o libctf_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo '../source_subfolder/libctf/'`ctf-labels.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c ../source_subfolder/libctf/ctf-labels.c -o libctf_la-ctf-labels.o mv -f .deps/libctf_la-ctf-hash.Tpo .deps/libctf_la-ctf-hash.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c -o libctf_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo '../source_subfolder/libctf/'`ctf-dedup.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c ../source_subfolder/libctf/ctf-dedup.c -o libctf_la-ctf-dedup.o mv -f .deps/libctf_la-ctf-labels.Tpo .deps/libctf_la-ctf-labels.Plo depbase=`echo write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT write.o -MD -MP -MF $depbase.Tpo -c -o write.o ../source_subfolder/gas/write.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c -o libctf_la-ctf-link.lo `test -f 'ctf-link.c' || echo '../source_subfolder/libctf/'`ctf-link.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c ../source_subfolder/libctf/ctf-link.c -o libctf_la-ctf-link.o mv -f .deps/libctf_la-ctf-link.Tpo .deps/libctf_la-ctf-link.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c -o libctf_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo '../source_subfolder/libctf/'`ctf-lookup.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c ../source_subfolder/libctf/ctf-lookup.c -o libctf_la-ctf-lookup.o mv -f .deps/libctf_la-ctf-dedup.Tpo .deps/libctf_la-ctf-dedup.Plo depbase=`echo config/tc-i386.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT config/tc-i386.o -MD -MP -MF $depbase.Tpo -c -o config/tc-i386.o ../source_subfolder/gas/config/tc-i386.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c -o libctf_la-ctf-open.lo `test -f 'ctf-open.c' || echo '../source_subfolder/libctf/'`ctf-open.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c ../source_subfolder/libctf/ctf-open.c -o libctf_la-ctf-open.o mv -f .deps/libctf_la-ctf-lookup.Tpo .deps/libctf_la-ctf-lookup.Plo depbase=`echo config/obj-elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT config/obj-elf.o -MD -MP -MF $depbase.Tpo -c -o config/obj-elf.o ../source_subfolder/gas/config/obj-elf.c &&\ mv -f $depbase.Tpo $depbase.Po mv -f .deps/libctf_la-ctf-open.Tpo .deps/libctf_la-ctf-open.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c -o libctf_la-ctf-serialize.lo `test -f 'ctf-serialize.c' || echo '../source_subfolder/libctf/'`ctf-serialize.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_la-ctf-serialize.Tpo -c ../source_subfolder/libctf/ctf-serialize.c -o libctf_la-ctf-serialize.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c -o libctf_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo '../source_subfolder/libctf/'`ctf-sha1.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c ../source_subfolder/libctf/ctf-sha1.c -o libctf_la-ctf-sha1.o mv -f .deps/libctf_la-ctf-sha1.Tpo .deps/libctf_la-ctf-sha1.Plo depbase=`echo config/atof-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gas -I. -I../source_subfolder/gas -I../bfd -I../source_subfolder/gas/config -I../source_subfolder/gas/../include -I../source_subfolder/gas/.. -I../source_subfolder/gas/../bfd -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -MT config/atof-ieee.o -MD -MP -MF $depbase.Tpo -c -o config/atof-ieee.o ../source_subfolder/gas/config/atof-ieee.c &&\ mv -f $depbase.Tpo $depbase.Po mv -f .deps/libctf_la-ctf-serialize.Tpo .deps/libctf_la-ctf-serialize.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c -o libctf_la-ctf-string.lo `test -f 'ctf-string.c' || echo '../source_subfolder/libctf/'`ctf-string.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c ../source_subfolder/libctf/ctf-string.c -o libctf_la-ctf-string.o mv -f .deps/libctf_la-ctf-string.Tpo .deps/libctf_la-ctf-string.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c -o libctf_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo '../source_subfolder/libctf/'`ctf-subr.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c -o libctf_la-ctf-types.lo `test -f 'ctf-types.c' || echo '../source_subfolder/libctf/'`ctf-types.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c ../source_subfolder/libctf/ctf-subr.c -o libctf_la-ctf-subr.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c ../source_subfolder/libctf/ctf-types.c -o libctf_la-ctf-types.o mv -f .deps/libctf_la-ctf-subr.Tpo .deps/libctf_la-ctf-subr.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c -o libctf_la-ctf-util.lo `test -f 'ctf-util.c' || echo '../source_subfolder/libctf/'`ctf-util.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c ../source_subfolder/libctf/ctf-util.c -o libctf_la-ctf-util.o mv -f .deps/libctf_la-ctf-util.Tpo .deps/libctf_la-ctf-util.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c -o libctf_la-ctf-open-bfd.lo `test -f 'ctf-open-bfd.c' || echo '../source_subfolder/libctf/'`ctf-open-bfd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=0 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c ../source_subfolder/libctf/ctf-open-bfd.c -o libctf_la-ctf-open-bfd.o mv -f .deps/libctf_la-ctf-open-bfd.Tpo .deps/libctf_la-ctf-open-bfd.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c -o libctf_nobfd_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo '../source_subfolder/libctf/'`ctf-archive.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c ../source_subfolder/libctf/ctf-archive.c -o libctf_nobfd_la-ctf-archive.o mv -f .deps/libctf_la-ctf-types.Tpo .deps/libctf_la-ctf-types.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c -o libctf_nobfd_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo '../source_subfolder/libctf/'`ctf-dump.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c ../source_subfolder/libctf/ctf-dump.c -o libctf_nobfd_la-ctf-dump.o mv -f .deps/libctf_nobfd_la-ctf-archive.Tpo .deps/libctf_nobfd_la-ctf-archive.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c -o libctf_nobfd_la-ctf-create.lo `test -f 'ctf-create.c' || echo '../source_subfolder/libctf/'`ctf-create.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c ../source_subfolder/libctf/ctf-create.c -o libctf_nobfd_la-ctf-create.o mv -f .deps/libctf_nobfd_la-ctf-dump.Tpo .deps/libctf_nobfd_la-ctf-dump.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c -o libctf_nobfd_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo '../source_subfolder/libctf/'`ctf-decl.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c ../source_subfolder/libctf/ctf-decl.c -o libctf_nobfd_la-ctf-decl.o mv -f .deps/libctf_nobfd_la-ctf-decl.Tpo .deps/libctf_nobfd_la-ctf-decl.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c -o libctf_nobfd_la-ctf-error.lo `test -f 'ctf-error.c' || echo '../source_subfolder/libctf/'`ctf-error.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c ../source_subfolder/libctf/ctf-error.c -o libctf_nobfd_la-ctf-error.o mv -f .deps/libctf_nobfd_la-ctf-error.Tpo .deps/libctf_nobfd_la-ctf-error.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c -o libctf_nobfd_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo '../source_subfolder/libctf/'`ctf-hash.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c ../source_subfolder/libctf/ctf-hash.c -o libctf_nobfd_la-ctf-hash.o mv -f .deps/libctf_nobfd_la-ctf-hash.Tpo .deps/libctf_nobfd_la-ctf-hash.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c -o libctf_nobfd_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo '../source_subfolder/libctf/'`ctf-labels.c mv -f .deps/libctf_nobfd_la-ctf-create.Tpo .deps/libctf_nobfd_la-ctf-create.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c -o libctf_nobfd_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo '../source_subfolder/libctf/'`ctf-dedup.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c ../source_subfolder/libctf/ctf-labels.c -o libctf_nobfd_la-ctf-labels.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c ../source_subfolder/libctf/ctf-dedup.c -o libctf_nobfd_la-ctf-dedup.o mv -f .deps/libctf_nobfd_la-ctf-labels.Tpo .deps/libctf_nobfd_la-ctf-labels.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c -o libctf_nobfd_la-ctf-link.lo `test -f 'ctf-link.c' || echo '../source_subfolder/libctf/'`ctf-link.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c ../source_subfolder/libctf/ctf-link.c -o libctf_nobfd_la-ctf-link.o mv -f .deps/libctf_nobfd_la-ctf-dedup.Tpo .deps/libctf_nobfd_la-ctf-dedup.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c -o libctf_nobfd_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo '../source_subfolder/libctf/'`ctf-lookup.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c ../source_subfolder/libctf/ctf-lookup.c -o libctf_nobfd_la-ctf-lookup.o mv -f .deps/libctf_nobfd_la-ctf-link.Tpo .deps/libctf_nobfd_la-ctf-link.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c -o libctf_nobfd_la-ctf-open.lo `test -f 'ctf-open.c' || echo '../source_subfolder/libctf/'`ctf-open.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c ../source_subfolder/libctf/ctf-open.c -o libctf_nobfd_la-ctf-open.o mv -f .deps/libctf_nobfd_la-ctf-lookup.Tpo .deps/libctf_nobfd_la-ctf-lookup.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c -o libctf_nobfd_la-ctf-serialize.lo `test -f 'ctf-serialize.c' || echo '../source_subfolder/libctf/'`ctf-serialize.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-serialize.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-serialize.Tpo -c ../source_subfolder/libctf/ctf-serialize.c -o libctf_nobfd_la-ctf-serialize.o /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o config/tc-i386.o config/obj-elf.o config/atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a -lz -ldl -lz mv -f .deps/libctf_nobfd_la-ctf-serialize.Tpo .deps/libctf_nobfd_la-ctf-serialize.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c -o libctf_nobfd_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo '../source_subfolder/libctf/'`ctf-sha1.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c ../source_subfolder/libctf/ctf-sha1.c -o libctf_nobfd_la-ctf-sha1.o libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -m64 -O3 -s -m64 -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o config/tc-i386.o config/obj-elf.o config/atof-ieee.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz mv -f .deps/libctf_nobfd_la-ctf-sha1.Tpo .deps/libctf_nobfd_la-ctf-sha1.Plo make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c -o libctf_nobfd_la-ctf-string.lo `test -f 'ctf-string.c' || echo '../source_subfolder/libctf/'`ctf-string.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c ../source_subfolder/libctf/ctf-string.c -o libctf_nobfd_la-ctf-string.o make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' mv -f .deps/libctf_nobfd_la-ctf-open.Tpo .deps/libctf_nobfd_la-ctf-open.Plo make all-recursive /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c -o libctf_nobfd_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo '../source_subfolder/libctf/'`ctf-subr.c make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' Making all in po make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof/po' libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c ../source_subfolder/libctf/ctf-subr.c -o libctf_nobfd_la-ctf-subr.o make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o ../source_subfolder/gprof/basic_blocks.c mv -f .deps/libctf_nobfd_la-ctf-subr.Tpo .deps/libctf_nobfd_la-ctf-subr.Plo /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o ../source_subfolder/gprof/call_graph.c mv -f .deps/libctf_nobfd_la-ctf-string.Tpo .deps/libctf_nobfd_la-ctf-string.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c -o libctf_nobfd_la-ctf-types.lo `test -f 'ctf-types.c' || echo '../source_subfolder/libctf/'`ctf-types.c mv -f .deps/call_graph.Tpo .deps/call_graph.Po /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c -o libctf_nobfd_la-ctf-util.lo `test -f 'ctf-util.c' || echo '../source_subfolder/libctf/'`ctf-util.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c ../source_subfolder/libctf/ctf-types.c -o libctf_nobfd_la-ctf-types.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/libctf -D_GNU_SOURCE -I../source_subfolder/libctf -I../source_subfolder/libctf/../include -I../source_subfolder/libctf/../bfd -I../bfd -DNOBFD=1 -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c ../source_subfolder/libctf/ctf-util.c -o libctf_nobfd_la-ctf-util.o mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o ../source_subfolder/gprof/cg_arcs.c mv -f .deps/libctf_nobfd_la-ctf-util.Tpo .deps/libctf_nobfd_la-ctf-util.Plo /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o ../source_subfolder/gprof/cg_dfn.c mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o ../source_subfolder/gprof/cg_print.c mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -version-info 0:0:0 -Wl,--version-script='../source_subfolder/libctf/libctf.ver' -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o libctf.la -rpath /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib libctf_la-ctf-archive.lo libctf_la-ctf-dump.lo libctf_la-ctf-create.lo libctf_la-ctf-decl.lo libctf_la-ctf-error.lo libctf_la-ctf-hash.lo libctf_la-ctf-labels.lo libctf_la-ctf-dedup.lo libctf_la-ctf-link.lo libctf_la-ctf-lookup.lo libctf_la-ctf-open.lo libctf_la-ctf-serialize.lo libctf_la-ctf-sha1.lo libctf_la-ctf-string.lo libctf_la-ctf-subr.lo libctf_la-ctf-types.lo libctf_la-ctf-util.lo libctf_la-ctf-open-bfd.lo ../bfd/libbfd.la -L/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf/../libiberty -liberty -lz -ldl -lz libtool: link: ar rc .libs/libctf.a libctf_la-ctf-archive.o libctf_la-ctf-dump.o libctf_la-ctf-create.o libctf_la-ctf-decl.o libctf_la-ctf-error.o libctf_la-ctf-hash.o libctf_la-ctf-labels.o libctf_la-ctf-dedup.o libctf_la-ctf-link.o libctf_la-ctf-lookup.o libctf_la-ctf-open.o libctf_la-ctf-serialize.o libctf_la-ctf-sha1.o libctf_la-ctf-string.o libctf_la-ctf-subr.o libctf_la-ctf-types.o libctf_la-ctf-util.o libctf_la-ctf-open-bfd.o libtool: link: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so .libs/libctf.a libtool: link: ( cd ".libs" && rm -f "libctf.la" && ln -s "../libctf.la" "libctf.la" ) /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o ../source_subfolder/gprof/corefile.c mv -f .deps/corefile.Tpo .deps/corefile.Po mv -f .deps/libctf_nobfd_la-ctf-types.Tpo .deps/libctf_nobfd_la-ctf-types.Plo /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o ../source_subfolder/gprof/gmon_io.c /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -m64 -O3 -s -version-info 0:0:0 -Wl,--version-script='../source_subfolder/libctf/libctf.ver' -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o libctf-nobfd.la -rpath /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib libctf_nobfd_la-ctf-archive.lo libctf_nobfd_la-ctf-dump.lo libctf_nobfd_la-ctf-create.lo libctf_nobfd_la-ctf-decl.lo libctf_nobfd_la-ctf-error.lo libctf_nobfd_la-ctf-hash.lo libctf_nobfd_la-ctf-labels.lo libctf_nobfd_la-ctf-dedup.lo libctf_nobfd_la-ctf-link.lo libctf_nobfd_la-ctf-lookup.lo libctf_nobfd_la-ctf-open.lo libctf_nobfd_la-ctf-serialize.lo libctf_nobfd_la-ctf-sha1.lo libctf_nobfd_la-ctf-string.lo libctf_nobfd_la-ctf-subr.lo libctf_nobfd_la-ctf-types.lo libctf_nobfd_la-ctf-util.lo -L/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf/../libiberty -liberty -lz -ldl -lz mv -f .deps/cg_print.Tpo .deps/cg_print.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o ../source_subfolder/gprof/gprof.c libtool: link: ar rc .libs/libctf-nobfd.a libctf_nobfd_la-ctf-archive.o libctf_nobfd_la-ctf-dump.o libctf_nobfd_la-ctf-create.o libctf_nobfd_la-ctf-decl.o libctf_nobfd_la-ctf-error.o libctf_nobfd_la-ctf-hash.o libctf_nobfd_la-ctf-labels.o libctf_nobfd_la-ctf-dedup.o libctf_nobfd_la-ctf-link.o libctf_nobfd_la-ctf-lookup.o libctf_nobfd_la-ctf-open.o libctf_nobfd_la-ctf-serialize.o libctf_nobfd_la-ctf-sha1.o libctf_nobfd_la-ctf-string.o libctf_nobfd_la-ctf-subr.o libctf_nobfd_la-ctf-types.o libctf_nobfd_la-ctf-util.o libtool: link: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so .libs/libctf-nobfd.a libtool: link: ( cd ".libs" && rm -f "libctf-nobfd.la" && ln -s "../libctf-nobfd.la" "libctf-nobfd.la" ) make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o ../source_subfolder/gprof/hertz.c mv -f .deps/hertz.Tpo .deps/hertz.Po make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' if [ -r sysinfo.c ]; then \ /usr/bin/gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s sysinfo.c ; \ else \ /usr/bin/gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s ../source_subfolder/binutils/sysinfo.c ; \ fi mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po Making info in doc mv -f .deps/gprof.Tpo .deps/gprof.Po make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/doc' if test -f cxxfilt.man; then \ man=cxxfilt.man; \ else \ man=../../source_subfolder/binutils/doc/cxxfilt.man; \ fi; \ sed -e 's/@PROGRAM@/c++filt/' \ -e 's/cxxfilt/c++filt/' < $man \ > c++filt.1 /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o ../source_subfolder/gprof/hist.c make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/doc' Making info in po make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/po' make[3]: Nothing to be done for 'info'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/po' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make[3]: Nothing to be done for 'info-am'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source_subfolder/gprof/source.c mv -f .deps/source.Tpo .deps/source.Po /usr/bin/gcc -c -I. -I../source_subfolder/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s ../source_subfolder/binutils/syslex_wrap.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o ../source_subfolder/gprof/search_list.c mv -f .deps/search_list.Tpo .deps/search_list.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o ../source_subfolder/gprof/symtab.c mv -f .deps/hist.Tpo .deps/hist.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o ../source_subfolder/gprof/sym_ids.c mv -f .deps/symtab.Tpo .deps/symtab.Po /usr/bin/gcc -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o sysinfo sysinfo.o syslex_wrap.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o ../source_subfolder/gprof/utils.c ./sysinfo -d <../source_subfolder/binutils/sysroff.info >sysroff.h make all-recursive make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po Making all in doc /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o ../source_subfolder/gprof/i386.c make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/doc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/doc' Making all in po make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/po' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/po' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' depbase=`echo size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT size.o -MD -MP -MF $depbase.Tpo -c -o size.o ../source_subfolder/binutils/size.c &&\ mv -f $depbase.Tpo $depbase.Po mv -f .deps/utils.Tpo .deps/utils.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o ../source_subfolder/gprof/alpha.c mv -f .deps/i386.Tpo .deps/i386.Po depbase=`echo bucomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT bucomm.o -MD -MP -MF $depbase.Tpo -c -o bucomm.o ../source_subfolder/binutils/bucomm.c &&\ mv -f $depbase.Tpo $depbase.Po mv -f .deps/alpha.Tpo .deps/alpha.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o ../source_subfolder/gprof/vax.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o ../source_subfolder/gprof/sparc.c mv -f .deps/vax.Tpo .deps/vax.Po depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o ../source_subfolder/binutils/version.c &&\ mv -f $depbase.Tpo $depbase.Po mv -f .deps/sparc.Tpo .deps/sparc.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o ../source_subfolder/gprof/mips.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT aarch64.o -MD -MP -MF .deps/aarch64.Tpo -c -o aarch64.o ../source_subfolder/gprof/aarch64.c depbase=`echo filemode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT filemode.o -MD -MP -MF $depbase.Tpo -c -o filemode.o ../source_subfolder/binutils/filemode.c &&\ mv -f $depbase.Tpo $depbase.Po mv -f .deps/aarch64.Tpo .deps/aarch64.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" ../source_subfolder/binutils/objdump.c mv -f .deps/mips.Tpo .deps/mips.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o ../source_subfolder/gprof/flat_bl.c depbase=`echo dwarf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT dwarf.o -MD -MP -MF $depbase.Tpo -c -o dwarf.o ../source_subfolder/binutils/dwarf.c &&\ mv -f $depbase.Tpo $depbase.Po mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o ../source_subfolder/gprof/bsd_callg_bl.c mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/gprof -DDEBUG -I../bfd -I../source_subfolder/gprof/../include -I../source_subfolder/gprof/../bfd -I. -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o ../source_subfolder/gprof/fsf_callg_bl.c mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a -lm -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lm -ldl -lz make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' depbase=`echo prdbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT prdbg.o -MD -MP -MF $depbase.Tpo -c -o prdbg.o ../source_subfolder/binutils/prdbg.c &&\ mv -f $depbase.Tpo $depbase.Po mv -f .deps/objdump.Tpo .deps/objdump.Po depbase=`echo rddbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT rddbg.o -MD -MP -MF $depbase.Tpo -c -o rddbg.o ../source_subfolder/binutils/rddbg.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o ../source_subfolder/binutils/debug.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o ../source_subfolder/binutils/stabs.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo rdcoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT rdcoff.o -MD -MP -MF $depbase.Tpo -c -o rdcoff.o ../source_subfolder/binutils/rdcoff.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo elfcomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elfcomm.o -MD -MP -MF $depbase.Tpo -c -o elfcomm.o ../source_subfolder/binutils/elfcomm.c &&\ mv -f $depbase.Tpo $depbase.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ../source_subfolder/binutils/`arparse.c mv -f .deps/arparse.Tpo .deps/arparse.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ../source_subfolder/binutils/`arlex.c mv -f .deps/arlex.Tpo .deps/arlex.Po depbase=`echo ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT ar.o -MD -MP -MF $depbase.Tpo -c -o ar.o ../source_subfolder/binutils/ar.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo not-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT not-ranlib.o -MD -MP -MF $depbase.Tpo -c -o not-ranlib.o ../source_subfolder/binutils/not-ranlib.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo arsup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT arsup.o -MD -MP -MF $depbase.Tpo -c -o arsup.o ../source_subfolder/binutils/arsup.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo rename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT rename.o -MD -MP -MF $depbase.Tpo -c -o rename.o ../source_subfolder/binutils/rename.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo binemul.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT binemul.o -MD -MP -MF $depbase.Tpo -c -o binemul.o ../source_subfolder/binutils/binemul.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo emul_vanilla.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT emul_vanilla.o -MD -MP -MF $depbase.Tpo -c -o emul_vanilla.o ../source_subfolder/binutils/emul_vanilla.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT strings.o -MD -MP -MF $depbase.Tpo -c -o strings.o ../source_subfolder/binutils/strings.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo is-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT is-ranlib.o -MD -MP -MF $depbase.Tpo -c -o is-ranlib.o ../source_subfolder/binutils/is-ranlib.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo objcopy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT objcopy.o -MD -MP -MF $depbase.Tpo -c -o objcopy.o ../source_subfolder/binutils/objcopy.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo not-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT not-strip.o -MD -MP -MF $depbase.Tpo -c -o not-strip.o ../source_subfolder/binutils/not-strip.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo wrstabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT wrstabs.o -MD -MP -MF $depbase.Tpo -c -o wrstabs.o ../source_subfolder/binutils/wrstabs.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo addr2line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT addr2line.o -MD -MP -MF $depbase.Tpo -c -o addr2line.o ../source_subfolder/binutils/addr2line.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo readelf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT readelf.o -MD -MP -MF $depbase.Tpo -c -o readelf.o ../source_subfolder/binutils/readelf.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo unwind-ia64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT unwind-ia64.o -MD -MP -MF $depbase.Tpo -c -o unwind-ia64.o ../source_subfolder/binutils/unwind-ia64.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo elfedit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT elfedit.o -MD -MP -MF $depbase.Tpo -c -o elfedit.o ../source_subfolder/binutils/elfedit.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo nm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT nm.o -MD -MP -MF $depbase.Tpo -c -o nm.o ../source_subfolder/binutils/nm.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo is-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT is-strip.o -MD -MP -MF $depbase.Tpo -c -o is-strip.o ../source_subfolder/binutils/is-strip.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo cxxfilt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT cxxfilt.o -MD -MP -MF $depbase.Tpo -c -o cxxfilt.o ../source_subfolder/binutils/cxxfilt.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo bfdtest1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT bfdtest1.o -MD -MP -MF $depbase.Tpo -c -o bfdtest1.o ../source_subfolder/binutils/bfdtest1.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo bfdtest2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT bfdtest2.o -MD -MP -MF $depbase.Tpo -c -o bfdtest2.o ../source_subfolder/binutils/bfdtest2.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../libctf/libctf.la ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o size size.o bucomm.o version.o filemode.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../opcodes/.libs/libopcodes.a ../libctf/.libs/libctf.a -L/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf/../libiberty /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/.libs/libbfd.a -liberty ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o strings strings.o bucomm.o version.o filemode.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o addr2line addr2line.o bucomm.o version.o filemode.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o elfedit elfedit.o version.o elfcomm.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o nm-new nm.o bucomm.o version.o filemode.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o bfdtest1 bfdtest1.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz depbase=`echo testsuite/gentestdlls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/binutils -I. -I../source_subfolder/binutils -I../bfd -I../source_subfolder/binutils/../bfd -I../source_subfolder/binutils/../include -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -MT testsuite/gentestdlls.o -MD -MP -MF $depbase.Tpo -c -o testsuite/gentestdlls.o ../source_subfolder/binutils/testsuite/gentestdlls.c &&\ mv -f $depbase.Tpo $depbase.Po libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o bfdtest2 bfdtest2.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o testsuite/gentestdlls testsuite/gentestdlls.o ../bfd/libbfd.la ../libiberty/libiberty.a -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o testsuite/gentestdlls testsuite/gentestdlls.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl -lz /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libctf/libctf-nobfd.la ../libiberty/libiberty.a -lz -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -m64 -O3 -s -m64 -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../libctf/.libs/libctf-nobfd.a -L/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf/../libiberty -liberty ../libiberty/libiberty.a -ldl -lz make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' (echo "/* This file is automatically generated. DO NOT EDIT! */";\ for f in `echo " " eelf_x86_64.o eelf32_x86_64.o eelf_i386.o eelf_iamcu.o eelf_l1om.o eelf_k1om.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ done;\ echo "";\ echo "#define EMULATION_LIST \\";\ for f in `echo " " eelf_x86_64.o eelf32_x86_64.o eelf_i386.o eelf_iamcu.o eelf_l1om.o eelf_k1om.o "" \ | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ echo " &ld_${f}_emulation, \\"; \ done;\ echo " 0") >ldemul-tmp.h mv ldemul-tmp.h ldemul-list.h make all-recursive make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' Making all in po make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld/po' ( if test 'x../../source_subfolder/ld/po' != 'x.'; then \ posrcprefix='../../source_subfolder/ld/'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ../../source_subfolder/ld/po/SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) rm -f BLD-POTFILES-t BLD-POTFILES \ && sed -e '/^#/d' -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ../../source_subfolder/ld/po/BLD-POTFILES.in \ | sed -e '$s/\\$//' > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/bash ./config.status config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing default commands make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld/po' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c -o libdep_plugin.lo ../source_subfolder/ld/libdep_plugin.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '../source_subfolder/ld/'`testplug.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '../source_subfolder/ld/'`testplug2.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../source_subfolder/ld/testplug.c -fPIC -DPIC -o .libs/libldtestplug_la-testplug.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c ../source_subfolder/ld/testplug2.c -fPIC -DPIC -o .libs/libldtestplug2_la-testplug2.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c ../source_subfolder/ld/libdep_plugin.c -fPIC -DPIC -o .libs/libdep_plugin.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c ../source_subfolder/ld/libdep_plugin.c -o libdep_plugin.o >/dev/null 2>&1 libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c ../source_subfolder/ld/testplug.c -o libldtestplug_la-testplug.o >/dev/null 2>&1 libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c ../source_subfolder/ld/testplug2.c -o libldtestplug2_la-testplug2.o >/dev/null 2>&1 mv -f .deps/libdep_plugin.Tpo .deps/libdep_plugin.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '../source_subfolder/ld/'`testplug3.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c ../source_subfolder/ld/testplug3.c -fPIC -DPIC -o .libs/libldtestplug3_la-testplug3.o mv -f .deps/libldtestplug2_la-testplug2.Tpo .deps/libldtestplug2_la-testplug2.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '../source_subfolder/ld/'`testplug4.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c ../source_subfolder/ld/testplug4.c -fPIC -DPIC -o .libs/libldtestplug4_la-testplug4.o mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo ../source_subfolder/ld/`ldgram.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c ../source_subfolder/ld/testplug3.c -o libldtestplug3_la-testplug3.o >/dev/null 2>&1 libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR=\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -g -O2 -m64 -O3 -s -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c ../source_subfolder/ld/testplug4.c -o libldtestplug4_la-testplug4.o >/dev/null 2>&1 mv -f .deps/libldtestplug3_la-testplug3.Tpo .deps/libldtestplug3_la-testplug3.Plo /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o ../source_subfolder/ld/ldlex-wrapper.c mv -f .deps/libldtestplug4_la-testplug4.Tpo .deps/libldtestplug4_la-testplug4.Plo /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o ../source_subfolder/ld/lexsup.c mv -f .deps/ldgram.Tpo .deps/ldgram.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o ../source_subfolder/ld/ldlang.c mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o ../source_subfolder/ld/mri.c mv -f .deps/mri.Tpo .deps/mri.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o ../source_subfolder/ld/ldctor.c mv -f .deps/lexsup.Tpo .deps/lexsup.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ -DDEFAULT_EMULATION='"elf_x86_64"' \ -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DTOOLBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin"' \ -DTARGET='"x86_64-pc-linux-gnu"' -DTARGET_SYSTEM_ROOT=\"\" \ ../source_subfolder/ld/ldmain.c mv -f .deps/ldctor.Tpo .deps/ldctor.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o ../source_subfolder/ld/ldwrite.c mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o ../source_subfolder/ld/ldexp.c mv -f .deps/ldmain.Tpo .deps/ldmain.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o ../source_subfolder/ld/ldemul.c mv -f .deps/ldemul.Tpo .deps/ldemul.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o ../source_subfolder/ld/ldver.c mv -f .deps/ldver.Tpo .deps/ldver.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o ../source_subfolder/ld/ldmisc.c mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ -DSCRIPTDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/lib"' -DBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin"' -DTOOLBINDIR='"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin"' \ ../source_subfolder/ld/ldfile.c mv -f .deps/ldfile.Tpo .deps/ldfile.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o ../source_subfolder/ld/ldcref.c mv -f .deps/ldcref.Tpo .deps/ldcref.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o ../source_subfolder/ld/plugin.c mv -f .deps/plugin.Tpo .deps/plugin.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldbuildid.o -MD -MP -MF .deps/ldbuildid.Tpo -c -o ldbuildid.o ../source_subfolder/ld/ldbuildid.c mv -f .deps/ldbuildid.Tpo .deps/ldbuildid.Po cp ../source_subfolder/ld/emultempl/astring.sed stringify.sed /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldelf.o -MD -MP -MF .deps/ldelf.Tpo -c -o ldelf.o ../source_subfolder/ld/ldelf.c mv -f .deps/ldexp.Tpo .deps/ldexp.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT ldelfgen.o -MD -MP -MF .deps/ldelfgen.Tpo -c -o ldelfgen.o ../source_subfolder/ld/ldelfgen.c mv -f .deps/ldelfgen.Tpo .deps/ldelfgen.Po /bin/bash ./libtool --tag=CC --tag=disable-static --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -no-undefined -rpath /nowhere -module -avoid-version -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o libdep.la -rpath /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/bfd-plugins libdep_plugin.lo -ldl -lz libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/libdep_plugin.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -ldl -lz -m64 -m64 -Wl,-soname -Wl,libdep.so -o .libs/libdep.so libtool: link: ( cd ".libs" && rm -f "libdep.la" && ln -s "../libdep.la" "libdep.la" ) /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -m64 -O3 -s -no-undefined -rpath /nowhere -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o libldtestplug.la libldtestplug_la-testplug.lo -ldl -lz mv -f .deps/ldelf.Tpo .deps/ldelf.Po /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -m64 -O3 -s -no-undefined -rpath /nowhere -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o libldtestplug2.la libldtestplug2_la-testplug2.lo -ldl -lz libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/libldtestplug_la-testplug.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -ldl -lz -m64 -m64 -Wl,-soname -Wl,libldtestplug.so.0 -o .libs/libldtestplug.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libldtestplug.so.0" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so.0") libtool: link: (cd ".libs" && rm -f "libldtestplug.so" && ln -s "libldtestplug.so.0.0.0" "libldtestplug.so") libtool: link: ar rc .libs/libldtestplug.a libldtestplug_la-testplug.o libtool: link: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so .libs/libldtestplug.a libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/libldtestplug2_la-testplug2.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -ldl -lz -m64 -m64 -Wl,-soname -Wl,libldtestplug2.so.0 -o .libs/libldtestplug2.so.0.0.0 libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" ) /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -m64 -O3 -s -no-undefined -rpath /nowhere -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o libldtestplug3.la libldtestplug3_la-testplug3.lo -ldl -lz libtool: link: (cd ".libs" && rm -f "libldtestplug2.so.0" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so.0") libtool: link: (cd ".libs" && rm -f "libldtestplug2.so" && ln -s "libldtestplug2.so.0.0.0" "libldtestplug2.so") libtool: link: ar rc .libs/libldtestplug2.a libldtestplug2_la-testplug2.o libtool: link: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so .libs/libldtestplug2.a libtool: link: ( cd ".libs" && rm -f "libldtestplug2.la" && ln -s "../libldtestplug2.la" "libldtestplug2.la" ) /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -m64 -O3 -s -no-undefined -rpath /nowhere -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o libldtestplug4.la libldtestplug4_la-testplug4.lo -ldl -lz libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/libldtestplug3_la-testplug3.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -ldl -lz -m64 -m64 -Wl,-soname -Wl,libldtestplug3.so.0 -o .libs/libldtestplug3.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libldtestplug3.so.0" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so.0") libtool: link: (cd ".libs" && rm -f "libldtestplug3.so" && ln -s "libldtestplug3.so.0.0.0" "libldtestplug3.so") mv -f .deps/ldlang.Tpo .deps/ldlang.Po base=`echo eelf_x86_64.c | sed -e 's,e\(.*\).c,\1,'`; \ make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" libtool: link: ar rc .libs/libldtestplug3.a libldtestplug3_la-testplug3.o libtool: link: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so .libs/libldtestplug3.a libtool: link: ( cd ".libs" && rm -f "libldtestplug3.la" && ln -s "../libldtestplug3.la" "libldtestplug3.la" ) base=`echo eelf32_x86_64.c | sed -e 's,e\(.*\).c,\1,'`; \ make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/libldtestplug4_la-testplug4.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -ldl -lz -m64 -m64 -Wl,-soname -Wl,libldtestplug4.so.0 -o .libs/libldtestplug4.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libldtestplug4.so.0" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so.0") libtool: link: (cd ".libs" && rm -f "libldtestplug4.so" && ln -s "libldtestplug4.so.0.0.0" "libldtestplug4.so") libtool: link: ar rc .libs/libldtestplug4.a libldtestplug4_la-testplug4.o libtool: link: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so .libs/libldtestplug4.a make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' /bin/bash ../source_subfolder/ld/genscripts.sh "../source_subfolder/ld" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix" x86_64-pc-linux-gnu x86_64-pc-linux-gnu x86_64-pc-linux-gnu ".deps" "" "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf_x86_64 "x86_64-pc-linux-gnu" libtool: link: ( cd ".libs" && rm -f "libldtestplug4.la" && ln -s "../libldtestplug4.la" "libldtestplug4.la" ) base=`echo eelf_i386.c | sed -e 's,e\(.*\).c,\1,'`; \ make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' /bin/bash ../source_subfolder/ld/genscripts.sh "../source_subfolder/ld" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix" x86_64-pc-linux-gnu x86_64-pc-linux-gnu x86_64-pc-linux-gnu ".deps" "" "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf32_x86_64 "x86_64-pc-linux-gnu" make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' /bin/bash ../source_subfolder/ld/genscripts.sh "../source_subfolder/ld" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix" x86_64-pc-linux-gnu x86_64-pc-linux-gnu x86_64-pc-linux-gnu ".deps" "" "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf_i386 "i386-pc-linux-gnu" make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' base=`echo eelf_iamcu.c | sed -e 's,e\(.*\).c,\1,'`; \ make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' base=`echo eelf_l1om.c | sed -e 's,e\(.*\).c,\1,'`; \ make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' base=`echo eelf_k1om.c | sed -e 's,e\(.*\).c,\1,'`; \ make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' /bin/bash ../source_subfolder/ld/genscripts.sh "../source_subfolder/ld" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix" x86_64-pc-linux-gnu x86_64-pc-linux-gnu x86_64-pc-linux-gnu ".deps" "" "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf_iamcu "x86_64-pc-linux-gnu" make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' /bin/bash ../source_subfolder/ld/genscripts.sh "../source_subfolder/ld" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix" x86_64-pc-linux-gnu x86_64-pc-linux-gnu x86_64-pc-linux-gnu ".deps" "" "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf_k1om "x86_64-pc-linux-gnu" make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' /bin/bash ../source_subfolder/ld/genscripts.sh "../source_subfolder/ld" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3" "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix" x86_64-pc-linux-gnu x86_64-pc-linux-gnu x86_64-pc-linux-gnu ".deps" "" "elf_x86_64 elf_i386 elf32_x86_64 elf_l1om elf_k1om" "/usr/local/lib /lib /usr/lib" no yes elf_l1om "x86_64-pc-linux-gnu" make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT eelf_x86_64.o -MD -MP -MF .deps/eelf_x86_64.Tpo -c -o eelf_x86_64.o eelf_x86_64.c make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT eelf32_x86_64.o -MD -MP -MF .deps/eelf32_x86_64.Tpo -c -o eelf32_x86_64.o eelf32_x86_64.c make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT eelf_i386.o -MD -MP -MF .deps/eelf_i386.Tpo -c -o eelf_i386.o eelf_i386.c mv -f .deps/eelf_x86_64.Tpo .deps/eelf_x86_64.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT eelf_iamcu.o -MD -MP -MF .deps/eelf_iamcu.Tpo -c -o eelf_iamcu.o eelf_iamcu.c mv -f .deps/eelf_i386.Tpo .deps/eelf_i386.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT eelf_l1om.o -MD -MP -MF .deps/eelf_l1om.Tpo -c -o eelf_l1om.o eelf_l1om.c mv -f .deps/eelf32_x86_64.Tpo .deps/eelf32_x86_64.Po /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../source_subfolder/ld -I. -I../source_subfolder/ld -I../bfd -I../source_subfolder/ld/../bfd -I../source_subfolder/ld/../include -m64 -O3 -s -DLOCALEDIR="\"/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/locale\"" -I/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/include -DNDEBUG -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -MT eelf_k1om.o -MD -MP -MF .deps/eelf_k1om.Tpo -c -o eelf_k1om.o eelf_k1om.c mv -f .deps/eelf_iamcu.Tpo .deps/eelf_iamcu.Po mv -f .deps/eelf_k1om.Tpo .deps/eelf_k1om.Po mv -f .deps/eelf_l1om.Tpo .deps/eelf_l1om.Po /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -m64 -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf_x86_64.o eelf32_x86_64.o eelf_i386.o eelf_iamcu.o eelf_l1om.o eelf_k1om.o ldelf.o ldelfgen.o ../bfd/libbfd.la ../libctf/libctf.la ../libiberty/libiberty.a -lz -ldl -lz libtool: link: /usr/bin/gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=true -DELF_SHLIB_LIST_OPTIONS=true -DELF_PLT_UNWIND_LIST_OPTIONS=true -m64 -O3 -s -m64 -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf_x86_64.o eelf32_x86_64.o eelf_i386.o eelf_iamcu.o eelf_l1om.o eelf_k1om.o ldelf.o ldelfgen.o -L/home/conan/w/prod/BuildSingleReference/.conan/data/zlib/1.2.13/_/_/package/76f87539fc90ff313e0b3182641a9bb558a717d2/lib ../bfd/.libs/libbfd.a ../libctf/.libs/libctf.a -L/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf/../libiberty /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/.libs/libbfd.a -liberty ../libiberty/libiberty.a -ldl -lz make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3' binutils/2.37: Package '094dda2f30c71059ad65f91f508e55a3fc48d0b3' built binutils/2.37: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3 binutils/2.37: Generated conaninfo.txt binutils/2.37: Generated conanbuildinfo.txt binutils/2.37: Generating the package binutils/2.37: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3 binutils/2.37: Calling package() ----Running------ > make install -j3 ----------------- make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3' /bin/bash source_subfolder/mkinstalldirs /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3 /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix make[1]: Nothing to be done for 'install-target'. mkdir -p -- /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/etc' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/etc' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' Making install in doc make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas/doc' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' make install-recursive make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make install-recursive make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas/doc' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/info' /usr/bin/install -c -m 644 ../../source_subfolder/gas/doc/as.info '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/info' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1' Making install in po make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof/po' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof/po' /usr/bin/install -c -m 644 '../../source_subfolder/gas/doc/as.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-as.1' make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas/doc' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas/doc' Making install in po make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas/po' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas/po' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' Making install in doc make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/doc' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/info' /usr/bin/install -c -m 644 ../source_subfolder/gprof/gprof.info '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/info' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/info' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1' /usr/bin/install -c -m 644 '../source_subfolder/gprof/gprof.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-gprof.1' /usr/bin/install -c -m 644 ../../source_subfolder/bfd/doc/bfd.info '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/info' make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/doc' Making install in po /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/po' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd/po' /bin/bash ./libtool --mode=install /usr/bin/install -c gprof '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-gprof' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' libtool: install: /usr/bin/install -c gprof /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-gprof make[4]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' /bin/bash ../source_subfolder/gas/../mkinstalldirs /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gprof' /bin/bash ./libtool --mode=install /usr/bin/install -c as-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/x86_64-pc-linux-gnu-as make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/intl' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/intl' libtool: install: /usr/bin/install -c as-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/x86_64-pc-linux-gnu-as /bin/bash ../source_subfolder/gas/../mkinstalldirs /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin mkdir -p -- /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libiberty' n=`echo as | sed 's&^&x86_64-pc-linux-gnu-&'`; \ if [ "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/$n" != "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/as" ]; then \ rm -f /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/as; \ ln /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/$n /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/as >/dev/null 2>/dev/null \ || /bin/bash ./libtool --mode=install /usr/bin/install -c as-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/as; \ else \ true ; \ fi make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/gas' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libiberty/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libiberty/testsuite' make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make[5]: Nothing to be done for 'install-exec-am'. make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libiberty/testsuite' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libiberty/testsuite' if test -n ""; then \ /bin/bash ../source_subfolder/libiberty/../mkinstalldirs /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/`/usr/bin/gcc -m64 -O3 -s -print-multi-os-directory`; \ /usr/bin/install -c -m 644 ./libiberty.a /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/`/usr/bin/gcc -m64 -O3 -s -print-multi-os-directory`/./libiberty.an; \ ( cd /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/`/usr/bin/gcc -m64 -O3 -s -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \ mv -f /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/`/usr/bin/gcc -m64 -O3 -s -print-multi-os-directory`/./libiberty.an /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/`/usr/bin/gcc -m64 -O3 -s -print-multi-os-directory`/./libiberty.a; \ case "" in \ /*) thd=;; \ *) thd=/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/include/;; \ esac; \ /bin/bash ../source_subfolder/libiberty/../mkinstalldirs ${thd}; \ for h in ../source_subfolder/libiberty/../include/ansidecl.h ../source_subfolder/libiberty/../include/demangle.h ../source_subfolder/libiberty/../include/dyn-string.h ../source_subfolder/libiberty/../include/fibheap.h ../source_subfolder/libiberty/../include/floatformat.h ../source_subfolder/libiberty/../include/hashtab.h ../source_subfolder/libiberty/../include/libiberty.h ../source_subfolder/libiberty/../include/objalloc.h ../source_subfolder/libiberty/../include/partition.h ../source_subfolder/libiberty/../include/safe-ctype.h ../source_subfolder/libiberty/../include/sort.h ../source_subfolder/libiberty/../include/splay-tree.h ../source_subfolder/libiberty/../include/timeval-utils.h; do \ /usr/bin/install -c -m 644 $h ${thd}; \ done; \ fi make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libiberty' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/include' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libbfd.la '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib' /usr/bin/install -c -m 644 bfd.h ../source_subfolder/bfd/../include/ansidecl.h ../source_subfolder/bfd/../include/symcat.h ../source_subfolder/bfd/../include/diagnostics.h ../source_subfolder/bfd/../include/bfdlink.h ../source_subfolder/bfd/../include/plugin-api.h '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/include' libtool: install: /usr/bin/install -c .libs/libbfd.lai /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libbfd.la libtool: install: /usr/bin/install -c .libs/libbfd.a /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libbfd.a libtool: install: chmod 644 /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libbfd.a libtool: install: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libbfd.a libtool: finish: PATH="/opt/pyenv/versions/3.7.13/bin:/opt/pyenv/libexec:/opt/pyenv/plugins/python-build/bin:/opt/pyenv/plugins/pyenv-virtualenv/bin:/opt/pyenv/plugins/pyenv-update/bin:/opt/pyenv/plugins/pyenv-installer/bin:/opt/pyenv/plugins/pyenv-doctor/bin:/opt/pyenv/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bfd' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf' Making install in . make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/include' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libctf.la libctf-nobfd.la '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib' /usr/bin/install -c -m 644 ../source_subfolder/libctf/../include/ctf.h ../source_subfolder/libctf/../include/ctf-api.h '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/include' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/include' libtool: install: /usr/bin/install -c .libs/libctf.lai /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libctf.la /usr/bin/install -c -m 644 ../source_subfolder/opcodes/../include/dis-asm.h '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/include' libtool: install: /usr/bin/install -c .libs/libctf-nobfd.lai /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libctf-nobfd.la libtool: install: /usr/bin/install -c .libs/libctf.a /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libctf.a libtool: install: chmod 644 /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libctf.a libtool: install: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libctf.a /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libopcodes.la '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib' libtool: install: /usr/bin/install -c .libs/libctf-nobfd.a /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libctf-nobfd.a libtool: install: chmod 644 /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libctf-nobfd.a libtool: install: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libctf-nobfd.a libtool: install: /usr/bin/install -c .libs/libopcodes.lai /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libopcodes.la libtool: install: /usr/bin/install -c .libs/libopcodes.a /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libopcodes.a libtool: install: chmod 644 /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libopcodes.a libtool: install: ranlib --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/libopcodes.a libtool: finish: PATH="/opt/pyenv/versions/3.7.13/bin:/opt/pyenv/libexec:/opt/pyenv/plugins/python-build/bin:/opt/pyenv/plugins/pyenv-virtualenv/bin:/opt/pyenv/plugins/pyenv-update/bin:/opt/pyenv/plugins/pyenv-installer/bin:/opt/pyenv/plugins/pyenv-doctor/bin:/opt/pyenv/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/libctf' libtool: finish: PATH="/opt/pyenv/versions/3.7.13/bin:/opt/pyenv/libexec:/opt/pyenv/plugins/python-build/bin:/opt/pyenv/plugins/pyenv-virtualenv/bin:/opt/pyenv/plugins/pyenv-update/bin:/opt/pyenv/plugins/pyenv-installer/bin:/opt/pyenv/plugins/pyenv-doctor/bin:/opt/pyenv/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' Making install in po make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes/po' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes/po' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/opcodes' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make install-recursive make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' make install-recursive Making install in doc make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/doc' make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/doc' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/info' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/addr2line.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-addr2line.1' /usr/bin/install -c -m 644 ../../source_subfolder/binutils/doc/binutils.info '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/info' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/ar.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-ar.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/dlltool.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-dlltool.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/nm.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-nm.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/objcopy.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-objcopy.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/objdump.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-objdump.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/ranlib.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-ranlib.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/readelf.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-readelf.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/size.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-size.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/strings.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-strings.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/strip.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-strip.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/elfedit.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-elfedit.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/windres.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-windres.1' /usr/bin/install -c -m 644 '../../source_subfolder/binutils/doc/windmc.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-windmc.1' /usr/bin/install -c -m 644 'c++filt.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-c++filt.1' make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/doc' make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/doc' Making install in po make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/po' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils/po' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make[3]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' Making install in po make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld/po' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld/po' make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make[5]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c size '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-size' make[4]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' libtool: install: /usr/bin/install -c size /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-size /bin/bash ./libtool --mode=install /usr/bin/install -c objdump '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-objdump' libtool: install: /usr/bin/install -c objdump /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-objdump /bin/bash ./libtool --mode=install /usr/bin/install -c ar '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-ar' libtool: install: /usr/bin/install -c ar /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-ar /bin/bash ./libtool --mode=install /usr/bin/install -c strings '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-strings' libtool: install: /usr/bin/install -c strings /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-strings /bin/bash ./libtool --mode=install /usr/bin/install -c ranlib '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-ranlib' make[5]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' libtool: install: /usr/bin/install -c ranlib /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-ranlib /bin/bash ./libtool --mode=install /usr/bin/install -c objcopy '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-objcopy' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/info' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1' libtool: install: /usr/bin/install -c objcopy /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-objcopy /usr/bin/install -c -m 644 '../source_subfolder/ld/ld.1' '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/man/man1/x86_64-pc-linux-gnu-ld.1' /usr/bin/install -c -m 644 ../source_subfolder/ld/ld.info '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/share/info' /bin/bash ./libtool --mode=install /usr/bin/install -c addr2line '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-addr2line' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin' /bin/mkdir -p '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/bfd-plugins' /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-ld.bfd' libtool: install: /usr/bin/install -c addr2line /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-addr2line /bin/bash ./libtool --mode=install /usr/bin/install -c libdep.la '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/bfd-plugins' /bin/bash ./libtool --mode=install /usr/bin/install -c readelf '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-readelf' libtool: install: /usr/bin/install -c ld-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-ld.bfd /bin/bash ../source_subfolder/ld/../mkinstalldirs /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin n=`echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s&^&x86_64-pc-linux-gnu-&'`; \ if test "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin" != "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin"; then \ rm -f /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/ld.bfd; \ ln /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/$n /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/ld.bfd >/dev/null 2>/dev/null \ || /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/ld.bfd; \ fi; \ if test "xyes" = "xyes"; then \ ld=`echo ld | sed 's/^ld-new$/ld.bfd/;s&^&x86_64-pc-linux-gnu-&'`; \ rm -f /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/$ld; \ ln /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/$n /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/$ld >/dev/null 2>/dev/null \ || /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/$ld; \ if test "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin" != "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin"; then \ rm -f /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/ld; \ ln /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/$n /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/ld >/dev/null 2>/dev/null \ || /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/ld; \ fi; \ fi libtool: install: /usr/bin/install -c .libs/libdep.so /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/bfd-plugins/libdep.so libtool: install: /usr/bin/install -c .libs/libdep.lai /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/bfd-plugins/libdep.la /bin/bash ../source_subfolder/ld/../mkinstalldirs /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/lib/ldscripts libtool: install: /usr/bin/install -c readelf /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-readelf /bin/bash ./libtool --mode=install /usr/bin/install -c elfedit '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-elfedit' mkdir -p -- /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/lib/ldscripts for f in ldscripts/* ; do \ /usr/bin/install -c -m 644 $f /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/lib/$f ; \ done libtool: install: /usr/bin/install -c elfedit /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/./x86_64-pc-linux-gnu-elfedit /bin/bash ./libtool --mode=install /usr/bin/install -c nm-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/x86_64-pc-linux-gnu-nm libtool: install: /usr/bin/install -c nm-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/x86_64-pc-linux-gnu-nm /bin/bash ./libtool --mode=install /usr/bin/install -c strip-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/x86_64-pc-linux-gnu-strip libtool: install: /usr/bin/install -c strip-new /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/x86_64-pc-linux-gnu-strip /bin/bash ./libtool --mode=install /usr/bin/install -c cxxfilt /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/x86_64-pc-linux-gnu-c++filt libtool: install: /usr/bin/install -c cxxfilt /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/x86_64-pc-linux-gnu-c++filt /bin/bash ../source_subfolder/binutils/../mkinstalldirs /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin for i in nm-new strip-new ar ranlib dlltool objdump objcopy readelf; do \ if [ -f $i ]; then \ j=`echo $i | sed -e 's/-new//'`; \ k=`echo $j | sed 's&^&x86_64-pc-linux-gnu-&'`; \ if [ "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/$k" != "/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/$j" ]; then \ rm -f /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/$j; \ ln /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/$k /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/$j >/dev/null 2>/dev/null \ || /bin/bash ./libtool --mode=install /usr/bin/install -c $i /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin/$j; \ fi; \ else true; \ fi; \ done make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/binutils' rm -f /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/bfd-plugins/libdep.la rm -f /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/lib/bfd-plugins/libdep.dll.a make[5]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' make[4]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' make[3]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/ld' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3' [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK binutils/2.37 package(): Packaged 26 files binutils/2.37 package(): Packaged 2 '.LIB' files: COPYING.LIB, COPYING3.LIB binutils/2.37 package(): Packaged 4 '.a' files: libbfd.a, libctf-nobfd.a, libctf.a, libopcodes.a binutils/2.37 package(): Packaged 1 '.so' file: libdep.so binutils/2.37 package(): Packaged 2 '.bfd' files: x86_64-pc-linux-gnu-ld.bfd, ld.bfd binutils/2.37 package(): Packaged 6 '.xdc' files binutils/2.37 package(): Packaged 6 '.xw' files binutils/2.37 package(): Packaged 6 '.xbn' files binutils/2.37 package(): Packaged 6 '.xe' files binutils/2.37 package(): Packaged 6 '.xu' files binutils/2.37 package(): Packaged 6 '.xc' files binutils/2.37 package(): Packaged 6 '.xde' files binutils/2.37 package(): Packaged 6 '.xce' files binutils/2.37 package(): Packaged 6 '.xdce' files binutils/2.37 package(): Packaged 6 '.xwe' files binutils/2.37 package(): Packaged 6 '.xsc' files binutils/2.37 package(): Packaged 6 '.xswe' files binutils/2.37 package(): Packaged 6 '.xdw' files binutils/2.37 package(): Packaged 6 '.xse' files binutils/2.37 package(): Packaged 6 '.xd' files binutils/2.37 package(): Packaged 6 '.xn' files binutils/2.37 package(): Packaged 6 '.xs' files binutils/2.37 package(): Packaged 6 '.xr' files binutils/2.37 package(): Packaged 6 '.xsw' files binutils/2.37 package(): Packaged 6 '.xsce' files binutils/2.37 package(): Packaged 6 '.x' files binutils/2.37 package(): Packaged 6 '.xdwe' files binutils/2.37 package(): Packaged 9 '.h' files binutils/2.37: Package '094dda2f30c71059ad65f91f508e55a3fc48d0b3' created binutils/2.37: Created package revision f37248ec73719c43bd2dd451919d2a67 binutils/2.37: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin binutils/2.37: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/package/094dda2f30c71059ad65f91f508e55a3fc48d0b3/bin/exec_prefix/x86_64-pc-linux-gnu/bin binutils/2.37: GNU triplet=x86_64-pc-linux-gnu binutils/2.37: executable prefix=x86_64-pc-linux-gnu- [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators *** This configuration is not supported in the following subdirectories: zlib (Any other directories should still work fine.) /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing: 81: /home/conan/w/prod/BuildSingleReference/.conan/data/binutils/2.37/_/_/build/094dda2f30c71059ad65f91f508e55a3fc48d0b3/source_subfolder/missing: makeinfo: not found ar: no operation specified configure: WARNING: Failed: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so rc configure: WARNING: *** Makeinfo is missing. Info documentation will not be built. ar: no operation specified configure: WARNING: Failed: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so rc ar: no operation specified configure: WARNING: Failed: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so rc ar: no operation specified configure: WARNING: Failed: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so rc configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable. ar: no operation specified configure: WARNING: Failed: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so rc ar: no operation specified configure: WARNING: Failed: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so rc ar: no operation specified configure: WARNING: Failed: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so rc ar: no operation specified configure: WARNING: Failed: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so rc ar: no operation specified configure: WARNING: Failed: ar --plugin /usr/lib/gcc/x86_64-linux-gnu/5/liblto_plugin.so rc ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_reftype’: ../source_subfolder/libctf/ctf-create.c:582:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_slice’: ../source_subfolder/libctf/ctf-create.c:646:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_size = clp2 (P2ROUNDUP (ep->cte_bits, CHAR_BIT) ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_pointer’: ../source_subfolder/libctf/ctf-create.c:582:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c:567:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_array’: ../source_subfolder/libctf/ctf-create.c:710:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_size = 0; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_struct_sized’: ../source_subfolder/libctf/ctf-create.c:822:27: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_vlen_alloc = initial_vlen; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_struct’: ../source_subfolder/libctf/ctf-create.c:822:27: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] ../source_subfolder/libctf/ctf-create.c:803:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_union_sized’: ../source_subfolder/libctf/ctf-create.c:862:27: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_vlen_alloc = initial_vlen; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_union’: ../source_subfolder/libctf/ctf-create.c:862:27: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] ../source_subfolder/libctf/ctf-create.c:843:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_enum’: ../source_subfolder/libctf/ctf-create.c:901:27: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_vlen_alloc = initial_vlen; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_unknown’: ../source_subfolder/libctf/ctf-create.c:996:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = 0; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_typedef’: ../source_subfolder/libctf/ctf-create.c:1023:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_volatile’: ../source_subfolder/libctf/ctf-create.c:582:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c:567:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_const’: ../source_subfolder/libctf/ctf-create.c:582:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c:567:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_restrict’: ../source_subfolder/libctf/ctf-create.c:582:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c:567:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-link.c: In function ‘ctf_link’: ../source_subfolder/libctf/ctf-link.c:1203:7: warning: ‘parents’ may be used uninitialized in this function [-Wmaybe-uninitialized] free (parents); ^ ../source_subfolder/libctf/ctf-link.c:1022:17: note: ‘parents’ was declared here uint32_t *parents; ^ ../source_subfolder/libctf/ctf-types.c: In function ‘ctf_type_iter_all’: ../source_subfolder/libctf/ctf-types.c:400:10: warning: ‘flag’ may be used uninitialized in this function [-Wmaybe-uninitialized] if ((rc = func (type, flag, arg)) != 0) ^ ../source_subfolder/libctf/ctf-types.c: In function ‘ctf_variable_iter’: ../source_subfolder/libctf/ctf-types.c:474:10: warning: ‘name’ may be used uninitialized in this function [-Wmaybe-uninitialized] if ((rc = func (name, type, arg)) != 0) ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_reftype’: ../source_subfolder/libctf/ctf-create.c:582:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_slice’: ../source_subfolder/libctf/ctf-create.c:646:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_size = clp2 (P2ROUNDUP (ep->cte_bits, CHAR_BIT) ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_pointer’: ../source_subfolder/libctf/ctf-create.c:582:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c:567:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_array’: ../source_subfolder/libctf/ctf-create.c:710:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_size = 0; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_struct_sized’: ../source_subfolder/libctf/ctf-create.c:822:27: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_vlen_alloc = initial_vlen; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_struct’: ../source_subfolder/libctf/ctf-create.c:822:27: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] ../source_subfolder/libctf/ctf-create.c:803:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_union_sized’: ../source_subfolder/libctf/ctf-create.c:862:27: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_vlen_alloc = initial_vlen; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_union’: ../source_subfolder/libctf/ctf-create.c:862:27: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] ../source_subfolder/libctf/ctf-create.c:843:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_enum’: ../source_subfolder/libctf/ctf-create.c:901:27: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_vlen_alloc = initial_vlen; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_unknown’: ../source_subfolder/libctf/ctf-create.c:996:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = 0; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_typedef’: ../source_subfolder/libctf/ctf-create.c:1023:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_volatile’: ../source_subfolder/libctf/ctf-create.c:582:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c:567:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_const’: ../source_subfolder/libctf/ctf-create.c:582:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c:567:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-create.c: In function ‘ctf_add_restrict’: ../source_subfolder/libctf/ctf-create.c:582:26: warning: ‘dtd’ may be used uninitialized in this function [-Wmaybe-uninitialized] dtd->dtd_data.ctt_type = (uint32_t) ref; ^ ../source_subfolder/libctf/ctf-create.c:567:16: note: ‘dtd’ was declared here ctf_dtdef_t *dtd; ^ ../source_subfolder/libctf/ctf-link.c: In function ‘ctf_link’: ../source_subfolder/libctf/ctf-link.c:1203:7: warning: ‘parents’ may be used uninitialized in this function [-Wmaybe-uninitialized] free (parents); ^ ../source_subfolder/libctf/ctf-link.c:1022:17: note: ‘parents’ was declared here uint32_t *parents; ^ ../source_subfolder/libctf/ctf-types.c: In function ‘ctf_type_iter_all’: ../source_subfolder/libctf/ctf-types.c:400:10: warning: ‘flag’ may be used uninitialized in this function [-Wmaybe-uninitialized] if ((rc = func (type, flag, arg)) != 0) ^ ../source_subfolder/libctf/ctf-types.c: In function ‘ctf_variable_iter’: ../source_subfolder/libctf/ctf-types.c:474:10: warning: ‘name’ may be used uninitialized in this function [-Wmaybe-uninitialized] if ((rc = func (name, type, arg)) != 0) ^ libtool: link: warning: ignoring multiple `-rpath's for a libtool library libtool: install: warning: remember to run `libtool --finish /nowhere'