iizukanao / picam

Audio/video recorder for Raspberry Pi with language agnostic API
GNU Lesser General Public License v2.1
489 stars 78 forks source link

Errors in ct-ng build, while following "picam cross-compiling guide" for raspberry pi zero #116

Open rajeshkrarora1 opened 5 years ago

rajeshkrarora1 commented 5 years ago

my build.log looks like this

[INFO ] Performing some trivial sanity checks [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] ==> Executing: 'mkdir' '-p' '/home/pi/pi/ctng/.build' [DEBUG] ==> Executing: 'rm' '-f' '/home/pi/pi/ctng/.build/backtrace' [DEBUG] ==> Executing: 'touch' '/home/pi/pi/ctng/.build/foo' [DEBUG] Testing '! ( -f /home/pi/pi/ctng/.build/FOO )' [DEBUG] ==> Executing: 'rm' '-f' '/home/pi/pi/ctng/.build/foo' [DEBUG] Testing '-f /bin/bash -a -x /bin/bash' [DEBUG] Creating bin-override for tools in '/home/pi/pi/ctng/.build/tools' [DEBUG] ==> Executing: 'mkdir' '-p' '/home/pi/pi/ctng/.build/tools/bin' [DEBUG] Creating script-override for 'install' -> '"/usr/bin/install -c"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/install' [DEBUG] Creating script-override for 'bash' -> '"/bin/bash"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/bash' [DEBUG] Creating script-override for 'awk' -> '"/usr/bin/gawk"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/awk' [DEBUG] Creating script-override for 'grep' -> '"/bin/grep"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/grep' [DEBUG] Creating script-override for 'make' -> '"/usr/bin/make"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/make' [DEBUG] Creating script-override for 'sed' -> '"/bin/sed"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/sed' [DEBUG] Creating script-override for 'libtool' -> '"/usr/bin/libtool"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/libtool' [DEBUG] Creating script-override for 'libtoolize' -> '"/usr/bin/libtoolize"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/libtoolize' [DEBUG] Creating script-override for 'objcopy' -> '"/usr/bin/objcopy"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/objcopy' [DEBUG] Creating script-override for 'objdump' -> '"/usr/bin/objdump"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/objdump' [DEBUG] Creating script-override for 'readelf' -> '"/usr/bin/readelf"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/readelf' [DEBUG] Creating script-override for 'patch' -> '"/usr/bin/patch"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/patch' [DEBUG] Creating script-override for 'gperf' -> '"/usr/bin/gperf"' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/tools/bin/gperf' [INFO ] Build started 20181114.064208 [DEBUG] ================================================================= [DEBUG] Dumping user-supplied crosstool-NG configuration [DEBUG] ==> Executing: '/bin/grep' '-E' '^(# )?CT_' '.config' [DEBUG] CT_CONFIGURE_has_xz=y [DEBUG] CT_MODULES=y [DEBUG] # CT_OBSOLETE is not set [DEBUG] CT_EXPERIMENTAL=y [DEBUG] # CT_ALLOW_BUILD_AS_ROOT is not set [DEBUG] # CT_DEBUG_CT is not set [DEBUG] CT_LOCAL_TARBALLS_DIR="/home/pi/pi" [DEBUG] CT_SAVE_TARBALLS=y [DEBUG] CT_CUSTOM_LOCATION_ROOT_DIR="" [DEBUG] CT_WORK_DIR="${CT_TOP_DIR}/.build" [DEBUG] CT_PREFIX_DIR="$/opt/cross/x-tools/${CT_TARGET}" [DEBUG] CT_INSTALL_DIR="${CT_PREFIX_DIR}" [DEBUG] CT_RM_RF_PREFIX_DIR=y [DEBUG] CT_REMOVE_DOCS=y [DEBUG] CT_INSTALL_DIR_RO=y [DEBUG] CT_STRIP_HOST_TOOLCHAIN_EXECUTABLES=y [DEBUG] # CT_STRIP_TARGET_TOOLCHAIN_EXECUTABLES is not set [DEBUG] # CT_FORBID_DOWNLOAD is not set [DEBUG] # CT_FORCE_DOWNLOAD is not set [DEBUG] CT_CONNECT_TIMEOUT=10 [DEBUG] # CT_ONLY_DOWNLOAD is not set [DEBUG] # CT_USE_MIRROR is not set [DEBUG] # CT_FORCE_EXTRACT is not set [DEBUG] CT_OVERIDE_CONFIG_GUESS_SUB=y [DEBUG] # CT_ONLY_EXTRACT is not set [DEBUG] CT_PATCH_BUNDLED=y [DEBUG] # CT_PATCH_LOCAL is not set [DEBUG] # CT_PATCH_BUNDLED_LOCAL is not set [DEBUG] # CT_PATCH_LOCAL_BUNDLED is not set [DEBUG] # CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set [DEBUG] # CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set [DEBUG] # CT_PATCH_NONE is not set [DEBUG] CT_PATCH_ORDER="bundled" [DEBUG] CT_PARALLEL_JOBS=1 [DEBUG] CT_LOAD="" [DEBUG] CT_USE_PIPES=y [DEBUG] CT_EXTRA_CFLAGS_FOR_BUILD="" [DEBUG] CT_EXTRA_LDFLAGS_FOR_BUILD="" [DEBUG] CT_EXTRA_CFLAGS_FOR_HOST="" [DEBUG] CT_EXTRA_LDFLAGS_FOR_HOST="" [DEBUG] # CT_CONFIG_SHELL_SH is not set [DEBUG] # CT_CONFIG_SHELL_ASH is not set [DEBUG] CT_CONFIG_SHELL_BASH=y [DEBUG] # CT_CONFIG_SHELL_CUSTOM is not set [DEBUG] CT_CONFIG_SHELL="${bash}" [DEBUG] # CT_LOG_ERROR is not set [DEBUG] # CT_LOG_WARN is not set [DEBUG] CT_LOG_INFO=y [DEBUG] # CT_LOG_EXTRA is not set [DEBUG] # CT_LOG_ALL is not set [DEBUG] # CT_LOG_DEBUG is not set [DEBUG] CT_LOG_LEVEL_MAX="INFO" [DEBUG] # CT_LOG_SEE_TOOLS_WARN is not set [DEBUG] CT_LOG_PROGRESS_BAR=y [DEBUG] CT_LOG_TO_FILE=y [DEBUG] CT_LOG_FILE_COMPRESS=y [DEBUG] CT_ARCH="arm" [DEBUG] CT_ARCH_SUPPORTS_BOTH_MMU=y [DEBUG] CT_ARCH_SUPPORTS_BOTH_ENDIAN=y [DEBUG] CT_ARCH_SUPPORTS_32=y [DEBUG] CT_ARCH_SUPPORTS_64=y [DEBUG] CT_ARCH_SUPPORTS_WITH_ARCH=y [DEBUG] CT_ARCH_SUPPORTS_WITH_CPU=y [DEBUG] CT_ARCH_SUPPORTS_WITH_TUNE=y [DEBUG] CT_ARCH_SUPPORTS_WITH_FLOAT=y [DEBUG] CT_ARCH_SUPPORTS_WITH_FPU=y [DEBUG] CT_ARCH_SUPPORTS_SOFTFP=y [DEBUG] CT_ARCH_DEFAULT_HAS_MMU=y [DEBUG] CT_ARCH_DEFAULT_LE=y [DEBUG] CT_ARCH_DEFAULT_32=y [DEBUG] CT_ARCH_CPU="arm1176jzf-s" [DEBUG] CT_ARCH_FPU="vfp" [DEBUG] # CT_ARCH_BE is not set [DEBUG] CT_ARCH_LE=y [DEBUG] CT_ARCH_32=y [DEBUG] # CT_ARCH_64 is not set [DEBUG] CT_ARCH_BITNESS=32 [DEBUG] CT_ARCH_FLOAT_HW=y [DEBUG] # CT_ARCH_FLOAT_SW is not set [DEBUG] CT_TARGET_CFLAGS="" [DEBUG] CT_TARGET_LDFLAGS="" [DEBUG] # CT_ARCH_alpha is not set [DEBUG] CT_ARCH_arm=y [DEBUG] # CT_ARCH_avr is not set [DEBUG] # CT_ARCH_m68k is not set [DEBUG] # CT_ARCH_microblaze is not set [DEBUG] # CT_ARCH_mips is not set [DEBUG] # CT_ARCH_nios2 is not set [DEBUG] # CT_ARCH_powerpc is not set [DEBUG] # CT_ARCH_s390 is not set [DEBUG] # CT_ARCH_sh is not set [DEBUG] # CT_ARCH_sparc is not set [DEBUG] # CT_ARCH_x86 is not set [DEBUG] # CT_ARCH_xtensa is not set [DEBUG] CT_ARCH_alpha_AVAILABLE=y [DEBUG] CT_ARCH_arm_AVAILABLE=y [DEBUG] CT_ARCH_avr_AVAILABLE=y [DEBUG] CT_ARCH_m68k_AVAILABLE=y [DEBUG] CT_ARCH_microblaze_AVAILABLE=y [DEBUG] CT_ARCH_mips_AVAILABLE=y [DEBUG] CT_ARCH_nios2_AVAILABLE=y [DEBUG] CT_ARCH_powerpc_AVAILABLE=y [DEBUG] CT_ARCH_s390_AVAILABLE=y [DEBUG] CT_ARCH_sh_AVAILABLE=y [DEBUG] CT_ARCH_sparc_AVAILABLE=y [DEBUG] CT_ARCH_x86_AVAILABLE=y [DEBUG] CT_ARCH_xtensa_AVAILABLE=y [DEBUG] CT_ARCH_SUFFIX="" [DEBUG] # CT_MULTILIB is not set [DEBUG] CT_ARCH_USE_MMU=y [DEBUG] CT_ARCH_ENDIAN="little" [DEBUG] CT_ARCH_EXCLUSIVE_WITH_CPU=y [DEBUG] # CT_ARCH_FLOAT_AUTO is not set [DEBUG] # CT_ARCH_FLOAT_SOFTFP is not set [DEBUG] CT_ARCH_FLOAT="hard" [DEBUG] CT_ARCH_ARM_MODE="arm" [DEBUG] CT_ARCH_ARM_MODE_ARM=y [DEBUG] # CT_ARCH_ARM_MODE_THUMB is not set [DEBUG] # CT_ARCH_ARM_INTERWORKING is not set [DEBUG] CT_ARCH_ARM_EABI_FORCE=y [DEBUG] CT_ARCH_ARM_EABI=y [DEBUG] CT_ARCH_ARM_TUPLE_USE_EABIHF=y [DEBUG] CT_FORCE_SYSROOT=y [DEBUG] CT_USE_SYSROOT=y [DEBUG] CT_SYSROOT_NAME="sysroot" [DEBUG] CT_SYSROOT_DIR_PREFIX="" [DEBUG] CT_WANTS_STATIC_LINK=y [DEBUG] # CT_STATIC_TOOLCHAIN is not set [DEBUG] CT_TOOLCHAIN_PKGVERSION="" [DEBUG] CT_TOOLCHAIN_BUGURL="" [DEBUG] CT_TARGET_VENDOR="rpi" [DEBUG] CT_TARGET_ALIAS_SED_EXPR="" [DEBUG] CT_TARGET_ALIAS="" [DEBUG] # CT_NATIVE is not set [DEBUG] CT_CROSS=y [DEBUG] # CT_CROSS_NATIVE is not set [DEBUG] # CT_CANADIAN is not set [DEBUG] CT_TOOLCHAIN_TYPE="cross" [DEBUG] CT_BUILD="" [DEBUG] CT_BUILD_PREFIX="" [DEBUG] CT_BUILD_SUFFIX="" [DEBUG] # CT_TOOLCHAIN_ENABLE_NLS is not set [DEBUG] CT_KERNEL_SUPPORTS_SHARED_LIBS=y [DEBUG] CT_KERNEL="linux" [DEBUG] CT_KERNEL_VERSION="4.3" [DEBUG] # CT_KERNEL_bare_metal is not set [DEBUG] CT_KERNEL_linux=y [DEBUG] CT_KERNEL_bare_metal_AVAILABLE=y [DEBUG] CT_KERNEL_linux_AVAILABLE=y [DEBUG] CT_KERNEL_V_4_3=y [DEBUG] # CT_KERNEL_V_4_2 is not set [DEBUG] # CT_KERNEL_V_4_1 is not set [DEBUG] # CT_KERNEL_V_3_18 is not set [DEBUG] # CT_KERNEL_V_3_14 is not set [DEBUG] # CT_KERNEL_V_3_12 is not set [DEBUG] # CT_KERNEL_V_3_10 is not set [DEBUG] # CT_KERNEL_V_3_4 is not set [DEBUG] # CT_KERNEL_V_3_2 is not set [DEBUG] # CT_KERNEL_V_2_6_32 is not set [DEBUG] # CT_KERNEL_LINUX_CUSTOM is not set [DEBUG] CT_KERNEL_windows_AVAILABLE=y [DEBUG] CT_SHARED_LIBS=y [DEBUG] CT_KERNEL_LINUX_VERBOSITY_0=y [DEBUG] # CT_KERNEL_LINUX_VERBOSITY_1 is not set [DEBUG] # CT_KERNEL_LINUX_VERBOSITY_2 is not set [DEBUG] CT_KERNEL_LINUX_VERBOSE_LEVEL=0 [DEBUG] CT_KERNEL_LINUX_INSTALL_CHECK=y [DEBUG] CT_ARCH_BINFMT_ELF=y [DEBUG] CT_BINUTILS="binutils" [DEBUG] CT_BINUTILS_binutils=y [DEBUG] # CT_CC_BINUTILS_SHOW_LINARO is not set [DEBUG] CT_BINUTILS_V_2_25_1=y [DEBUG] # CT_BINUTILS_V_2_25 is not set [DEBUG] # CT_BINUTILS_V_2_24 is not set [DEBUG] # CT_BINUTILS_V_2_23_2 is not set [DEBUG] # CT_BINUTILS_V_2_23_1 is not set [DEBUG] # CT_BINUTILS_V_2_22 is not set [DEBUG] # CT_BINUTILS_V_2_21_53 is not set [DEBUG] # CT_BINUTILS_V_2_21_1a is not set [DEBUG] # CT_BINUTILS_V_2_20_1a is not set [DEBUG] # CT_BINUTILS_V_2_19_1a is not set [DEBUG] # CT_BINUTILS_V_2_18a is not set [DEBUG] # CT_BINUTILS_CUSTOM is not set [DEBUG] CT_BINUTILS_VERSION="2.25.1" [DEBUG] CT_BINUTILS_2_25_1_or_later=y [DEBUG] CT_BINUTILS_2_25_or_later=y [DEBUG] CT_BINUTILS_2_24_or_later=y [DEBUG] CT_BINUTILS_2_23_or_later=y [DEBUG] CT_BINUTILS_2_22_or_later=y [DEBUG] CT_BINUTILS_2_21_or_later=y [DEBUG] CT_BINUTILS_2_20_or_later=y [DEBUG] CT_BINUTILS_2_19_or_later=y [DEBUG] CT_BINUTILS_2_18_or_later=y [DEBUG] CT_BINUTILS_HAS_HASH_STYLE=y [DEBUG] CT_BINUTILS_HAS_GOLD=y [DEBUG] CT_BINUTILS_GOLD_SUPPORTS_ARCH=y [DEBUG] CT_BINUTILS_GOLD_SUPPORT=y [DEBUG] CT_BINUTILS_HAS_PLUGINS=y [DEBUG] CT_BINUTILS_HAS_PKGVERSION_BUGURL=y [DEBUG] CT_BINUTILS_FORCE_LD_BFD=y [DEBUG] CT_BINUTILS_LINKER_LD=y [DEBUG] # CT_BINUTILS_LINKER_LD_GOLD is not set [DEBUG] # CT_BINUTILS_LINKER_GOLD_LD is not set [DEBUG] CT_BINUTILS_LINKERS_LIST="ld" [DEBUG] CT_BINUTILS_LINKER_DEFAULT="bfd" [DEBUG] # CT_BINUTILS_PLUGINS is not set [DEBUG] CT_BINUTILS_EXTRA_CONFIG_ARRAY="" [DEBUG] # CT_BINUTILS_FOR_TARGET is not set [DEBUG] CT_LIBC="glibc" [DEBUG] CT_LIBC_VERSION="2.22" [DEBUG] CT_LIBC_glibc=y [DEBUG] # CT_LIBC_musl is not set [DEBUG] # CT_LIBC_uClibc is not set [DEBUG] CT_LIBC_avr_libc_AVAILABLE=y [DEBUG] CT_LIBC_glibc_AVAILABLE=y [DEBUG] CT_THREADS="nptl" [DEBUG] # CT_CC_GLIBC_SHOW_LINARO is not set [DEBUG] CT_LIBC_GLIBC_V_2_22=y [DEBUG] # CT_LIBC_GLIBC_V_2_21 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_20 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_19 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_18 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_17 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_16_0 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_15 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_14_1 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_14 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_13 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_12_2 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_12_1 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_11_1 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_11 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_10_1 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_9 is not set [DEBUG] # CT_LIBC_GLIBC_V_2_8 is not set [DEBUG] # CT_LIBC_GLIBC_CUSTOM is not set [DEBUG] CT_LIBC_GLIBC_2_21_or_later=y [DEBUG] CT_LIBC_GLIBC_2_20_or_later=y [DEBUG] CT_LIBC_GLIBC_2_17_or_later=y [DEBUG] CT_LIBC_mingw_AVAILABLE=y [DEBUG] CT_LIBC_musl_AVAILABLE=y [DEBUG] CT_LIBC_newlib_AVAILABLE=y [DEBUG] CT_LIBC_none_AVAILABLE=y [DEBUG] CT_LIBC_uClibc_AVAILABLE=y [DEBUG] CT_LIBC_SUPPORT_THREADS_ANY=y [DEBUG] CT_LIBC_SUPPORT_THREADS_NATIVE=y [DEBUG] CT_THREADS_NATIVE=y [DEBUG] CT_LIBC_XLDD=y [DEBUG] # CT_LIBC_GLIBC_PORTS_EXTERNAL is not set [DEBUG] CT_LIBC_glibc_familly=y [DEBUG] CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY="" [DEBUG] CT_LIBC_GLIBC_CONFIGPARMS="" [DEBUG] CT_LIBC_GLIBC_EXTRA_CFLAGS="" [DEBUG] CT_LIBC_EXTRA_CC_ARGS="" [DEBUG] # CT_LIBC_ENABLE_FORTIFIED_BUILD is not set [DEBUG] # CT_LIBC_DISABLE_VERSIONING is not set [DEBUG] CT_LIBC_OLDEST_ABI="" [DEBUG] CT_LIBC_GLIBC_FORCE_UNWIND=y [DEBUG] CT_LIBC_ADDONS_LIST="" [DEBUG] # CT_LIBC_LOCALES is not set [DEBUG] # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set [DEBUG] CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y [DEBUG] # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set [DEBUG] CT_LIBC_GLIBC_MIN_KERNEL="4.3" [DEBUG] CT_CC="gcc" [DEBUG] CT_CC_CORE_PASSES_NEEDED=y [DEBUG] CT_CC_CORE_PASS_1_NEEDED=y [DEBUG] CT_CC_CORE_PASS_2_NEEDED=y [DEBUG] CT_CC_gcc=y [DEBUG] CT_CC_GCC_SHOW_LINARO=y [DEBUG] # CT_CC_GCC_V_5_2_0 is not set [DEBUG] CT_CC_GCC_V_linaro_4_9=y [DEBUG] # CT_CC_GCC_V_4_9_3 is not set [DEBUG] # CT_CC_GCC_V_linaro_4_8 is not set [DEBUG] # CT_CC_GCC_V_4_8_5 is not set [DEBUG] # CT_CC_GCC_V_linaro_4_7 is not set [DEBUG] # CT_CC_GCC_V_4_7_4 is not set [DEBUG] # CT_CC_GCC_V_linaro_4_6 is not set [DEBUG] # CT_CC_GCC_V_4_6_4 is not set [DEBUG] # CT_CC_GCC_V_linaro_4_5 is not set [DEBUG] # CT_CC_GCC_V_4_5_4 is not set [DEBUG] # CT_CC_GCC_V_linaro_4_4 is not set [DEBUG] # CT_CC_GCC_V_4_4_7 is not set [DEBUG] # CT_CC_GCC_V_4_3_6 is not set [DEBUG] # CT_CC_GCC_V_4_2_4 is not set [DEBUG] # CT_CC_GCC_CUSTOM is not set [DEBUG] CT_CC_GCC_4_2_or_later=y [DEBUG] CT_CC_GCC_4_3_or_later=y [DEBUG] CT_CC_GCC_4_4_or_later=y [DEBUG] CT_CC_GCC_4_5_or_later=y [DEBUG] CT_CC_GCC_4_6_or_later=y [DEBUG] CT_CC_GCC_4_7_or_later=y [DEBUG] CT_CC_GCC_4_8_or_later=y [DEBUG] CT_CC_GCC_4_9=y [DEBUG] CT_CC_GCC_4_9_or_later=y [DEBUG] CT_CC_GCC_HAS_GRAPHITE=y [DEBUG] CT_CC_GCC_USE_GRAPHITE=y [DEBUG] CT_CC_GCC_HAS_LTO=y [DEBUG] CT_CC_GCC_USE_LTO=y [DEBUG] CT_CC_GCC_HAS_PKGVERSION_BUGURL=y [DEBUG] CT_CC_GCC_HAS_BUILD_ID=y [DEBUG] CT_CC_GCC_HAS_LNK_HASH_STYLE=y [DEBUG] CT_CC_GCC_USE_GMP_MPFR=y [DEBUG] CT_CC_GCC_USE_MPC=y [DEBUG] CT_CC_GCC_HAS_LIBQUADMATH=y [DEBUG] CT_CC_GCC_HAS_LIBSANITIZER=y [DEBUG] CT_CC_GCC_VERSION="linaro-4.9-2015.06" [DEBUG] # CT_CC_LANG_FORTRAN is not set [DEBUG] CT_CC_GCC_ENABLE_CXX_FLAGS="" [DEBUG] CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="" [DEBUG] CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-float=hard" [DEBUG] CT_CC_GCC_EXTRA_ENV_ARRAY="" [DEBUG] CT_CC_GCC_STATIC_LIBSTDCXX=y [DEBUG] # CT_CC_GCC_SYSTEM_ZLIB is not set [DEBUG] CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y [DEBUG] # CT_CC_GCC_LIBMUDFLAP is not set [DEBUG] # CT_CC_GCC_LIBGOMP is not set [DEBUG] # CT_CC_GCC_LIBSSP is not set [DEBUG] # CT_CC_GCC_LIBQUADMATH is not set [DEBUG] # CT_CC_GCC_LIBSANITIZER is not set [DEBUG] CT_CC_CXA_ATEXIT=y [DEBUG] # CT_CC_GCC_DISABLE_PCH is not set [DEBUG] CT_CC_GCC_SJLJ_EXCEPTIONS=m [DEBUG] CT_CC_GCC_LDBL_128=m [DEBUG] # CT_CC_GCC_BUILD_ID is not set [DEBUG] CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y [DEBUG] # CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set [DEBUG] # CT_CC_GCC_LNK_HASH_STYLE_GNU is not set [DEBUG] # CT_CC_GCC_LNK_HASH_STYLE_BOTH is not set [DEBUG] CT_CC_GCC_LNK_HASH_STYLE="" [DEBUG] CT_CC_GCC_DEC_FLOAT_AUTO=y [DEBUG] # CT_CC_GCC_DEC_FLOAT_BID is not set [DEBUG] # CT_CC_GCC_DEC_FLOAT_DPD is not set [DEBUG] # CT_CC_GCC_DEC_FLOATS_NO is not set [DEBUG] CT_CC_SUPPORT_CXX=y [DEBUG] CT_CC_SUPPORT_FORTRAN=y [DEBUG] CT_CC_SUPPORT_JAVA=y [DEBUG] CT_CC_SUPPORT_ADA=y [DEBUG] CT_CC_SUPPORT_OBJC=y [DEBUG] CT_CC_SUPPORT_OBJCXX=y [DEBUG] CT_CC_SUPPORT_GOLANG=y [DEBUG] CT_CC_LANG_CXX=y [DEBUG] # CT_CC_LANG_JAVA is not set [DEBUG] # CT_CC_LANG_ADA is not set [DEBUG] # CT_CC_LANG_OBJC is not set [DEBUG] # CT_CC_LANG_OBJCXX is not set [DEBUG] # CT_CC_LANG_GOLANG is not set [DEBUG] CT_CC_LANG_OTHERS="" [DEBUG] # CT_DEBUG_dmalloc is not set [DEBUG] # CT_DEBUG_duma is not set [DEBUG] # CT_DEBUG_gdb is not set [DEBUG] # CT_DEBUG_ltrace is not set [DEBUG] # CT_DEBUG_strace is not set [DEBUG] CT_COMPLIBS_NEEDED=y [DEBUG] CT_LIBICONV_NEEDED=y [DEBUG] CT_GETTEXT_NEEDED=y [DEBUG] CT_GMP_NEEDED=y [DEBUG] CT_MPFR_NEEDED=y [DEBUG] CT_ISL_NEEDED=y [DEBUG] CT_CLOOG_NEEDED=y [DEBUG] CT_MPC_NEEDED=y [DEBUG] CT_COMPLIBS=y [DEBUG] CT_LIBICONV=y [DEBUG] CT_GETTEXT=y [DEBUG] CT_GMP=y [DEBUG] CT_MPFR=y [DEBUG] CT_ISL=y [DEBUG] CT_CLOOG=y [DEBUG] CT_MPC=y [DEBUG] CT_LIBICONV_V_1_14=y [DEBUG] CT_LIBICONV_VERSION="1.14" [DEBUG] CT_GETTEXT_V_0_19_6=y [DEBUG] CT_GETTEXT_VERSION="0.19.6" [DEBUG] CT_GMP_V_6_0_0=y [DEBUG] # CT_GMP_V_5_1_3 is not set [DEBUG] # CT_GMP_V_5_1_1 is not set [DEBUG] # CT_GMP_V_5_0_2 is not set [DEBUG] # CT_GMP_V_5_0_1 is not set [DEBUG] # CT_GMP_V_4_3_2 is not set [DEBUG] # CT_GMP_V_4_3_1 is not set [DEBUG] # CT_GMP_V_4_3_0 is not set [DEBUG] CT_GMP_5_0_2_or_later=y [DEBUG] CT_GMP_VERSION="6.0.0a" [DEBUG] CT_MPFR_V_3_1_3=y [DEBUG] # CT_MPFR_V_3_1_2 is not set [DEBUG] # CT_MPFR_V_3_1_0 is not set [DEBUG] # CT_MPFR_V_3_0_1 is not set [DEBUG] # CT_MPFR_V_3_0_0 is not set [DEBUG] # CT_MPFR_V_2_4_2 is not set [DEBUG] # CT_MPFR_V_2_4_1 is not set [DEBUG] # CT_MPFR_V_2_4_0 is not set [DEBUG] CT_MPFR_VERSION="3.1.3" [DEBUG] CT_ISL_V_0_14=y [DEBUG] CT_ISL_V_0_14_or_later=y [DEBUG] CT_ISL_V_0_12_or_later=y [DEBUG] CT_ISL_VERSION="0.14" [DEBUG] CT_CLOOG_V_0_18_4=y [DEBUG] # CT_CLOOG_V_0_18_1 is not set [DEBUG] # CT_CLOOG_V_0_18_0 is not set [DEBUG] CT_CLOOG_VERSION="0.18.4" [DEBUG] CT_CLOOG_0_18_4_or_later=y [DEBUG] CT_CLOOG_0_18_or_later=y [DEBUG] CT_MPC_V_1_0_3=y [DEBUG] # CT_MPC_V_1_0_2 is not set [DEBUG] # CT_MPC_V_1_0_1 is not set [DEBUG] # CT_MPC_V_1_0 is not set [DEBUG] # CT_MPC_V_0_9 is not set [DEBUG] # CT_MPC_V_0_8_2 is not set [DEBUG] # CT_MPC_V_0_8_1 is not set [DEBUG] # CT_MPC_V_0_7 is not set [DEBUG] CT_MPC_VERSION="1.0.3" [DEBUG] # CT_COMPLIBS_CHECK is not set [DEBUG] # CT_COMP_TOOLS is not set [DEBUG] # CT_TEST_SUITE_GCC is not set [DEBUG] Dumping user-supplied crosstool-NG configuration: done in 0.08s (at 00:00) [DEBUG] Unsetting and unexporting MAKEFLAGS [INFO ] Building environment variables [DEBUG] Disabling companion tools 'make' [DEBUG] Disabling companion tools 'm4' [DEBUG] Disabling companion tools 'autoconf' [DEBUG] Disabling companion tools 'automake' [DEBUG] Disabling companion tools 'libtool' [DEBUG] Enabling cc 'gcc' [DEBUG] Disabling debug 'template' [DEBUG] Disabling debug 'dmalloc' [DEBUG] Disabling debug 'duma' [DEBUG] Disabling debug 'gdb' [DEBUG] Disabling debug 'ltrace' [DEBUG] Disabling debug 'strace' [DEBUG] Disabling test suite 'gcc' [DEBUG] Testing '! ( -z $/opt/cross/x-tools/arm-rpi-linux-gnueabihf )' [DEBUG] Testing '! ( ! -w $/opt/cross/x-tools )' [EXTRA] Preparing working directories [DEBUG] ==> Executing: 'chmod' 'u+w' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf' [DEBUG] ==> Executing: 'chmod' '-R' 'u+w' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build' [DEBUG] ==> Executing: 'rm' '-rf' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build' [DEBUG] ==> Executing: 'chmod' '755' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf' [DEBUG] ==> Executing: 'chmod' 'u+w' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf' [DEBUG] ==> Executing: 'chmod' '-R' 'u+w' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools' [DEBUG] ==> Executing: 'rm' '-rf' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools' [DEBUG] ==> Executing: 'chmod' '755' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf' [DEBUG] ==> Executing: 'chmod' 'u+w' '$/opt/cross/x-tools' [DEBUG] ==> Executing: 'chmod' '-R' 'u+w' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf' [DEBUG] ==> Executing: 'rm' '-rf' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf' [DEBUG] ==> Executing: 'chmod' '755' '$/opt/cross/x-tools' [DEBUG] ==> Executing: 'mkdir' '-p' '/home/pi/pi/ctng/.build/tarballs' [DEBUG] ==> Executing: 'mkdir' '-p' '/home/pi/pi/ctng/.build/src' [DEBUG] ==> Executing: 'mkdir' '-p' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build' [DEBUG] ==> Executing: 'mkdir' '-p' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin' [DEBUG] ==> Executing: 'mkdir' '-p' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build/configs' [DEBUG] ==> Executing: 'mkdir' '-p' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf' [DEBUG] ==> Executing: 'mkdir' '-p' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf' [DEBUG] ==> Executing: 'mkdir' '-p' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools' [DEBUG] ==> Executing: 'touch' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/foo' [DEBUG] Testing '! ( -f $/opt/cross/x-tools/arm-rpi-linux-gnueabihf/FOO )' [DEBUG] ==> Executing: 'rm' '-f' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/foo' [DEBUG] ==> Executing: 'chmod' '-R' 'u+w' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf' [DEBUG] Sanitised 'CT_SYSROOT_REL_DIR': 'sysroot' -> 'sysroot' [DEBUG] Sanitised 'CT_SYSROOT_DIR': '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot' -> '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot' [DEBUG] Sanitised 'CT_DEBUGROOT_DIR': '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf//debug-root' -> '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/debug-root' [DEBUG] Sanitised 'CT_HEADERS_DIR': '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot/usr/include' -> '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot/usr/include' [DEBUG] ==> Executing: 'mkdir' '-p' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot' [DEBUG] ==> Executing: 'mkdir' '-p' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/debug-root' [DEBUG] ==> Executing: 'mkdir' '-p' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/lib' [DEBUG] ==> Executing: 'mkdir' '-p' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot/lib' [DEBUG] ==> Executing: 'mkdir' '-p' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot/usr/lib' [DEBUG] ==> Executing: 'mkdir' '-p' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot/usr/include' [DEBUG] Entering '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf' [DEBUG] ==> Executing: 'ln' '-sf' 'sysroot/lib' 'lib' [DEBUG] ==> Executing: 'ln' '-sf' 'lib' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/lib32' [DEBUG] ==> Executing: 'ln' '-sf' 'lib' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/lib64' [DEBUG] ==> Executing: 'ln' '-sf' 'lib' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot/lib32' [DEBUG] ==> Executing: 'ln' '-sf' 'lib' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot/lib64' [DEBUG] ==> Executing: 'ln' '-sf' 'lib' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot/usr/lib32' [DEBUG] ==> Executing: 'ln' '-sf' 'lib' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot/usr/lib64' [DEBUG] ==> Executing: 'ln' '-sf' 'lib' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/lib32' [DEBUG] ==> Executing: 'ln' '-sf' 'lib' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/lib64' [DEBUG] Making build system tools available [DEBUG] 'x86_64-build_pc-linux-gnu-ar' -> '/usr/bin/ar' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-ar' [DEBUG] 'x86_64-build_pc-linux-gnu-as' -> '/usr/bin/as' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-as' [DEBUG] Missing: 'x86_64-pc-linux-gnu-dlltool' or 'x86_64-pc-linux-gnu-dlltool' or 'dlltool' : not required. [DEBUG] 'x86_64-build_pc-linux-gnu-gcc' -> '/usr/bin/gcc' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-gcc' [DEBUG] 'x86_64-build_pc-linux-gnu-g++' -> '/usr/bin/g++' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-g++' [DEBUG] Testing '! ( = y )' [DEBUG] Missing: 'x86_64-pc-linux-gnu-gnatbind' or 'x86_64-pc-linux-gnu-gnatbind' or 'gnatbind' : not required. [DEBUG] Missing: 'x86_64-pc-linux-gnu-gnatmake' or 'x86_64-pc-linux-gnu-gnatmake' or 'gnatmake' : not required. [DEBUG] 'x86_64-build_pc-linux-gnu-ld' -> '/usr/bin/ld' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-ld' [DEBUG] 'x86_64-build_pc-linux-gnu-nm' -> '/usr/bin/nm' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-nm' [DEBUG] 'x86_64-build_pc-linux-gnu-objcopy' -> '/home/pi/pi/ctng/.build/tools/bin/objcopy' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-objcopy' [DEBUG] 'x86_64-build_pc-linux-gnu-objdump' -> '/home/pi/pi/ctng/.build/tools/bin/objdump' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-objdump' [DEBUG] 'x86_64-build_pc-linux-gnu-ranlib' -> '/usr/bin/ranlib' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-ranlib' [DEBUG] 'x86_64-build_pc-linux-gnu-strip' -> '/usr/bin/strip' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-strip' [DEBUG] Missing: 'x86_64-pc-linux-gnu-windres' or 'x86_64-pc-linux-gnu-windres' or 'windres' : not required. [DEBUG] 'x86_64-build_pc-linux-gnu-ar' -> '/usr/bin/ar' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-ar' [DEBUG] 'x86_64-build_pc-linux-gnu-as' -> '/usr/bin/as' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-as' [DEBUG] Missing: 'x86_64-pc-linux-gnu-dlltool' or 'x86_64-pc-linux-gnu-dlltool' or 'dlltool' : not required. [DEBUG] 'x86_64-build_pc-linux-gnu-gcc' -> '/usr/bin/gcc' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-gcc' [DEBUG] 'x86_64-build_pc-linux-gnu-g++' -> '/usr/bin/g++' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-g++' [DEBUG] Testing '! ( = y )' [DEBUG] Missing: 'x86_64-pc-linux-gnu-gnatbind' or 'x86_64-pc-linux-gnu-gnatbind' or 'gnatbind' : not required. [DEBUG] Missing: 'x86_64-pc-linux-gnu-gnatmake' or 'x86_64-pc-linux-gnu-gnatmake' or 'gnatmake' : not required. [DEBUG] 'x86_64-build_pc-linux-gnu-ld' -> '/usr/bin/ld' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-ld' [DEBUG] 'x86_64-build_pc-linux-gnu-nm' -> '/usr/bin/nm' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-nm' [DEBUG] 'x86_64-build_pc-linux-gnu-objcopy' -> '/home/pi/pi/ctng/.build/tools/bin/objcopy' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-objcopy' [DEBUG] 'x86_64-build_pc-linux-gnu-objdump' -> '/home/pi/pi/ctng/.build/tools/bin/objdump' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-objdump' [DEBUG] 'x86_64-build_pc-linux-gnu-ranlib' -> '/usr/bin/ranlib' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-ranlib' [DEBUG] 'x86_64-build_pc-linux-gnu-strip' -> '/usr/bin/strip' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/x86_64-build_pc-linux-gnu-strip' [DEBUG] Missing: 'x86_64-pc-linux-gnu-windres' or 'x86_64-pc-linux-gnu-windres' or 'windres' : not required. [DEBUG] 'makeinfo' -> '/usr/bin/makeinfo' [DEBUG] ==> Executing: 'chmod' '700' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin/makeinfo' [DEBUG] CFLAGS for host compiler: '-O2 -g -pipe ' [DEBUG] LDFLAGS for host compiler: ' ' [DEBUG] ================================================================= [DEBUG] Checking that we can run gcc -v [DEBUG] ==> Executing: 'x86_64-build_pc-linux-gnu-gcc' '-v' [DEBUG] Using built-in specs. [DEBUG] COLLECT_GCC=/usr/bin/gcc [DEBUG] COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/6/lto-wrapper [DEBUG] Target: i686-linux-gnu [DEBUG] Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18+deb9u1' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=i686-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-targets=all --enable-multiarch --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu [DEBUG] Thread model: posix [DEBUG] gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) [DEBUG] Checking that we can run gcc -v: done in 0.01s (at 00:01) [DEBUG] ================================================================= [DEBUG] Checking that gcc can compile a trivial program [DEBUG] ==> Executing: 'x86_64-build_pc-linux-gnu-gcc' '-O2' '-g' '-pipe' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build/test.c' '-o' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build/.gccout' [DEBUG] Checking that gcc can compile a trivial program: done in 0.04s (at 00:01) [DEBUG] ================================================================= [DEBUG] Checking that gcc can compile a trivial statically linked program (CT_WANTS_STATIC_LINK) [DEBUG] You may need to ensure that static libraries such as libc.a are installed on your system [DEBUG] ==> Executing: 'x86_64-build_pc-linux-gnu-gcc' '-O2' '-g' '-pipe' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build/test.c' '-static' '-o' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build/.gccout' [DEBUG] Checking that gcc can compile a trivial statically linked program (CT_WANTS_STATIC_LINK): done in 0.08s (at 00:01) [DEBUG] ================================================================= [DEBUG] Checking that gcc can statically link libstdc++ (CT_CC_GCC_STATIC_LIBSTDCXX) [DEBUG] You may need to ensure that libstdc++.a is installed on your system [DEBUG] ==> Executing: 'x86_64-build_pc-linux-gnu-gcc' '-O2' '-g' '-pipe' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build/test.c' '-static' '-lstdc++' '-o' '/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build/.gccout' [DEBUG] Checking that gcc can statically link libstdc++ (CT_CC_GCC_STATIC_LIBSTDCXX): done in 0.08s (at 00:01) [EXTRA] Installing user-supplied crosstool-NG configuration [DEBUG] ==> Executing: 'mkdir' '-p' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/bin' [DEBUG] ==> Executing: '/usr/bin/install' '-c' '-m' '0755' '/opt/cross/lib/crosstool-ng-1.22.0/scripts/toolchain-config.in' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/bin/arm-rpi-linux-gnueabihf-ct-ng.config' [DEBUG] ==> Executing: '/bin/sed' '-i' '-e' 's,@@grep@@,"/bin/grep",;' '$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/bin/arm-rpi-linux-gnueabihf-ct-ng.config' [EXTRA] ================================================================= [EXTRA] Dumping internal crosstool-NG configuration [EXTRA] Building a toolchain for: [EXTRA] build = x86_64-pc-linux-gnu [EXTRA] host = x86_64-pc-linux-gnu [EXTRA] target = arm-rpi-linux-gnueabihf [DEBUG] CT_ARCH=arm [DEBUG] CT_ARCH_32=y [DEBUG] CT_ARCH_ARM_EABI=y [DEBUG] CT_ARCH_ARM_EABI_FORCE=y [DEBUG] CT_ARCH_ARM_MODE=arm [DEBUG] CT_ARCH_ARM_MODE_ARM=y [DEBUG] CT_ARCH_ARM_TUPLE_USE_EABIHF=y [DEBUG] CT_ARCH_BINFMT_ELF=y [DEBUG] CT_ARCH_BITNESS=32 [DEBUG] CT_ARCH_CPU=arm1176jzf-s [DEBUG] CT_ARCH_CPU_CFLAG=-mcpu=arm1176jzf-s [DEBUG] CT_ARCH_DEFAULT_32=y [DEBUG] CT_ARCH_DEFAULT_HAS_MMU=y [DEBUG] CT_ARCH_DEFAULT_LE=y [DEBUG] CT_ARCH_ENDIAN=little [DEBUG] CT_ARCH_ENDIAN_CFLAG=-mlittle-endian [DEBUG] CT_ARCH_ENDIAN_LDFLAG=-Wl,-EL [DEBUG] CT_ARCH_EXCLUSIVE_WITH_CPU=y [DEBUG] CT_ARCH_FLOAT=hard [DEBUG] CT_ARCH_FLOAT_CFLAG=-mhard-float [DEBUG] CT_ARCH_FLOAT_HW=y [DEBUG] CT_ARCH_FPU=vfp [DEBUG] CT_ARCH_FPU_CFLAG=-mfpu=vfp [DEBUG] CT_ARCH_LE=y [DEBUG] CT_ARCH_SUFFIX= [DEBUG] CT_ARCH_SUPPORTS_32=y [DEBUG] CT_ARCH_SUPPORTS_64=y [DEBUG] CT_ARCH_SUPPORTS_BOTH_ENDIAN=y [DEBUG] CT_ARCH_SUPPORTS_BOTH_MMU=y [DEBUG] CT_ARCH_SUPPORTS_SOFTFP=y [DEBUG] CT_ARCH_SUPPORTS_WITH_ARCH=y [DEBUG] CT_ARCH_SUPPORTS_WITH_CPU=y [DEBUG] CT_ARCH_SUPPORTS_WITH_FLOAT=y [DEBUG] CT_ARCH_SUPPORTS_WITH_FPU=y [DEBUG] CT_ARCH_SUPPORTS_WITH_TUNE=y [DEBUG] CT_ARCH_TARGET_CFLAGS=' -mlittle-endian -mcpu=arm1176jzf-s -mfpu=vfp -mhard-float' [DEBUG] CT_ARCH_TARGET_LDFLAGS=' -Wl,-EL' [DEBUG] CT_ARCH_USE_MMU=y [DEBUG] CT_ARCH_WITH_CPU=--with-cpu=arm1176jzf-s [DEBUG] CT_ARCH_WITH_FLOAT=--with-float=hard [DEBUG] CT_ARCH_WITH_FPU=--with-fpu=vfp [DEBUG] CT_ARCH_alpha_AVAILABLE=y [DEBUG] CT_ARCH_arm=y [DEBUG] CT_ARCH_arm_AVAILABLE=y [DEBUG] CT_ARCH_avr_AVAILABLE=y [DEBUG] CT_ARCH_m68k_AVAILABLE=y [DEBUG] CT_ARCH_microblaze_AVAILABLE=y [DEBUG] CT_ARCH_mips_AVAILABLE=y [DEBUG] CT_ARCH_nios2_AVAILABLE=y [DEBUG] CT_ARCH_powerpc_AVAILABLE=y [DEBUG] CT_ARCH_s390_AVAILABLE=y [DEBUG] CT_ARCH_sh_AVAILABLE=y [DEBUG] CT_ARCH_sparc_AVAILABLE=y [DEBUG] CT_ARCH_x86_AVAILABLE=y [DEBUG] CT_ARCH_xtensa_AVAILABLE=y [DEBUG] CT_BACKEND_ARCH= [DEBUG] CT_BACKEND_KERNEL= [DEBUG] CT_BACKEND_LIBC= [DEBUG] CT_BINUTILS=binutils [DEBUG] CT_BINUTILS_2_18_or_later=y [DEBUG] CT_BINUTILS_2_19_or_later=y [DEBUG] CT_BINUTILS_2_20_or_later=y [DEBUG] CT_BINUTILS_2_21_or_later=y [DEBUG] CT_BINUTILS_2_22_or_later=y [DEBUG] CT_BINUTILS_2_23_or_later=y [DEBUG] CT_BINUTILS_2_24_or_later=y [DEBUG] CT_BINUTILS_2_25_1_or_later=y [DEBUG] CT_BINUTILS_2_25_or_later=y [DEBUG] CT_BINUTILS_EXTRA_CONFIG_ARRAY=() [DEBUG] CT_BINUTILS_FORCE_LD_BFD=y [DEBUG] CT_BINUTILS_GOLD_SUPPORT=y [DEBUG] CT_BINUTILS_GOLD_SUPPORTS_ARCH=y [DEBUG] CT_BINUTILS_HAS_GOLD=y [DEBUG] CT_BINUTILS_HAS_HASH_STYLE=y [DEBUG] CT_BINUTILS_HAS_PKGVERSION_BUGURL=y [DEBUG] CT_BINUTILS_HAS_PLUGINS=y [DEBUG] CT_BINUTILS_LINKERS_LIST=ld [DEBUG] CT_BINUTILS_LINKER_DEFAULT=bfd [DEBUG] CT_BINUTILS_LINKER_LD=y [DEBUG] CT_BINUTILS_VERSION=2.25.1 [DEBUG] CT_BINUTILS_V_2_25_1=y [DEBUG] CT_BINUTILS_binutils=y [DEBUG] CT_BUILD=x86_64-build_pc-linux-gnu [DEBUG] CT_BUILDTOOLS_PREFIX_DIR=/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools [DEBUG] CT_BUILD_DIR=/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build [DEBUG] CT_BUILD_PREFIX= [DEBUG] CT_BUILD_SUFFIX= [DEBUG] CT_CC=gcc [DEBUG] CT_CC_CORE_PASSES_NEEDED=y [DEBUG] CT_CC_CORE_PASS_1_NEEDED=y [DEBUG] CT_CC_CORE_PASS_2_NEEDED=y [DEBUG] CT_CC_CXA_ATEXIT=y [DEBUG] CT_CC_FACILITY_LIST=' gcc' [DEBUG] CT_CC_GCC_4_2_or_later=y [DEBUG] CT_CC_GCC_4_3_or_later=y [DEBUG] CT_CC_GCC_4_4_or_later=y [DEBUG] CT_CC_GCC_4_5_or_later=y [DEBUG] CT_CC_GCC_4_6_or_later=y [DEBUG] CT_CC_GCC_4_7_or_later=y [DEBUG] CT_CC_GCC_4_8_or_later=y [DEBUG] CT_CC_GCC_4_9=y [DEBUG] CT_CC_GCC_4_9_or_later=y [DEBUG] CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY=() [DEBUG] CT_CC_GCC_DEC_FLOAT_AUTO=y [DEBUG] CT_CC_GCC_ENABLE_CXX_FLAGS= [DEBUG] CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y [DEBUG] CT_CC_GCC_EXTRA_CONFIG_ARRAY=([0]="--with-float=hard") [DEBUG] CT_CC_GCC_EXTRA_ENV_ARRAY=() [DEBUG] CT_CC_GCC_HAS_BUILD_ID=y [DEBUG] CT_CC_GCC_HAS_GRAPHITE=y [DEBUG] CT_CC_GCC_HAS_LIBQUADMATH=y [DEBUG] CT_CC_GCC_HAS_LIBSANITIZER=y [DEBUG] CT_CC_GCC_HAS_LNK_HASH_STYLE=y [DEBUG] CT_CC_GCC_HAS_LTO=y [DEBUG] CT_CC_GCC_HAS_PKGVERSION_BUGURL=y [DEBUG] CT_CC_GCC_LDBL_128=m [DEBUG] CT_CC_GCC_LNK_HASH_STYLE= [DEBUG] CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y [DEBUG] CT_CC_GCC_SHOW_LINARO=y [DEBUG] CT_CC_GCC_SJLJ_EXCEPTIONS=m [DEBUG] CT_CC_GCC_STATIC_LIBSTDCXX=y [DEBUG] CT_CC_GCC_USE_GMP_MPFR=y [DEBUG] CT_CC_GCC_USE_GRAPHITE=y [DEBUG] CT_CC_GCC_USE_LTO=y [DEBUG] CT_CC_GCC_USE_MPC=y [DEBUG] CT_CC_GCC_VERSION=linaro-4.9-2015.06 [DEBUG] CT_CC_GCC_V_linaro_4_9=y [DEBUG] CT_CC_LANG_CXX=y [DEBUG] CT_CC_LANG_OTHERS= [DEBUG] CT_CC_SUPPORT_ADA=y [DEBUG] CT_CC_SUPPORT_CXX=y [DEBUG] CT_CC_SUPPORT_FORTRAN=y [DEBUG] CT_CC_SUPPORT_GOLANG=y [DEBUG] CT_CC_SUPPORT_JAVA=y [DEBUG] CT_CC_SUPPORT_OBJC=y [DEBUG] CT_CC_SUPPORT_OBJCXX=y [DEBUG] CT_CC_gcc=y [DEBUG] CT_CFLAGS_FOR_BUILD='-O2 -g ' [DEBUG] CT_CFLAGS_FOR_HOST='-O2 -g -pipe ' [DEBUG] CT_CLOOG=y [DEBUG] CT_CLOOG_0_18_4_or_later=y [DEBUG] CT_CLOOG_0_18_or_later=y [DEBUG] CT_CLOOG_NEEDED=y [DEBUG] CT_CLOOG_VERSION=0.18.4 [DEBUG] CT_CLOOG_V_0_18_4=y [DEBUG] CT_COMPLIBS=y [DEBUG] CT_COMPLIBS_NEEDED=y [DEBUG] CT_COMP_LIBS_FACILITY_LIST=' gmp mpfr ppl isl cloog mpc libelf expat ncurses libiconv gettext' [DEBUG] CT_COMP_TOOLS_FACILITY_LIST= [DEBUG] CT_CONFIGURE_has_xz=y [DEBUG] CT_CONFIG_DIR=/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/build/configs [DEBUG] CT_CONFIG_SHELL=/bin/bash [DEBUG] CT_CONFIG_SHELL_BASH=y [DEBUG] CT_CONNECT_TIMEOUT=10 [DEBUG] CT_CROSS=y [DEBUG] CT_CUSTOM_LOCATION_ROOT_DIR= [DEBUG] CT_DEBUGROOT_DIR='$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/debug-root' [DEBUG] CT_DEBUG_FACILITY_LIST= [DEBUG] CT_DOC_DIR=/opt/cross/share/doc/crosstool-ng/crosstool-ng-1.22.0 [DEBUG] CT_ECHO=echo [DEBUG] CT_EXPERIMENTAL=y [DEBUG] CT_EXTRA_CFLAGS_FOR_BUILD= [DEBUG] CT_EXTRA_CFLAGS_FOR_HOST= [DEBUG] CT_EXTRA_LDFLAGS_FOR_BUILD= [DEBUG] CT_EXTRA_LDFLAGS_FOR_HOST= [DEBUG] CT_FORCE_SYSROOT=y [DEBUG] CT_GETTEXT=y [DEBUG] CT_GETTEXT_NEEDED=y [DEBUG] CT_GETTEXT_VERSION=0.19.6 [DEBUG] CT_GETTEXT_V_0_19_6=y [DEBUG] CT_GMP=y [DEBUG] CT_GMP_5_0_2_or_later=y [DEBUG] CT_GMP_NEEDED=y [DEBUG] CT_GMP_VERSION=6.0.0a [DEBUG] CT_GMP_V_6_0_0=y [DEBUG] CT_HEADERS_DIR='$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot/usr/include' [DEBUG] CT_HOST=x86_64-build_pc-linux-gnu [DEBUG] CT_HOST_COMPLIBS_DIR=/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools [DEBUG] CT_INSTALL_DIR='$/opt/cross/x-tools/arm-rpi-linux-gnueabihf' [DEBUG] CT_INSTALL_DIR_RO=y [DEBUG] CT_ISL=y [DEBUG] CT_ISL_NEEDED=y [DEBUG] CT_ISL_VERSION=0.14 [DEBUG] CT_ISL_V_0_12_or_later=y [DEBUG] CT_ISL_V_0_14=y [DEBUG] CT_ISL_V_0_14_or_later=y [DEBUG] CT_IS_A_BACKEND= [DEBUG] CT_KERNEL=linux [DEBUG] CT_KERNEL_LINUX_INSTALL_CHECK=y [DEBUG] CT_KERNEL_LINUX_VERBOSE_LEVEL=0 [DEBUG] CT_KERNEL_LINUX_VERBOSITY_0=y [DEBUG] CT_KERNEL_SUPPORTS_SHARED_LIBS=y [DEBUG] CT_KERNEL_VERSION=4.3 [DEBUG] CT_KERNEL_V_4_3=y [DEBUG] CT_KERNEL_bare_metal_AVAILABLE=y [DEBUG] CT_KERNEL_linux=y [DEBUG] CT_KERNEL_linux_AVAILABLE=y [DEBUG] CT_KERNEL_windows_AVAILABLE=y [DEBUG] CT_LDFLAGS_FOR_BUILD=' ' [DEBUG] CT_LDFLAGS_FOR_HOST=' ' [DEBUG] CT_LIBC=glibc [DEBUG] CT_LIBC_ADDONS_LIST= [DEBUG] CT_LIBC_EXTRA_CC_ARGS= [DEBUG] CT_LIBC_GLIBC_2_17_or_later=y [DEBUG] CT_LIBC_GLIBC_2_20_or_later=y [DEBUG] CT_LIBC_GLIBC_2_21_or_later=y [DEBUG] CT_LIBC_GLIBC_CONFIGPARMS= [DEBUG] CT_LIBC_GLIBC_EXTRA_CFLAGS= [DEBUG] CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY=() [DEBUG] CT_LIBC_GLIBC_FORCE_UNWIND=y [DEBUG] CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y [DEBUG] CT_LIBC_GLIBC_MIN_KERNEL=4.3 [DEBUG] CT_LIBC_GLIBC_V_2_22=y [DEBUG] CT_LIBC_OLDEST_ABI= [DEBUG] CT_LIBC_SUPPORT_THREADS_ANY=y [DEBUG] CT_LIBC_SUPPORT_THREADS_NATIVE=y [DEBUG] CT_LIBC_VERSION=2.22 [DEBUG] CT_LIBC_XLDD=y [DEBUG] CT_LIBC_avr_libc_AVAILABLE=y [DEBUG] CT_LIBC_glibc=y [DEBUG] CT_LIBC_glibc_AVAILABLE=y [DEBUG] CT_LIBC_glibc_familly=y [DEBUG] CT_LIBC_mingw_AVAILABLE=y [DEBUG] CT_LIBC_musl_AVAILABLE=y [DEBUG] CT_LIBC_newlib_AVAILABLE=y [DEBUG] CT_LIBC_none_AVAILABLE=y [DEBUG] CT_LIBC_uClibc_AVAILABLE=y [DEBUG] CT_LIBICONV=y [DEBUG] CT_LIBICONV_NEEDED=y [DEBUG] CT_LIBICONV_VERSION=1.14 [DEBUG] CT_LIBICONV_V_1_14=y [DEBUG] CT_LIB_DIR=/opt/cross/lib/crosstool-ng-1.22.0 [DEBUG] CT_LOAD= [DEBUG] CT_LOCAL_TARBALLS_DIR=/home/pi/pi [DEBUG] CT_LOG_FILE_COMPRESS=y [DEBUG] CT_LOG_INFO=y [DEBUG] CT_LOG_LEVEL_ALL=7 [DEBUG] CT_LOG_LEVEL_CFG=4 [DEBUG] CT_LOG_LEVEL_DEBUG=8 [DEBUG] CT_LOG_LEVEL_ERROR=0 [DEBUG] CT_LOG_LEVEL_EXTRA=3 [DEBUG] CT_LOG_LEVEL_FILE=5 [DEBUG] CT_LOG_LEVEL_INFO=2 [DEBUG] CT_LOG_LEVEL_MAX=INFO [DEBUG] CT_LOG_LEVEL_STATE=6 [DEBUG] CT_LOG_LEVEL_WARN=1 [DEBUG] CT_LOG_PROGRESS_BAR=y [DEBUG] CT_LOG_TO_FILE=y [DEBUG] CT_MODULES=y [DEBUG] CT_MPC=y [DEBUG] CT_MPC_NEEDED=y [DEBUG] CT_MPC_VERSION=1.0.3 [DEBUG] CT_MPC_V_1_0_3=y [DEBUG] CT_MPFR=y [DEBUG] CT_MPFR_NEEDED=y [DEBUG] CT_MPFR_VERSION=3.1.3 [DEBUG] CT_MPFR_V_3_1_3=y [DEBUG] CT_NG=/opt/cross/bin/ct-ng [DEBUG] CT_OVERIDE_CONFIG_GUESS_SUB=y [DEBUG] CT_PARALLEL_JOBS=1 [DEBUG] CT_PATCH_BUNDLED=y [DEBUG] CT_PATCH_ORDER=bundled [DEBUG] CT_PKGVERSION='crosstool-NG crosstool-ng-1.22.0' [DEBUG] CT_PREFIX_DIR='$/opt/cross/x-tools/arm-rpi-linux-gnueabihf' [DEBUG] CT_REAL_BUILD=x86_64-pc-linux-gnu [DEBUG] CT_REAL_HOST=x86_64-pc-linux-gnu [DEBUG] CT_REAL_TARGET=arm-rpi-linux-gnueabihf [DEBUG] CT_REMOVE_DOCS=y [DEBUG] CT_RESTART= [DEBUG] CT_RM_RF_PREFIX_DIR=y [DEBUG] CT_SAVE_TARBALLS=y [DEBUG] CT_SHARED_LIBS=y [DEBUG] CT_SRC_DIR=/home/pi/pi/ctng/.build/src [DEBUG] CT_STAR_DATE=1542157928674540919 [DEBUG] CT_STAR_DATE_HUMAN=20181114.064208 [DEBUG] CT_STATE_DIR=/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/state [DEBUG] CT_STEPS='libc_check_config companion_libs_for_build binutils_for_build companion_libs_for_host binutils_for_host cc_core_pass_1 kernel_headers libc_start_files cc_core_pass_2 libc cc_for_build cc_for_host libc_post_cc companion_libs_for_target binutils_for_target debug test_suite finish ' [DEBUG] CT_STEP_COUNT=2 [DEBUG] CT_STEP_LEVEL=([2]="EXTRA") [DEBUG] CT_STEP_MESSAGE=([1]="(top-level)" [2]="Dumping internal crosstool-NG configuration") [DEBUG] CT_STEP_START=([2]="1542157929870725542") [DEBUG] CT_STOP= [DEBUG] CT_STRIP_HOST_TOOLCHAIN_EXECUTABLES=y [DEBUG] CT_SYSROOT_DIR='$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf/sysroot' [DEBUG] CT_SYSROOT_DIR_PREFIX= [DEBUG] CT_SYSROOT_NAME=sysroot [DEBUG] CT_SYSROOT_REL_DIR=sysroot [DEBUG] CT_SYS_GCC=6.3.0 [DEBUG] CT_SYS_HOSTNAME=raspberry [DEBUG] CT_SYS_KERNEL=Linux [DEBUG] CT_SYS_MACHINE=x86_64 [DEBUG] CT_SYS_OS=Linux [DEBUG] CT_SYS_PROCESSOR=unknown [DEBUG] CT_SYS_REVISION=4.9.0-8-amd64 [DEBUG] CT_SYS_TARGET=x86_64-pc-linux-gnu [DEBUG] CT_SYS_USER=pi [DEBUG] CT_TARBALLS_DIR=/home/pi/pi/ctng/.build/tarballs [DEBUG] CT_TARGET=arm-rpi-linux-gnueabihf [DEBUG] CT_TARGET_ALIAS= [DEBUG] CT_TARGET_ALIAS_SED_EXPR= [DEBUG] CT_TARGET_ARCH=arm [DEBUG] CT_TARGET_CFLAGS=' -mlittle-endian -mcpu=arm1176jzf-s -mfpu=vfp -mhard-float ' [DEBUG] CT_TARGET_KERNEL=linux [DEBUG] CT_TARGET_LDFLAGS=' -Wl,-EL ' [DEBUG] CT_TARGET_SYS=gnueabihf [DEBUG] CT_TARGET_VENDOR=rpi [DEBUG] CT_TEST_SUITE_DIR='$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/test-suite' [DEBUG] CT_TEST_SUITE_FACILITY_LIST= [DEBUG] CT_THREADS=nptl [DEBUG] CT_THREADS_NATIVE=y [DEBUG] CT_TOOLCHAIN_BUGURL= [DEBUG] CT_TOOLCHAIN_ID='crosstool-crosstool-ng-1.22.0 build 20181114.064208 by pi@raspberry' [DEBUG] CT_TOOLCHAIN_PKGVERSION= [DEBUG] CT_TOOLCHAIN_TYPE=cross [DEBUG] CT_TOOLS_OVERIDE_DIR=/home/pi/pi/ctng/.build/tools [DEBUG] CT_TOP_DIR=/home/pi/pi/ctng [DEBUG] CT_USE_PIPES=y [DEBUG] CT_USE_SYSROOT=y [DEBUG] CT_VERSION=crosstool-ng-1.22.0 [DEBUG] CT_WANTS_STATIC_LINK=y [DEBUG] CT_WORK_DIR=/home/pi/pi/ctng/.build [DEBUG] Other environment: [DEBUG] LC_ALL=C [DEBUG] LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:.tar=01;31:.tgz=01;31:.arc=01;31:.arj=01;31:.taz=01;31:.lha=01;31:.lz4=01;31:.lzh=01;31:.lzma=01;31:.tlz=01;31:.txz=01;31:.tzo=01;31:.t7z=01;31:.zip=01;31:.z=01;31:.Z=01;31:.dz=01;31:.gz=01;31:.lrz=01;31:.lz=01;31:.lzo=01;31:.xz=01;31:.zst=01;31:.tzst=01;31:.bz2=01;31:.bz=01;31:.tbz=01;31:.tbz2=01;31:.tz=01;31:.deb=01;31:.rpm=01;31:.jar=01;31:.war=01;31:.ear=01;31:.sar=01;31:.rar=01;31:.alz=01;31:.ace=01;31:.zoo=01;31:.cpio=01;31:.7z=01;31:.rz=01;31:.cab=01;31:.jpg=01;35:.jpeg=01;35:.mjpg=01;35:.mjpeg=01;35:.gif=01;35:.bmp=01;35:.pbm=01;35:.pgm=01;35:.ppm=01;35:.tga=01;35:.xbm=01;35:.xpm=01;35:.tif=01;35:.tiff=01;35:.png=01;35:.svg=01;35:.svgz=01;35:.mng=01;35:.pcx=01;35:.mov=01;35:.mpg=01;35:.mpeg=01;35:.m2v=01;35:.mkv=01;35:.webm=01;35:.ogm=01;35:.mp4=01;35:.m4v=01;35:.mp4v=01;35:.vob=01;35:.qt=01;35:.nuv=01;35:.wmv=01;35:.asf=01;35:.rm=01;35:.rmvb=01;35:.flc=01;35:.avi=01;35:.fli=01;35:.flv=01;35:.gl=01;35:.dl=01;35:.xcf=01;35:.xwd=01;35:.yuv=01;35:.cgm=01;35:.emf=01;35:.ogv=01;35:.ogx=01;35:.aac=00;36:.au=00;36:.flac=00;36:.m4a=00;36:.mid=00;36:.midi=00;36:.mka=00;36:.mp3=00;36:.mpc=00;36:.ogg=00;36:.ra=00;36:.wav=00;36:.oga=00;36:.opus=00;36:.spx=00;36:.xspf=00;36: [DEBUG] _LXSESSION_PID=805 [DEBUG] XDG_CONFIG_HOME=/home/pi/.config [DEBUG] libtool=/usr/bin/libtool [DEBUG] XDG_MENU_PREFIX=lxde-pi- [DEBUG] V= [DEBUG] readelf=/usr/bin/readelf [DEBUG] LANG=C [DEBUG] DISPLAY=:0.0 [DEBUG] GPIOZERO_PIN_FACTORY=pigpio [DEBUG] OLDPWD=/home/pi/pi/ctng/$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/arm-rpi-linux-gnueabihf [DEBUG] CONFIG_SITE= [DEBUG] INFINALITY_FT_CHROMEOS_STYLE_SHARPENING_STRENGTH=0 [DEBUG] INFINALITY_FT_AUTOHINT_INCREASE_GLYPH_HEIGHTS=true [DEBUG] grep=/bin/grep [DEBUG] INFINALITY_FT_CONTRAST=0 [DEBUG] MAKE_TERMOUT=/dev/pts/0 [DEBUG] awk=/usr/bin/gawk [DEBUG] CONFIG_SHELL=/bin/bash [DEBUG] make=/usr/bin/make [DEBUG] XDG_VTNR=7 [DEBUG] SSH_AUTH_SOCK=/tmp/ssh-hPCLn91GDqzJ/agent.805 [DEBUG] MFLAGS=-r --no-print-directory [DEBUG] KCONFIG_TOP=config/config.in [DEBUG] INFINALITY_FT_STEM_FITTING_STRENGTH=25 [DEBUG] INFINALITY_FT_GLOBAL_EMBOLDEN_X_VALUE=0 [DEBUG] XDG_SESSION_ID=1 [DEBUG] XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/pi [DEBUG] patch=/usr/bin/patch [DEBUG] USER=pi [DEBUG] DESKTOP_SESSION=LXDE-pi [DEBUG] sed=/bin/sed [DEBUG] INFINALITY_FT_AUTOHINT_SNAP_STEM_HEIGHT=100 [DEBUG] SILENT=@ [DEBUG] INFINALITY_FT_GRAYSCALE_FILTER_STRENGTH=0 [DEBUG] INFINALITY_FT_GAMMA_CORRECTION=0 100 [DEBUG] QT_QPA_PLATFORMTHEME=qt5ct [DEBUG] PWD=/home/pi/pi/ctng [DEBUG] HOME=/home/pi [DEBUG] TEXTDOMAIN=Linux-PAM [DEBUG] SSH_AGENT_PID=851 [DEBUG] XDG_SESSION_TYPE=x11 [DEBUG] XDG_DATA_DIRS=/usr/local/share:/usr/share/raspi-ui-overrides:/usr/share:/usr/share/gdm:/var/lib/menu-xdg [DEBUG] install=/usr/bin/install -c [DEBUG] GREP_OPTIONS= [DEBUG] XDG_SESSION_DESKTOP=lightdm-xsession [DEBUG] INFINALITY_FT_WINDOWS_STYLE_SHARPENING_STRENGTH=10 [DEBUG] SAL_USE_VCLPLUGIN=gtk [DEBUG] libtoolize=/usr/bin/libtoolize [DEBUG] INFINALITY_FT_BRIGHTNESS=0 [DEBUG] SHELL=/bin/bash [DEBUG] TERM=xterm [DEBUG] PIGPIO_ADDR=fe80::1%usb0 [DEBUG] XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 [DEBUG] INFINALITY_FT_USE_VARIOUS_TWEAKS=true [DEBUG] objdump=/usr/bin/objdump [DEBUG] XDG_CURRENT_DESKTOP=LXDE [DEBUG] GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 [DEBUG] MAKELEVEL=1 [DEBUG] XDG_SEAT=seat0 [DEBUG] SHLVL=3 [DEBUG] LANGUAGE=en_IN [DEBUG] INFINALITY_FT_BOLD_EMBOLDEN_Y_VALUE=0 [DEBUG] INFINALITY_FT_GLOBAL_EMBOLDEN_Y_VALUE=0 [DEBUG] MAKE_TERMERR=/dev/pts/0 [DEBUG] INFINALITY_FT_AUTOHINT_HORIZONTAL_STEM_DARKEN_STRENGTH=10 [DEBUG] objcopy=/usr/bin/objcopy [DEBUG] GDMSESSION=lightdm-xsession [DEBUG] LOGNAME=pi [DEBUG] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus [DEBUG] XDG_RUNTIME_DIR=/run/user/1000 [DEBUG] XAUTHORITY=/home/pi/.Xauthority [DEBUG] XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 [DEBUG] XDG_CONFIG_DIRS=/etc/xdg [DEBUG] PATH=$/opt/cross/x-tools/arm-rpi-linux-gnueabihf/bin:/home/pi/pi/ctng/.build/arm-rpi-linux-gnueabihf/buildtools/bin:/home/pi/pi/ctng/.build/tools/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/opt/cross/bin [DEBUG] INFINALITY_FT_FILTER_PARAMS=11 22 38 22 11 [DEBUG] INFINALITY_FT_USE_KNOWN_SETTINGS_ON_SELECTED_FONTS=true [DEBUG] INFINALITY_FT_STEM_SNAPPING_SLIDING_SCALE=40 [DEBUG] INFINALITY_FT_STEM_ALIGNMENT_STRENGTH=25 [DEBUG] INFINALITY_FT_BOLD_EMBOLDEN_X_VALUE=0 [DEBUG] INFINALITY_FT_AUTOHINT_VERTICAL_STEM_DARKEN_STRENGTH=25 [DEBUG] bash=/bin/bash [DEBUG] INFINALITY_FT_FRINGE_FILTERSTRENGTH=0 [DEBUG] gperf=/usr/bin/gperf [DEBUG] CONF=/opt/cross/lib/crosstool-ng-1.22.0/kconfig/conf [DEBUG] =/usr/bin/printenv [EXTRA] Dumping internal crosstool-NG configuration: done in 0.07s (at 00:01) [INFO ] ================================================================= [INFO ] Retrieving needed toolchain components' tarballs [DEBUG] Already have 'linux-4.3' [DEBUG] Already have 'gmp-6.0.0a' [DEBUG] Already have 'mpfr-3.1.3' [DEBUG] Already have 'isl-0.14' [DEBUG] Already have 'cloog-0.18.4' [DEBUG] Already have 'mpc-1.0.3' [DEBUG] Already have 'libiconv-1.14' [DEBUG] Already have 'gettext-0.19.6' [DEBUG] Already have 'binutils-2.25.1' [DEBUG] Trying to retrieve an already downloaded copy of 'gcc-linaro-4.9-2015.06' [DEBUG] Trying '/home/pi/pi/gcc-linaro-4.9-2015.06.tar.xz' [DEBUG] Trying '/home/pi/pi/gcc-linaro-4.9-2015.06.tar.lzma' [DEBUG] Trying '/home/pi/pi/gcc-linaro-4.9-2015.06.tar.bz2' [DEBUG] Trying '/home/pi/pi/gcc-linaro-4.9-2015.06.tar.gz' [DEBUG] Trying '/home/pi/pi/gcc-linaro-4.9-2015.06.tgz' [DEBUG] Trying '/home/pi/pi/gcc-linaro-4.9-2015.06.tar' [DEBUG] Trying '/home/pi/pi/gcc-linaro-4.9-2015.06.zip' [DEBUG] Trying '/home/pi/pi/gcc-linaro-4.9-2015.06' [EXTRA] Retrieving 'gcc-linaro-4.9-2015.06' [DEBUG] Trying 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.xz' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.xz.tmp-dl' 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.xz' [ALL ] --2018-11-14 06:42:10-- http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.xz [ALL ] Resolving launchpad.net (launchpad.net)... 91.189.89.222, 91.189.89.223 [ALL ] Connecting to launchpad.net (launchpad.net)|91.189.89.222|:80... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:10 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.xz" [DEBUG] Trying 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.xz' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.xz.tmp-dl' 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.xz' [ALL ] --2018-11-14 06:42:10-- https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.xz [ALL ] Resolving releases.linaro.org (releases.linaro.org)... 13.228.101.204 [ALL ] Connecting to releases.linaro.org (releases.linaro.org)|13.228.101.204|:443... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:11 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.xz" [DEBUG] Trying 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.xz' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.xz.tmp-dl' 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.xz' [ALL ] --2018-11-14 06:42:11-- http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.xz [ALL ] Resolving cbuild.validation.linaro.org (cbuild.validation.linaro.org)... 51.148.40.7 [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:80... connected. [ALL ] HTTP request sent, awaiting response... 302 Found [ALL ] Location: https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.xz [following] [ALL ] --2018-11-14 06:42:11-- https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.xz [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:443... connected. [ALL ] The certificate's owner does not match hostname 'cbuild.validation.linaro.org' [DEBUG] Not at this location: "http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.xz" [DEBUG] Trying 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.lzma' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.lzma.tmp-dl' 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.lzma' [ALL ] --2018-11-14 06:42:12-- http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.lzma [ALL ] Resolving launchpad.net (launchpad.net)... 91.189.89.223, 91.189.89.222 [ALL ] Connecting to launchpad.net (launchpad.net)|91.189.89.223|:80... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:12 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.lzma" [DEBUG] Trying 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.lzma' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.lzma.tmp-dl' 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.lzma' [ALL ] --2018-11-14 06:42:12-- https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.lzma [ALL ] Resolving releases.linaro.org (releases.linaro.org)... 13.228.101.204 [ALL ] Connecting to releases.linaro.org (releases.linaro.org)|13.228.101.204|:443... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:13 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.lzma" [DEBUG] Trying 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.lzma' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.lzma.tmp-dl' 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.lzma' [ALL ] --2018-11-14 06:42:13-- http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.lzma [ALL ] Resolving cbuild.validation.linaro.org (cbuild.validation.linaro.org)... 51.148.40.7 [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:80... connected. [ALL ] HTTP request sent, awaiting response... 302 Found [ALL ] Location: https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.lzma [following] [ALL ] --2018-11-14 06:42:13-- https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.lzma [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:443... connected. [ALL ] The certificate's owner does not match hostname 'cbuild.validation.linaro.org' [DEBUG] Not at this location: "http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.lzma" [DEBUG] Trying 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.bz2' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.bz2.tmp-dl' 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.bz2' [ALL ] --2018-11-14 06:42:14-- http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.bz2 [ALL ] Resolving launchpad.net (launchpad.net)... 91.189.89.223, 91.189.89.222 [ALL ] Connecting to launchpad.net (launchpad.net)|91.189.89.223|:80... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:14 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.bz2" [DEBUG] Trying 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.bz2' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.bz2.tmp-dl' 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.bz2' [ALL ] --2018-11-14 06:42:14-- https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.bz2 [ALL ] Resolving releases.linaro.org (releases.linaro.org)... 13.228.101.204 [ALL ] Connecting to releases.linaro.org (releases.linaro.org)|13.228.101.204|:443... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:15 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.bz2" [DEBUG] Trying 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.bz2' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.bz2.tmp-dl' 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.bz2' [ALL ] --2018-11-14 06:42:15-- http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.bz2 [ALL ] Resolving cbuild.validation.linaro.org (cbuild.validation.linaro.org)... 51.148.40.7 [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:80... connected. [ALL ] HTTP request sent, awaiting response... 302 Found [ALL ] Location: https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.bz2 [following] [ALL ] --2018-11-14 06:42:15-- https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.bz2 [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:443... connected. [ALL ] The certificate's owner does not match hostname 'cbuild.validation.linaro.org' [DEBUG] Not at this location: "http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.bz2" [DEBUG] Trying 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.gz' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.gz.tmp-dl' 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.gz' [ALL ] --2018-11-14 06:42:16-- http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.gz [ALL ] Resolving launchpad.net (launchpad.net)... 91.189.89.222, 91.189.89.223 [ALL ] Connecting to launchpad.net (launchpad.net)|91.189.89.222|:80... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:16 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar.gz" [DEBUG] Trying 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.gz' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.gz.tmp-dl' 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.gz' [ALL ] --2018-11-14 06:42:16-- https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.gz [ALL ] Resolving releases.linaro.org (releases.linaro.org)... 13.228.101.204 [ALL ] Connecting to releases.linaro.org (releases.linaro.org)|13.228.101.204|:443... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:17 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar.gz" [DEBUG] Trying 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.gz' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.gz.tmp-dl' 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.gz' [ALL ] --2018-11-14 06:42:17-- http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.gz [ALL ] Resolving cbuild.validation.linaro.org (cbuild.validation.linaro.org)... 51.148.40.7 [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:80... connected. [ALL ] HTTP request sent, awaiting response... 302 Found [ALL ] Location: https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.gz [following] [ALL ] --2018-11-14 06:42:17-- https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.gz [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:443... connected. [ALL ] The certificate's owner does not match hostname 'cbuild.validation.linaro.org' [DEBUG] Not at this location: "http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar.gz" [DEBUG] Trying 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tgz' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tgz.tmp-dl' 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tgz' [ALL ] --2018-11-14 06:42:18-- http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tgz [ALL ] Resolving launchpad.net (launchpad.net)... 91.189.89.223, 91.189.89.222 [ALL ] Connecting to launchpad.net (launchpad.net)|91.189.89.223|:80... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:19 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tgz" [DEBUG] Trying 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tgz' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tgz.tmp-dl' 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tgz' [ALL ] --2018-11-14 06:42:19-- https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tgz [ALL ] Resolving releases.linaro.org (releases.linaro.org)... 13.228.101.204 [ALL ] Connecting to releases.linaro.org (releases.linaro.org)|13.228.101.204|:443... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:19 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tgz" [DEBUG] Trying 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tgz' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tgz.tmp-dl' 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tgz' [ALL ] --2018-11-14 06:42:19-- http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tgz [ALL ] Resolving cbuild.validation.linaro.org (cbuild.validation.linaro.org)... 51.148.40.7 [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:80... connected. [ALL ] HTTP request sent, awaiting response... 302 Found [ALL ] Location: https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tgz [following] [ALL ] --2018-11-14 06:42:20-- https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tgz [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:443... connected. [ALL ] The certificate's owner does not match hostname 'cbuild.validation.linaro.org' [DEBUG] Not at this location: "http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tgz" [DEBUG] Trying 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.tmp-dl' 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar' [ALL ] --2018-11-14 06:42:20-- http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar [ALL ] Resolving launchpad.net (launchpad.net)... 91.189.89.222, 91.189.89.223 [ALL ] Connecting to launchpad.net (launchpad.net)|91.189.89.222|:80... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:21 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.tar" [DEBUG] Trying 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.tmp-dl' 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar' [ALL ] --2018-11-14 06:42:21-- https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar [ALL ] Resolving releases.linaro.org (releases.linaro.org)... 13.228.101.204 [ALL ] Connecting to releases.linaro.org (releases.linaro.org)|13.228.101.204|:443... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:21 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.tar" [DEBUG] Trying 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tar.tmp-dl' 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar' [ALL ] --2018-11-14 06:42:21-- http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar [ALL ] Resolving cbuild.validation.linaro.org (cbuild.validation.linaro.org)... 51.148.40.7 [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:80... connected. [ALL ] HTTP request sent, awaiting response... 302 Found [ALL ] Location: https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar [following] [ALL ] --2018-11-14 06:42:21-- https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:443... connected. [ALL ] The certificate's owner does not match hostname 'cbuild.validation.linaro.org' [DEBUG] Not at this location: "http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.tar" [DEBUG] Trying 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.zip' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.zip.tmp-dl' 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.zip' [ALL ] --2018-11-14 06:42:22-- http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.zip [ALL ] Resolving launchpad.net (launchpad.net)... 91.189.89.222, 91.189.89.223 [ALL ] Connecting to launchpad.net (launchpad.net)|91.189.89.222|:80... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:23 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06.zip" [DEBUG] Trying 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.zip' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.zip.tmp-dl' 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.zip' [ALL ] --2018-11-14 06:42:23-- https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.zip [ALL ] Resolving releases.linaro.org (releases.linaro.org)... 13.228.101.204 [ALL ] Connecting to releases.linaro.org (releases.linaro.org)|13.228.101.204|:443... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:23 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06.zip" [DEBUG] Trying 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.zip' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.zip.tmp-dl' 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.zip' [ALL ] --2018-11-14 06:42:23-- http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.zip [ALL ] Resolving cbuild.validation.linaro.org (cbuild.validation.linaro.org)... 51.148.40.7 [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:80... connected. [ALL ] HTTP request sent, awaiting response... 302 Found [ALL ] Location: https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.zip [following] [ALL ] --2018-11-14 06:42:23-- https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.zip [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:443... connected. [ALL ] The certificate's owner does not match hostname 'cbuild.validation.linaro.org' [DEBUG] Not at this location: "http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06.zip" [DEBUG] Trying 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tmp-dl' 'http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06' [ALL ] --2018-11-14 06:42:24-- http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06 [ALL ] Resolving launchpad.net (launchpad.net)... 91.189.89.223, 91.189.89.222 [ALL ] Connecting to launchpad.net (launchpad.net)|91.189.89.223|:80... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:24 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "http://launchpad.net/gcc-linaro/4.9/4.9-2015.06/+download/gcc-linaro-4.9-2015.06" [DEBUG] Trying 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tmp-dl' 'https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06' [ALL ] --2018-11-14 06:42:24-- https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06 [ALL ] Resolving releases.linaro.org (releases.linaro.org)... 13.228.101.204 [ALL ] Connecting to releases.linaro.org (releases.linaro.org)|13.228.101.204|:443... connected. [ALL ] HTTP request sent, awaiting response... 404 Not Found [ALL ] 2018-11-14 06:42:25 ERROR 404: Not Found. [ALL ]
[DEBUG] Not at this location: "https://releases.linaro.org/15.06/components/toolchain/gcc-linaro/4.9/gcc-linaro-4.9-2015.06" [DEBUG] Trying 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06' [DEBUG] ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc' '--progress=dot:binary' '-T' '10' '-O' '/home/pi/pi/ctng/.build/tarballs/gcc-linaro-4.9-2015.06.tmp-dl' 'http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06' [ALL ] --2018-11-14 06:42:25-- http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06 [ALL ] Resolving cbuild.validation.linaro.org (cbuild.validation.linaro.org)... 51.148.40.7 [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:80... connected. [ALL ] HTTP request sent, awaiting response... 302 Found [ALL ] Location: https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06 [following] [ALL ] --2018-11-14 06:42:25-- https://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06 [ALL ] Connecting to cbuild.validation.linaro.org (cbuild.validation.linaro.org)|51.148.40.7|:443... connected. [ALL ] The certificate's owner does not match hostname 'cbuild.validation.linaro.org' [DEBUG] Not at this location: "http://cbuild.validation.linaro.org/snapshots/gcc-linaro-4.9-2015.06" [ERROR]
[ERROR] >> [ERROR] >> Build failed in step 'Retrieving needed toolchain components' tarballs' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: do_gcc_get[scripts/build/cc/100-gcc.sh@30] [ERROR] >> called from: do_cc_get[scripts/build/cc.sh@21] [ERROR] >> called from: main[scripts/crosstool-NG.sh@593] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> '/opt/cross/share/doc/crosstool-ng/crosstool-ng-1.22.0/B - Known issues.txt' [ERROR]
[ERROR] (elapsed: 0:17.76)

rajeshkrarora1 commented 5 years ago

HI Dear iizukanao, thank you for this wonderful project, picam-streamer works wonderfully fine with raspberry pi 3, but with raspberry pi zero it works without audio, i'am using usb mic, as i2s mics are not working with "picam-streamer" , so i'am trying to build it using "cross- compilation method described by yourself, i'am have trouble in ct ng build step, the build log has all the description, the major error i see says "Build failed in step "[ERROR] >> Build failed in step 'Retrieving needed toolchain components' tarballs' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: do_gcc_get[scripts/build/cc/100-gcc.sh@30] [ERROR] >> called from: do_cc_get[scripts/build/cc.sh@21] [ERROR] >> called from: main[scripts/crosstool-NG.sh@593] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> '/opt/cross/share/doc/crosstool-ng/crosstool-ng-1.22.0/B - Known issues.txt' [ERROR]
[ERROR] (elapsed: 0:17.76) [00:18] / /opt/cross/bin/ct-ng:152: recipe for target 'build' failed make: *** [build] Error 1

pls help me with this

rajeshkrarora1 commented 5 years ago

i am using Raspbian stretch installed on my PC, which has I3 intel processor, DH55TC intel mother board and 4GB Ram, 1TB sata storage

rajeshkrarora1 commented 5 years ago

sir, i have not understood , when to start working on raspberry pi zero for the first time during the whole process, do i need to "ct-ng build on raspberry pi zw or the non-rpi linux machine, pls put some light

iizukanao commented 5 years ago

@rajeshkrarora1 cross-compiling with ct-ng is too complicated and I recommend you follow BUILDING.md instead. It takes long time to finish but the whole process is much simpler.

rajeshkrarora1 commented 5 years ago

Sir, i need to use raspi zero w only

On Fri, 16 Nov 2018, 06:07 Nao Iizuka <notifications@github.com wrote:

@rajeshkrarora1 https://github.com/rajeshkrarora1 cross-compiling with ct-ng is too complicated and I recommend you follow BUILDING.md https://github.com/iizukanao/picam/blob/master/BUILDING.md instead. It takes long time to finish but the whole process is much simpler.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iizukanao/picam/issues/116#issuecomment-439240928, or mute the thread https://github.com/notifications/unsubscribe-auth/Ako7-gkSia6QitzI_tZgCAHk0PNxZDtkks5uvgi2gaJpZM4Yc2T9 .

iizukanao commented 5 years ago

@rajeshkrarora1 You can build everything on Pi Zero W only.

rajeshkrarora1 commented 5 years ago

Sir, do you mean by using BUILDING.Md for pi z?

On Fri, 16 Nov 2018, 07:16 Nao Iizuka <notifications@github.com wrote:

@rajeshkrarora1 https://github.com/rajeshkrarora1 You can build everything on Pi Zero W only.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iizukanao/picam/issues/116#issuecomment-439253532, or mute the thread https://github.com/notifications/unsubscribe-auth/Ako7-i_Th_sLbltYKGwfVFg9yDQwAvrmks5uvhj5gaJpZM4Yc2T9 .

rajeshkrarora1 commented 5 years ago

Sir, i also need to use i2s mic and not a usb one.

On Fri, 16 Nov 2018, 07:19 rajesh kumar <rajeshkrarora1@gmail.com wrote:

Sir, do you mean by using BUILDING.Md for pi z?

On Fri, 16 Nov 2018, 07:16 Nao Iizuka <notifications@github.com wrote:

@rajeshkrarora1 https://github.com/rajeshkrarora1 You can build everything on Pi Zero W only.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iizukanao/picam/issues/116#issuecomment-439253532, or mute the thread https://github.com/notifications/unsubscribe-auth/Ako7-i_Th_sLbltYKGwfVFg9yDQwAvrmks5uvhj5gaJpZM4Yc2T9 .

iizukanao commented 5 years ago

@rajeshkrarora1 Yes, you can use BUILDING.md for Pi Zero W. I2S mic is another issue, but if it's supported by ALSA, I think you can use it with picam.

rajeshkrarora1 commented 5 years ago

Sir, mic is supported by ALSA,and also i'm able to change its volume in ALSA using softvol control, but sound is not heard in the stream, though when i stream only audio using cvlc using the same .asoundrc file it works fine

On Fri, 16 Nov 2018, 07:25 Nao Iizuka <notifications@github.com wrote:

@rajeshkrarora1 https://github.com/rajeshkrarora1 Yes, you can use BUILDING.md for Pi Zero W. I2S mic is another issue, but if it's supported by ALSA, I think you can use it with picam.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iizukanao/picam/issues/116#issuecomment-439255009, or mute the thread https://github.com/notifications/unsubscribe-auth/Ako7-lLmkD9Yq9iBNHbZg1R7Z3-r1_T3ks5uvhr2gaJpZM4Yc2T9 .

rajeshkrarora1 commented 5 years ago

sir, for audio streaming with i2s mems mic i'am not using picam but after configuring i2s mic on raspbian image( as per https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/raspberry-pi-wiring-and-test) and than making some changes in .asoundrc file. I install vlc on it and then use cvlc command to stream audio which works fine on rpi zero as well as rpi3

In "picam-streamer", usb mic works but i2s mems mic does not, weather i use rpi3 or rpi zero

i'am trying to follow ur "Building.md" instructions on rpi3 to build "PICAM" using "I2S MEMS MIC", before installing, "ffmpeg" i followed instructions at "https://github.com/nejohnson2/rpi-i2s", for adding I2S mic to rpi, but still not sure how to configure ffmpeg in a way that PICAM takes audio input from I2S mic Pls Help

On Fri, Nov 16, 2018 at 7:42 AM rajesh kumar rajeshkrarora1@gmail.com wrote:

Sir, mic is supported by ALSA,and also i'm able to change its volume in ALSA using softvol control, but sound is not heard in the stream, though when i stream only audio using cvlc using the same .asoundrc file it works fine

On Fri, 16 Nov 2018, 07:25 Nao Iizuka <notifications@github.com wrote:

@rajeshkrarora1 https://github.com/rajeshkrarora1 Yes, you can use BUILDING.md for Pi Zero W. I2S mic is another issue, but if it's supported by ALSA, I think you can use it with picam.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iizukanao/picam/issues/116#issuecomment-439255009, or mute the thread https://github.com/notifications/unsubscribe-auth/Ako7-lLmkD9Yq9iBNHbZg1R7Z3-r1_T3ks5uvhr2gaJpZM4Yc2T9 .

rajeshkrarora1 commented 5 years ago

rajeshkrarora1 commented 5 years ago

Sorry, closed this issue by mistake

rajeshkrarora1 commented 5 years ago

sir, with raspberry pi zero, in PICAM-STREAMER ,audio does not work, whether it is usb, or i2s mic