This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi, I wanted to build an ARM cross toolchain similar to arm-none-linux-gnueabi(from CodeSourcery) using crosstool-ng. I followed the steps given below. ------------------------------ ./configure --prefix=/home/uclinux/ng-build make make install export PATH="${PATH}:/home/uclinux/ng-build/bin" cd /home/uclinux/crosstool-ng/crosstool-ng-1.5.3 ct-ng arm-unknown-linux-gnueabi ct-ng build ------------------------------- Got following error [EXTRA] Retrieving 'glibc-ports-cvs-2.9' [ERROR] Build failed in step 'Retrieving needed toolchain components' tarballs' [ERROR] Error happened in '/home/uclinux/ng-build/lib/ct-ng-1.5.3/scripts/functions' in function 'CT_DoExecLog' (line unknown, sorry) [ERROR] called from '/home/uclinux/ng-build/lib/ct-ng-1.5.3/scripts/functions' at line # 501 in function 'CT_GetCVS' [ERROR] called from '/home/uclinux/ng-build/lib/ct-ng-1.5.3/scripts/build/libc/glibc.sh' at line # 44 in function 'do_libc_get' [ERROR] called from '/home/uclinux/ng-build/lib/ct-ng-1.5.3/scripts/crosstool-NG.sh' at line # 499 in function 'main' [ERROR] Look at '/home/uclinux/x-tools/arm-unknown-linux-gnueabi/build.log' for more info on this error. [ERROR] (elapsed: 0:01.87) [00:02] / make: *** [build] Error 1 When I verified the log file, I found that the shell script fails to fetch the glibc-ports-cvs-2.9 from cvs. Could you please help me to resolve this issue ? Also attached the build.log for reference. Thanks and Regards, Subbarao
[INFO ] Performing some trivial sanity checks [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets' [DEBUG] ==> Executing: 'touch /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/foo' [DEBUG] ==> Executing: 'rm -f /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/foo' [DEBUG] Creating bin-overide for tools in '/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/bin' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/bin' [DEBUG] Creating script-override for 'install' -> '/usr/bin/install' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/bin/install' [DEBUG] Creating script-override for 'bash' -> '/bin/bash' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/bin/bash' [DEBUG] Creating script-override for 'grep' -> '/bin/grep' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/bin/grep' [DEBUG] Creating script-override for 'make' -> '/usr/bin/make' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/bin/make' [DEBUG] Creating script-override for 'sed' -> '/bin/sed' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/bin/sed' [INFO ] Build started 20100406.155301 [DEBUG] ==> Executing: 'renice 0 20969' [DEBUG] 20969: old priority 0, new priority 0 [DEBUG] ================================================================= [DEBUG] Dumping user-supplied crosstool-NG configuration [DEBUG] ==> Executing: 'grep -E ^(# |)CT_ .config' [DEBUG] # CT_OBSOLETE is not set [DEBUG] # CT_EXPERIMENTAL is not set [DEBUG] # CT_DEBUG_CT is not set [DEBUG] CT_LOCAL_TARBALLS_DIR="${HOME}/src" [DEBUG] CT_SAVE_TARBALLS=y [DEBUG] CT_WORK_DIR="${CT_TOP_DIR}/targets" [DEBUG] CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}" [DEBUG] CT_INSTALL_DIR="${CT_PREFIX_DIR}" [DEBUG] # CT_REMOVE_DOCS is not set [DEBUG] CT_INSTALL_DIR_RO=y [DEBUG] # CT_FORBID_DOWNLOAD is not set [DEBUG] # CT_FORCE_DOWNLOAD is not set [DEBUG] CT_USE_MIRROR=y [DEBUG] # CT_PREFER_MIRROR is not set [DEBUG] CT_MIRROR_BASE_URL="http://ymorin.is-a-geek.org/mirrors/" [DEBUG] CT_CONNECT_TIMEOUT=10 [DEBUG] # CT_ONLY_DOWNLOAD 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_ORDER="bundled" [DEBUG] # CT_PATCH_SINGLE is not set [DEBUG] # CT_PATCH_USE_LOCAL is not set [DEBUG] CT_PARALLEL_JOBS=1 [DEBUG] CT_LOAD=0 [DEBUG] CT_NICE=0 [DEBUG] CT_USE_PIPES=y [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 is not set [DEBUG] CT_LOG_EXTRA=y [DEBUG] # CT_LOG_DEBUG is not set [DEBUG] # CT_LOG_ALL is not set [DEBUG] CT_LOG_LEVEL_MAX="EXTRA" [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_64 is not set [DEBUG] # CT_ARCH_SUPPORTS_BOTH_MMU is not set [DEBUG] CT_ARCH_SUPPORTS_BOTH_ENDIAN=y [DEBUG] CT_ARCH_SUPPORT_ARCH=y [DEBUG] # CT_ARCH_SUPPORT_ABI is not set [DEBUG] CT_ARCH_SUPPORT_CPU=y [DEBUG] CT_ARCH_SUPPORT_TUNE=y [DEBUG] CT_ARCH_SUPPORT_FPU=y [DEBUG] # CT_ARCH_DEFAULT_HAS_MMU is not set [DEBUG] # CT_ARCH_DEFAULT_BE is not set [DEBUG] CT_ARCH_DEFAULT_LE=y [DEBUG] CT_ARCH_ARCH="" [DEBUG] CT_ARCH_CPU="" [DEBUG] CT_ARCH_TUNE="" [DEBUG] CT_ARCH_FPU="" [DEBUG] # CT_ARCH_BE is not set [DEBUG] CT_ARCH_LE=y [DEBUG] # CT_ARCH_FLOAT_HW is not set [DEBUG] CT_ARCH_FLOAT_SW=y [DEBUG] CT_TARGET_CFLAGS="" [DEBUG] CT_TARGET_LDFLAGS="" [DEBUG] # CT_ARCH_alpha is not set [DEBUG] CT_ARCH_arm=y [DEBUG] # CT_ARCH_avr32 is not set [DEBUG] # CT_ARCH_ia64 is not set [DEBUG] # CT_ARCH_mips is not set [DEBUG] # CT_ARCH_powerpc64 is not set [DEBUG] # CT_ARCH_powerpc is not set [DEBUG] # CT_ARCH_sh is not set [DEBUG] # CT_ARCH_x86_64 is not set [DEBUG] # CT_ARCH_x86 is not set [DEBUG] CT_ARCH_ARM_EABI=y [DEBUG] CT_ARCH_USE_MMU=y [DEBUG] CT_USE_SYSROOT=y [DEBUG] CT_SYSROOT_DIR_PREFIX="" [DEBUG] CT_TARGET_VENDOR="unknown" [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_BARE_METAL is not set [DEBUG] CT_KERNEL_SUPPORTS_SHARED_LIBS=y [DEBUG] CT_KERNEL="linux" [DEBUG] CT_KERNEL_VERSION="2.6.31.1" [DEBUG] # CT_KERNEL_bare_metal is not set [DEBUG] CT_KERNEL_linux=y [DEBUG] CT_KERNEL_LINUX_INSTALL=y [DEBUG] CT_KERNEL_LINUX_INSTALL_CHECK=y [DEBUG] CT_KERNEL_V_2_6_31_1=y [DEBUG] # CT_KERNEL_V_2_6_31 is not set [DEBUG] # CT_KERNEL_V_2_6_30_8 is not set [DEBUG] # CT_KERNEL_V_2_6_30_7 is not set [DEBUG] # CT_KERNEL_V_2_6_30_6 is not set [DEBUG] # CT_KERNEL_V_2_6_30_5 is not set [DEBUG] # CT_KERNEL_V_2_6_30_4 is not set [DEBUG] # CT_KERNEL_V_2_6_30_3 is not set [DEBUG] # CT_KERNEL_V_2_6_30_2 is not set [DEBUG] # CT_KERNEL_V_2_6_30_1 is not set [DEBUG] # CT_KERNEL_V_2_6_30 is not set [DEBUG] # CT_KERNEL_V_2_6_29_6 is not set [DEBUG] # CT_KERNEL_V_2_6_28_10 is not set [DEBUG] # CT_KERNEL_V_2_6_27_35 is not set [DEBUG] # CT_KERNEL_V_2_6_26_8 is not set [DEBUG] # CT_KERNEL_V_2_6_25_20 is not set [DEBUG] # CT_KERNEL_V_2_6_24_7 is not set [DEBUG] # CT_KERNEL_V_2_6_23_17 is not set [DEBUG] # CT_KERNEL_V_2_6_22_19 is not set [DEBUG] # CT_KERNEL_V_2_6_21_7 is not set [DEBUG] # CT_KERNEL_V_2_6_20_21 is not set [DEBUG] # CT_KERNEL_V_2_6_19_7 is not set [DEBUG] # CT_KERNEL_V_2_6_18_8 is not set [DEBUG] # CT_KERNEL_V_select is not set [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_USE_CUSTOM_HEADERS is not set [DEBUG] CT_SHARED_LIBS=y [DEBUG] CT_ARCH_BINFMT_ELF=y [DEBUG] # CT_ARCH_BINFMT_FLAT is not set [DEBUG] CT_BINUTILS_VERSION="2.19.1" [DEBUG] # CT_BINUTILS_V_2_19_51_0_2 is not set [DEBUG] # CT_BINUTILS_V_2_19_51_0_1 is not set [DEBUG] # CT_BINUTILS_V_2_19_50_0_1 is not set [DEBUG] CT_BINUTILS_V_2_19_1=y [DEBUG] # CT_BINUTILS_V_2_19 is not set [DEBUG] # CT_BINUTILS_V_2_18_93 is not set [DEBUG] # CT_BINUTILS_V_2_18_92 is not set [DEBUG] # CT_BINUTILS_V_2_18_91 is not set [DEBUG] # CT_BINUTILS_V_2_18_90 is not set [DEBUG] # CT_BINUTILS_V_2_18_50_0_9 is not set [DEBUG] # CT_BINUTILS_V_2_18_50_0_8 is not set [DEBUG] # CT_BINUTILS_V_2_18_50_0_7 is not set [DEBUG] # CT_BINUTILS_V_2_18_50_0_6 is not set [DEBUG] # CT_BINUTILS_V_2_18_50_0_4 is not set [DEBUG] # CT_BINUTILS_V_2_18 is not set [DEBUG] # CT_BINUTILS_V_2_17 is not set [DEBUG] # CT_BINUTILS_V_2_16_1 is not set [DEBUG] # CT_BINUTILS_V_2_15 is not set [DEBUG] # CT_BINUTILS_V_2_14 is not set [DEBUG] CT_BINUTILS_EXTRA_CONFIG="" [DEBUG] CT_BINUTILS_FOR_TARGET=y [DEBUG] CT_BINUTILS_FOR_TARGET_IBERTY=y [DEBUG] CT_BINUTILS_FOR_TARGET_BFD=y [DEBUG] CT_CC="gcc" [DEBUG] CT_CC_VERSION="4.3.2" [DEBUG] CT_CC_gcc=y [DEBUG] # CT_CC_V_4_4_1 is not set [DEBUG] # CT_CC_V_4_4_0 is not set [DEBUG] # CT_CC_V_4_3_4 is not set [DEBUG] # CT_CC_V_4_3_3 is not set [DEBUG] CT_CC_V_4_3_2=y [DEBUG] # CT_CC_V_4_3_1 is not set [DEBUG] # CT_CC_V_4_3_0 is not set [DEBUG] # CT_CC_V_4_2_4 is not set [DEBUG] # CT_CC_V_4_2_3 is not set [DEBUG] # CT_CC_V_4_2_2 is not set [DEBUG] # CT_CC_V_4_2_1 is not set [DEBUG] # CT_CC_V_4_2_0 is not set [DEBUG] # CT_CC_V_4_1_2 is not set [DEBUG] # CT_CC_V_4_1_1 is not set [DEBUG] # CT_CC_V_4_1_0 is not set [DEBUG] # CT_CC_V_4_0_4 is not set [DEBUG] # CT_CC_V_4_0_3 is not set [DEBUG] # CT_CC_V_4_0_2 is not set [DEBUG] # CT_CC_V_4_0_1 is not set [DEBUG] # CT_CC_V_4_0_0 is not set [DEBUG] # CT_CC_V_3_4_6 is not set [DEBUG] # CT_CC_V_3_3_6 is not set [DEBUG] # CT_CC_V_3_2_3 is not set [DEBUG] CT_CC_GCC_4_3_or_later=y [DEBUG] # CT_CC_GCC_4_4_or_later is not set [DEBUG] CT_CC_CXA_ATEXIT=y [DEBUG] # CT_CC_SJLJ_EXCEPTIONS_CONFIGURE is not set [DEBUG] # CT_CC_SJLJ_EXCEPTIONS_USE is not set [DEBUG] CT_CC_SJLJ_EXCEPTIONS_DONT_USE=y [DEBUG] CT_CC_ENABLE_CXX_FLAGS="" [DEBUG] CT_CC_CORE_EXTRA_CONFIG="" [DEBUG] CT_CC_EXTRA_CONFIG="" [DEBUG] CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}" [DEBUG] CT_CC_BUGURL="" [DEBUG] CT_CC_LANG_JAVA_USE_ECJ=y [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_LANG_CXX=y [DEBUG] CT_CC_LANG_FORTRAN=y [DEBUG] CT_CC_LANG_JAVA=y [DEBUG] CT_LIBC="glibc" [DEBUG] CT_LIBC_VERSION="2.9" [DEBUG] # CT_LIBC_eglibc is not set [DEBUG] CT_LIBC_glibc=y [DEBUG] # CT_LIBC_newlib is not set [DEBUG] # CT_LIBC_uClibc is not set [DEBUG] CT_LIBC_V_2_9=y [DEBUG] # CT_LIBC_V_2_8 is not set [DEBUG] # CT_LIBC_V_2_7 is not set [DEBUG] # CT_LIBC_V_2_6_1 is not set [DEBUG] # CT_LIBC_V_2_6 is not set [DEBUG] # CT_LIBC_V_2_5_1 is not set [DEBUG] # CT_LIBC_V_2_5 is not set [DEBUG] # CT_LIBC_V_2_3_6 is not set [DEBUG] CT_LIBC_GLIBC_2_8_or_later=y [DEBUG] # CT_LIBC_GLIBC_TARBALL is not set [DEBUG] CT_LIBC_GLIBC_CVS=y [DEBUG] CT_LIBC_GLIBC_CVS_date="2009-03-29" [DEBUG] CT_LIBC_GLIBC_EXTRA_CONFIG="" [DEBUG] CT_LIBC_GLIBC_CONFIGPARMS="" [DEBUG] CT_LIBC_GLIBC_EXTRA_CFLAGS="" [DEBUG] CT_LIBC_EXTRA_CC_ARGS="" [DEBUG] CT_LIBC_GLIBC_USE_PORTS=y [DEBUG] CT_LIBC_ADDONS_LIST="" [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="2.6.31.1" [DEBUG] CT_LIBC_SUPPORT_NPTL=y [DEBUG] CT_LIBC_SUPPORT_LINUXTHREADS=y [DEBUG] CT_THREADS="nptl" [DEBUG] CT_THREADS_NPTL=y [DEBUG] # CT_THREADS_LINUXTHREADS is not set [DEBUG] # CT_THREADS_NONE is not set [DEBUG] CT_DEBUG_dmalloc=y [DEBUG] CT_DMALLOC_V_5_5_2=y [DEBUG] # CT_DMALLOC_V_5_4_3 is not set [DEBUG] CT_DMALLOC_VERSION="5.5.2" [DEBUG] CT_DEBUG_duma=y [DEBUG] CT_DUMA_A=y [DEBUG] CT_DUMA_SO=y [DEBUG] # CT_DUMA_V_2_5_15 is not set [DEBUG] CT_DUMA_V_2_5_14=y [DEBUG] # CT_DUMA_V_2_5_12 is not set [DEBUG] # CT_DUMA_V_2_5_8 is not set [DEBUG] # CT_DUMA_V_2_5_1 is not set [DEBUG] CT_DUMA_VERSION="2_5_14" [DEBUG] CT_DEBUG_gdb=y [DEBUG] CT_GDB_CROSS=y [DEBUG] # CT_GDB_CROSS_STATIC is not set [DEBUG] CT_GDB_NATIVE=y [DEBUG] # CT_GDB_NATIVE_STATIC is not set [DEBUG] CT_GDB_NATIVE_USE_GMP_MPFR=y [DEBUG] CT_GDB_GDBSERVER=y [DEBUG] CT_GDB_GDBSERVER_STATIC=y [DEBUG] CT_GDB_V_6_8=y [DEBUG] # CT_GDB_V_6_7_1 is not set [DEBUG] # CT_GDB_V_6_7 is not set [DEBUG] # CT_GDB_V_6_6 is not set [DEBUG] # CT_GDB_V_6_5 is not set [DEBUG] # CT_GDB_V_6_4 is not set [DEBUG] # CT_GDB_V_snapshot is not set [DEBUG] CT_GDB_VERSION="6.8" [DEBUG] CT_NCURSES_V_5_7=y [DEBUG] # CT_NCURSES_V_5_6 is not set [DEBUG] CT_NCURSES_VERSION="5.7" [DEBUG] CT_DEBUG_ltrace=y [DEBUG] # CT_LTRACE_V_0_5_2 is not set [DEBUG] # CT_LTRACE_V_0_5_1 is not set [DEBUG] CT_LTRACE_V_0_5=y [DEBUG] # CT_LTRACE_V_0_4 is not set [DEBUG] CT_LTRACE_VERSION="0.5" [DEBUG] CT_DEBUG_strace=y [DEBUG] # CT_STRACE_V_4_5_18 is not set [DEBUG] CT_STRACE_V_4_5_17=y [DEBUG] # CT_STRACE_V_4_5_16 is not set [DEBUG] # CT_STRACE_V_4_5_15 is not set [DEBUG] # CT_STRACE_V_4_5_14 is not set [DEBUG] # CT_STRACE_V_4_5 is not set [DEBUG] CT_STRACE_VERSION="4.5.17" [DEBUG] CT_TOOL_libelf=y [DEBUG] # CT_LIBELF_V_0_8_12 is not set [DEBUG] CT_LIBELF_V_0_8_11=y [DEBUG] # CT_LIBELF_V_0_8_10 is not set [DEBUG] CT_LIBELF_VERSION="0.8.11" [DEBUG] CT_TOOL_sstrip=y [DEBUG] CT_SSTRIP_BUILDROOT=y [DEBUG] # CT_SSTRIP_ELFKICKERS is not set [DEBUG] CT_SSTRIP_FROM="buildroot" [DEBUG] CT_WRAPPER_NEEDED=y [DEBUG] CT_GMP_MPFR=y [DEBUG] # CT_GMP_V_4_3_1 is not set [DEBUG] # CT_GMP_V_4_3_0 is not set [DEBUG] CT_GMP_V_4_2_4=y [DEBUG] # CT_GMP_V_4_2_2 is not set [DEBUG] CT_GMP_VERSION="4.2.4" [DEBUG] CT_MPFR_V_2_4_1=y [DEBUG] # CT_MPFR_V_2_4_0 is not set [DEBUG] # CT_MPFR_V_2_3_2 is not set [DEBUG] # CT_MPFR_V_2_3_1 is not set [DEBUG] CT_MPFR_VERSION="2.4.1" [DEBUG] # CT_PPL_CLOOG_MPC is not set [DEBUG] # CT_COMP_LIBS_CHECK is not set [DEBUG] CT_COMP_LIBS_TARGET=y [DEBUG] CT_TOOLS_WRAPPER_SCRIPT=y [DEBUG] # CT_TOOLS_WRAPPER_EXEC is not set [DEBUG] CT_TOOLS_WRAPPER="script" [DEBUG] Dumping user-supplied crosstool-NG configuration: done in 0.09s (at 00:01) [DEBUG] Unsetting and unexporting MAKEFLAGS [INFO ] Building environment variables [DEBUG] Disabling tool 'template' [DEBUG] Enabling tool 'libelf' [DEBUG] Enabling tool 'sstrip' [DEBUG] Disabling debug 'template' [DEBUG] Enabling debug 'dmalloc' [DEBUG] Enabling debug 'duma' [DEBUG] Enabling debug 'gdb' [DEBUG] Enabling debug 'ltrace' [DEBUG] Enabling debug 'strace' [DEBUG] Adding '/home/uclinux/x-tools/arm-unknown-linux-gnueabi/lib' at start of LD_LIBRARY_PATH [DEBUG] ==> LD_LIBRARY_PATH='/home/uclinux/x-tools/arm-unknown-linux-gnueabi/lib' [EXTRA] Preparing working directories [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/tarballs' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/src' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/arm-unknown-linux-gnueabi/build' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/arm-unknown-linux-gnueabi/build/configs' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/x-tools/arm-unknown-linux-gnueabi' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/x-tools/arm-unknown-linux-gnueabi' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/arm-unknown-linux-gnueabi/build/gcc-core-static' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/arm-unknown-linux-gnueabi/build/gcc-core-shared' [DEBUG] ==> Executing: 'touch /home/uclinux/x-tools/arm-unknown-linux-gnueabi/foo' [DEBUG] ==> Executing: 'rm -f /home/uclinux/x-tools/arm-unknown-linux-gnueabi/foo' [DEBUG] ==> Executing: 'chmod -R u+w /home/uclinux/x-tools/arm-unknown-linux-gnueabi /home/uclinux/x-tools/arm-unknown-linux-gnueabi' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi//sys-root' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi//debug-root' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/x-tools/arm-unknown-linux-gnueabi/lib' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi//sys-root/lib' [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi//sys-root/usr/lib' [DEBUG] ==> Executing: 'ln -sf .//sys-root/lib /home/uclinux/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib' [WARN ] You did not specify the build system. That's OK, I can guess... [DEBUG] Making build system tools available [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools' [DEBUG] 'i386-build_redhat-linux-gnu-ar' -> '/usr/bin/ar' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-ar' [DEBUG] 'i386-build_redhat-linux-gnu-as' -> '/usr/bin/as' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-as' [DEBUG] Missing: 'i386-redhat-linux-dlltool' or 'i386-redhat-linux-dlltool' or 'dlltool' : not required. [DEBUG] 'i386-build_redhat-linux-gnu-gcc' -> '/usr/bin/i386-redhat-linux-gcc' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-gcc' [DEBUG] 'i386-build_redhat-linux-gnu-g++' -> '/usr/bin/i386-redhat-linux-g++' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-g++' [DEBUG] 'i386-build_redhat-linux-gnu-gcj' -> '/usr/bin/gcj' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-gcj' [DEBUG] Missing: 'i386-redhat-linux-gnatbind' or 'i386-redhat-linux-gnatbind' or 'gnatbind' : not required. [DEBUG] Missing: 'i386-redhat-linux-gnatmake' or 'i386-redhat-linux-gnatmake' or 'gnatmake' : not required. [DEBUG] 'i386-build_redhat-linux-gnu-ld' -> '/usr/bin/ld' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-ld' [DEBUG] 'i386-build_redhat-linux-gnu-nm' -> '/usr/bin/nm' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-nm' [DEBUG] 'i386-build_redhat-linux-gnu-objcopy' -> '/usr/bin/objcopy' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-objcopy' [DEBUG] 'i386-build_redhat-linux-gnu-objdump' -> '/usr/bin/objdump' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-objdump' [DEBUG] 'i386-build_redhat-linux-gnu-ranlib' -> '/usr/bin/ranlib' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-ranlib' [DEBUG] 'i386-build_redhat-linux-gnu-strip' -> '/usr/bin/strip' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-strip' [DEBUG] Missing: 'i386-redhat-linux-windres' or 'i386-redhat-linux-windres' or 'windres' : not required. [DEBUG] 'i386-build_redhat-linux-gnu-ar' -> '/usr/bin/ar' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-ar' [DEBUG] 'i386-build_redhat-linux-gnu-as' -> '/usr/bin/as' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-as' [DEBUG] Missing: 'i386-redhat-linux-dlltool' or 'i386-redhat-linux-dlltool' or 'dlltool' : not required. [DEBUG] 'i386-build_redhat-linux-gnu-gcc' -> '/usr/bin/i386-redhat-linux-gcc' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-gcc' [DEBUG] 'i386-build_redhat-linux-gnu-g++' -> '/usr/bin/i386-redhat-linux-g++' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-g++' [DEBUG] 'i386-build_redhat-linux-gnu-gcj' -> '/usr/bin/gcj' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-gcj' [DEBUG] Missing: 'i386-redhat-linux-gnatbind' or 'i386-redhat-linux-gnatbind' or 'gnatbind' : not required. [DEBUG] Missing: 'i386-redhat-linux-gnatmake' or 'i386-redhat-linux-gnatmake' or 'gnatmake' : not required. [DEBUG] 'i386-build_redhat-linux-gnu-ld' -> '/usr/bin/ld' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-ld' [DEBUG] 'i386-build_redhat-linux-gnu-nm' -> '/usr/bin/nm' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-nm' [DEBUG] 'i386-build_redhat-linux-gnu-objcopy' -> '/usr/bin/objcopy' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-objcopy' [DEBUG] 'i386-build_redhat-linux-gnu-objdump' -> '/usr/bin/objdump' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-objdump' [DEBUG] 'i386-build_redhat-linux-gnu-ranlib' -> '/usr/bin/ranlib' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-ranlib' [DEBUG] 'i386-build_redhat-linux-gnu-strip' -> '/usr/bin/strip' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/i386-build_redhat-linux-gnu-strip' [DEBUG] Missing: 'i386-redhat-linux-windres' or 'i386-redhat-linux-windres' or 'windres' : not required. [DEBUG] 'makeinfo' -> '/usr/bin/makeinfo' [DEBUG] ==> Executing: 'chmod 700 /home/uclinux/x-tools/arm-unknown-linux-gnueabi/buildtools/makeinfo' [EXTRA] Installing user-supplied crosstool-NG configuration [DEBUG] ==> Executing: 'mkdir -p /home/uclinux/x-tools/arm-unknown-linux-gnueabi/bin' [DEBUG] ==> Executing: 'install -m 0755 /home/uclinux/ng-build/lib/ct-ng-1.5.3/scripts/toolchain-config.in /home/uclinux/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ct-ng.config' [DEBUG] ==> Executing: 'sed -r -i -e s,@@grep@@,"/bin/grep",; /home/uclinux/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ct-ng.config' [EXTRA] ================================================================= [EXTRA] Dumping internal crosstool-NG configuration [EXTRA] Building a toolchain for: [EXTRA] build = i386-redhat-linux [EXTRA] host = i386-redhat-linux [EXTRA] target = arm-unknown-linux-gnueabi [DEBUG] CT_ARCH=arm [DEBUG] CT_ARCH_ARCH= [DEBUG] CT_ARCH_ARM_EABI=y [DEBUG] CT_ARCH_BINFMT_ELF=y [DEBUG] CT_ARCH_CPU= [DEBUG] CT_ARCH_DEFAULT_LE=y [DEBUG] CT_ARCH_ENDIAN_CFLAG=-mlittle-endian [DEBUG] CT_ARCH_ENDIAN_LDFLAG=-EL [DEBUG] CT_ARCH_FLOAT_CFLAG=-msoft-float [DEBUG] CT_ARCH_FLOAT_SW=y [DEBUG] CT_ARCH_FPU= [DEBUG] CT_ARCH_LE=y [DEBUG] CT_ARCH_SUPPORTS_BOTH_ENDIAN=y [DEBUG] CT_ARCH_SUPPORT_ARCH=y [DEBUG] CT_ARCH_SUPPORT_CPU=y [DEBUG] CT_ARCH_SUPPORT_FPU=y [DEBUG] CT_ARCH_SUPPORT_TUNE=y [DEBUG] CT_ARCH_TARGET_CFLAGS=' -mlittle-endian -msoft-float' [DEBUG] CT_ARCH_TARGET_LDFLAGS=' -EL' [DEBUG] CT_ARCH_TUNE= [DEBUG] CT_ARCH_USE_MMU=y [DEBUG] CT_ARCH_WITH_FLOAT=--with-float=soft [DEBUG] CT_ARCH_arm=y [DEBUG] CT_BINUTILS_EXTRA_CONFIG= [DEBUG] CT_BINUTILS_FOR_TARGET=y [DEBUG] CT_BINUTILS_FOR_TARGET_BFD=y [DEBUG] CT_BINUTILS_FOR_TARGET_IBERTY=y [DEBUG] CT_BINUTILS_VERSION=2.19.1 [DEBUG] CT_BINUTILS_V_2_19_1=y [DEBUG] CT_BIN_OVERIDE_DIR=/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/bin [DEBUG] CT_BUILD=i386-build_redhat-linux-gnu [DEBUG] CT_BUILD_DIR=/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/arm-unknown-linux-gnueabi/build [DEBUG] CT_BUILD_PREFIX= [DEBUG] CT_BUILD_SUFFIX= [DEBUG] CT_CC=gcc [DEBUG] CT_CC_BUGURL= [DEBUG] CT_CC_CORE_EXTRA_CONFIG=' ' [DEBUG] CT_CC_CORE_SHARED_PREFIX_DIR=/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/arm-unknown-linux-gnueabi/build/gcc-core-shared [DEBUG] CT_CC_CORE_STATIC_PREFIX_DIR=/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/arm-unknown-linux-gnueabi/build/gcc-core-static [DEBUG] CT_CC_CXA_ATEXIT=y [DEBUG] CT_CC_ENABLE_CXX_FLAGS= [DEBUG] CT_CC_EXTRA_CONFIG=' ' [DEBUG] CT_CC_GCC_4_3_or_later=y [DEBUG] CT_CC_LANG_CXX=y [DEBUG] CT_CC_LANG_FORTRAN=y [DEBUG] CT_CC_LANG_JAVA=y [DEBUG] CT_CC_LANG_JAVA_USE_ECJ=y [DEBUG] CT_CC_PKGVERSION=crosstool-NG-1.5.3 [DEBUG] CT_CC_SJLJ_EXCEPTIONS_DONT_USE=y [DEBUG] CT_CC_SUPPORT_ADA=y [DEBUG] CT_CC_SUPPORT_CXX=y [DEBUG] CT_CC_SUPPORT_FORTRAN=y [DEBUG] CT_CC_SUPPORT_JAVA=y [DEBUG] CT_CC_SUPPORT_OBJC=y [DEBUG] CT_CC_SUPPORT_OBJCXX=y [DEBUG] CT_CC_VERSION=4.3.2 [DEBUG] CT_CC_V_4_3_2=y [DEBUG] CT_CC_gcc=y [DEBUG] CT_CFLAGS_FOR_HOST=' -pipe' [DEBUG] CT_COMP_LIBS_TARGET=y [DEBUG] CT_CONFIG_DIR=/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/arm-unknown-linux-gnueabi/build/configs [DEBUG] CT_CONFIG_SHELL=bash [DEBUG] CT_CONFIG_SHELL_BASH=y [DEBUG] CT_CONNECT_TIMEOUT=10 [DEBUG] CT_CROSS=y [DEBUG] CT_DEBUGROOT_DIR=/home/uclinux/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi//debug-root [DEBUG] CT_DEBUG_FACILITY_LIST=' dmalloc duma gdb ltrace strace' [DEBUG] CT_DEBUG_dmalloc=y [DEBUG] CT_DEBUG_duma=y [DEBUG] CT_DEBUG_gdb=y [DEBUG] CT_DEBUG_ltrace=y [DEBUG] CT_DEBUG_strace=y [DEBUG] CT_DMALLOC_VERSION=5.5.2 [DEBUG] CT_DMALLOC_V_5_5_2=y [DEBUG] CT_DOC_DIR=/home/uclinux/ng-build/share/doc/ct-ng-1.5.3 [DEBUG] CT_DUMA_A=y [DEBUG] CT_DUMA_SO=y [DEBUG] CT_DUMA_VERSION=2_5_14 [DEBUG] CT_DUMA_V_2_5_14=y [DEBUG] CT_GDB_CROSS=y [DEBUG] CT_GDB_GDBSERVER=y [DEBUG] CT_GDB_GDBSERVER_STATIC=y [DEBUG] CT_GDB_NATIVE=y [DEBUG] CT_GDB_NATIVE_USE_GMP_MPFR=y [DEBUG] CT_GDB_VERSION=6.8 [DEBUG] CT_GDB_V_6_8=y [DEBUG] CT_GMP_MPFR=y [DEBUG] CT_GMP_VERSION=4.2.4 [DEBUG] CT_GMP_V_4_2_4=y [DEBUG] CT_HEADERS_DIR=/home/uclinux/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi//sys-root/usr/include [DEBUG] CT_HOST=i386-build_redhat-linux-gnu [DEBUG] CT_INSTALL_DIR=/home/uclinux/x-tools/arm-unknown-linux-gnueabi [DEBUG] CT_INSTALL_DIR_RO=y [DEBUG] CT_KERNEL=linux [DEBUG] CT_KERNEL_ARCH=arm [DEBUG] CT_KERNEL_LINUX_INSTALL=y [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=2.6.31.1 [DEBUG] CT_KERNEL_V_2_6_31_1=y [DEBUG] CT_KERNEL_linux=y [DEBUG] CT_LIBC=glibc [DEBUG] CT_LIBC_ADDONS_LIST= [DEBUG] CT_LIBC_EXTRA_CC_ARGS= [DEBUG] CT_LIBC_GLIBC_2_8_or_later=y [DEBUG] CT_LIBC_GLIBC_CONFIGPARMS= [DEBUG] CT_LIBC_GLIBC_CVS=y [DEBUG] CT_LIBC_GLIBC_CVS_date=2009-03-29 [DEBUG] CT_LIBC_GLIBC_EXTRA_CFLAGS= [DEBUG] CT_LIBC_GLIBC_EXTRA_CONFIG= [DEBUG] CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y [DEBUG] CT_LIBC_GLIBC_MIN_KERNEL=2.6.31.1 [DEBUG] CT_LIBC_GLIBC_USE_PORTS=y [DEBUG] CT_LIBC_SUPPORT_LINUXTHREADS=y [DEBUG] CT_LIBC_SUPPORT_NPTL=y [DEBUG] CT_LIBC_VERSION=2.9 [DEBUG] CT_LIBC_V_2_9=y [DEBUG] CT_LIBC_glibc=y [DEBUG] CT_LIBELF_VERSION=0.8.11 [DEBUG] CT_LIBELF_V_0_8_11=y [DEBUG] CT_LIB_DIR=/home/uclinux/ng-build/lib/ct-ng-1.5.3 [DEBUG] CT_LOAD=0 [DEBUG] CT_LOCAL_TARBALLS_DIR=/home/uclinux/src [DEBUG] CT_LOG_EXTRA=y [DEBUG] CT_LOG_FILE=/home/uclinux/x-tools/arm-unknown-linux-gnueabi/build.log [DEBUG] CT_LOG_FILE_COMPRESS=y [DEBUG] CT_LOG_LEVEL_ALL=5 [DEBUG] CT_LOG_LEVEL_DEBUG=4 [DEBUG] CT_LOG_LEVEL_ERROR=0 [DEBUG] CT_LOG_LEVEL_EXTRA=3 [DEBUG] CT_LOG_LEVEL_INFO=2 [DEBUG] CT_LOG_LEVEL_MAX=EXTRA [DEBUG] CT_LOG_LEVEL_WARN=1 [DEBUG] CT_LOG_PROGRESS_BAR=y [DEBUG] CT_LOG_TO_FILE=y [DEBUG] CT_LTRACE_VERSION=0.5 [DEBUG] CT_LTRACE_V_0_5=y [DEBUG] CT_MIRROR_BASE_URL=http://ymorin.is-a-geek.org/mirrors/ [DEBUG] CT_MPFR_VERSION=2.4.1 [DEBUG] CT_MPFR_V_2_4_1=y [DEBUG] CT_NCURSES_VERSION=5.7 [DEBUG] CT_NCURSES_V_5_7=y [DEBUG] CT_NG=/home/uclinux/ng-build/bin/ct-ng [DEBUG] CT_NICE=0 [DEBUG] CT_OVERIDE_CONFIG_GUESS_SUB=y [DEBUG] CT_PARALLEL_JOBS=1 [DEBUG] CT_PATCH_BUNDLED=y [DEBUG] CT_PATCH_ORDER=bundled [DEBUG] CT_PREFIX_DIR=/home/uclinux/x-tools/arm-unknown-linux-gnueabi [DEBUG] CT_REAL_BUILD=i386-redhat-linux [DEBUG] CT_REAL_HOST=i386-redhat-linux [DEBUG] CT_REAL_TARGET=arm-unknown-linux-gnueabi [DEBUG] CT_RESTART= [DEBUG] CT_SAVE_TARBALLS=y [DEBUG] CT_SHARED_LIBS=y [DEBUG] CT_SHELL=/bin/bash [DEBUG] CT_SRC_DIR=/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/src [DEBUG] CT_SSTRIP_BUILDROOT=y [DEBUG] CT_SSTRIP_FROM=buildroot [DEBUG] CT_STAR_DATE=1270549381022375578 [DEBUG] CT_STAR_DATE_HUMAN=20100406.155301 [DEBUG] CT_STATE_DIR=/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/arm-unknown-linux-gnueabi/state [DEBUG] CT_STEPS='libc_check_config kernel_headers gmp mpfr ppl cloog mpc binutils elf2flt cc_core_pass_1 libc_headers libc_start_files cc_core_pass_2 libc cc libc_finish gmp_target mpfr_target binutils_target tools debug finish ' [DEBUG] CT_STEP_COUNT=2 [DEBUG] CT_STEP_LEVEL=([2]="EXTRA") [DEBUG] CT_STEP_MESSAGE=([1]="<none>" [2]="Dumping internal crosstool-NG configuration") [DEBUG] CT_STEP_START=([2]="1270549381746831529") [DEBUG] CT_STOP= [DEBUG] CT_STRACE_VERSION=4.5.17 [DEBUG] CT_STRACE_V_4_5_17=y [DEBUG] CT_SYSROOT_DIR=/home/uclinux/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi//sys-root [DEBUG] CT_SYSROOT_DIR_PREFIX= [DEBUG] CT_SYS_GCC=4.1.1 [DEBUG] CT_SYS_HOSTNAME=localhost.localdomain [DEBUG] CT_SYS_KERNEL=Linux [DEBUG] CT_SYS_MACHINE=i686 [DEBUG] CT_SYS_OS=GNU/Linux [DEBUG] CT_SYS_PROCESSOR=i686 [DEBUG] CT_SYS_REVISION=2.6.18-92.1.22.el5 [DEBUG] CT_SYS_TARGET=i686-pc-linux-gnu [DEBUG] CT_SYS_USER=uclinux [DEBUG] CT_TARBALLS_DIR=/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/tarballs [DEBUG] CT_TARGET=arm-unknown-linux-gnueabi [DEBUG] CT_TARGET_ALIAS= [DEBUG] CT_TARGET_ALIAS_SED_EXPR= [DEBUG] CT_TARGET_ARCH=arm [DEBUG] CT_TARGET_CFLAGS=' -mlittle-endian -msoft-float ' [DEBUG] CT_TARGET_KERNEL=linux [DEBUG] CT_TARGET_LDFLAGS=' -EL ' [DEBUG] CT_TARGET_SYS=gnueabi [DEBUG] CT_TARGET_VENDOR=unknown [DEBUG] CT_THREADS=nptl [DEBUG] CT_THREADS_NPTL=y [DEBUG] CT_TOOLCHAIN_ID='crosstool-1.5.3 build 20100406.155301 by uclinux@localhost.localdomain' [DEBUG] CT_TOOLCHAIN_TYPE=cross [DEBUG] CT_TOOLS_FACILITY_LIST=' libelf sstrip' [DEBUG] CT_TOOLS_WRAPPER=script [DEBUG] CT_TOOLS_WRAPPER_SCRIPT=y [DEBUG] CT_TOOL_libelf=y [DEBUG] CT_TOOL_sstrip=y [DEBUG] CT_TOP_DIR=/home/uclinux/crosstool-ng/crosstool-ng-1.5.3 [DEBUG] CT_USE_MIRROR=y [DEBUG] CT_USE_PIPES=y [DEBUG] CT_USE_SYSROOT=y [DEBUG] CT_VERSION=1.5.3 [DEBUG] CT_WORK_DIR=/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets [DEBUG] CT_WRAPPER_NEEDED=y [EXTRA] Dumping internal crosstool-NG configuration: done in 0.08s (at 00:01) [INFO ] ================================================================= [INFO ] Retrieving needed toolchain components' tarballs [DEBUG] Trying to retrieve an already downloaded copy of 'linux-2.6.31.1' [DEBUG] Trying '/home/uclinux/src/linux-2.6.31.1.tar.bz2' [DEBUG] Got 'linux-2.6.31.1' from local storage [DEBUG] ==> Executing: 'ln -s /home/uclinux/src/linux-2.6.31.1.tar.bz2 /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/tarballs/linux-2.6.31.1.tar.bz2' [DEBUG] Trying to retrieve an already downloaded copy of 'gmp-4.2.4' [DEBUG] Trying '/home/uclinux/src/gmp-4.2.4.tar.bz2' [DEBUG] Got 'gmp-4.2.4' from local storage [DEBUG] ==> Executing: 'ln -s /home/uclinux/src/gmp-4.2.4.tar.bz2 /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/tarballs/gmp-4.2.4.tar.bz2' [DEBUG] Trying to retrieve an already downloaded copy of 'mpfr-2.4.1' [DEBUG] Trying '/home/uclinux/src/mpfr-2.4.1.tar.bz2' [DEBUG] Got 'mpfr-2.4.1' from local storage [DEBUG] ==> Executing: 'ln -s /home/uclinux/src/mpfr-2.4.1.tar.bz2 /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/tarballs/mpfr-2.4.1.tar.bz2' [DEBUG] Trying to retrieve an already downloaded copy of 'binutils-2.19.1' [DEBUG] Trying '/home/uclinux/src/binutils-2.19.1.tar.bz2' [DEBUG] Got 'binutils-2.19.1' from local storage [DEBUG] ==> Executing: 'ln -s /home/uclinux/src/binutils-2.19.1.tar.bz2 /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/tarballs/binutils-2.19.1.tar.bz2' [DEBUG] Trying to retrieve an already downloaded copy of 'gcc-4.3.2' [DEBUG] Trying '/home/uclinux/src/gcc-4.3.2.tar.bz2' [DEBUG] Got 'gcc-4.3.2' from local storage [DEBUG] ==> Executing: 'ln -s /home/uclinux/src/gcc-4.3.2.tar.bz2 /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/tarballs/gcc-4.3.2.tar.bz2' [DEBUG] Trying to retrieve an already downloaded copy of 'ecj-latest' [DEBUG] Trying '/home/uclinux/src/ecj-latest.jar' [DEBUG] Trying '/home/uclinux/src/ecj-latest.tar.bz2' [DEBUG] Trying '/home/uclinux/src/ecj-latest.tar.gz' [DEBUG] Trying '/home/uclinux/src/ecj-latest.tgz' [DEBUG] Trying '/home/uclinux/src/ecj-latest.tar' [DEBUG] Trying '/home/uclinux/src/ecj-latest' [EXTRA] Retrieving 'ecj-latest' [DEBUG] Appending LAN mirror URLs [DEBUG] Trying 'ftp://gcc.gnu.org/pub/java/ecj-latest.jar' [DEBUG] ==> Executing: 'wget -T 10 -nc --progress=dot:binary --tries=3 --passive-ftp ftp://gcc.gnu.org/pub/java/ecj-latest.jar' [ALL ] --15:53:01-- ftp://gcc.gnu.org/pub/java/ecj-latest.jar [ALL ] => `ecj-latest.jar' [ALL ] Resolving gcc.gnu.org... 209.132.180.131 [ALL ] Connecting to gcc.gnu.org|209.132.180.131|:21... connected. [ALL ] Logging in as anonymous ... Logged in! [ALL ] ==> SYST ... done. ==> PWD ... done. [ALL ] ==> TYPE I ... done. ==> CWD /pub/java ... done. [ALL ] ==> SIZE ecj-latest.jar ... 1470676 [ALL ] ==> PASV ... done. ==> RETR ecj-latest.jar ... done. [ALL ] Length: 1470676 (1.4M) [ALL ] [ALL ] 0K ................ ................ ................ 26% 15.6K 67s [ALL ] 384K ................ ................ ................ 53% 9.03K 58s [ALL ] 768K ................ ................ ................ 80% 19.7K 21s [ALL ] 1152K ................ ................ ... 100% 24.8K=98s [ALL ] [ALL ] 15:54:45 (14.6 KB/s) - `ecj-latest.jar' saved [1470676] [ALL ] [DEBUG] Got 'ecj-latest' from the Internet [EXTRA] Saving 'ecj-latest.jar' to local storage [DEBUG] ==> Executing: 'rm -f /home/uclinux/src/ecj-latest.jar' [DEBUG] ==> Executing: 'mv -f /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/tarballs/ecj-latest.jar /home/uclinux/src' [DEBUG] ==> Executing: 'ln -s /home/uclinux/src/ecj-latest.jar /home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/tarballs/ecj-latest.jar' [DEBUG] Trying to retrieve an already downloaded copy of 'glibc-cvs-2.9' [DEBUG] Trying '/home/uclinux/src/glibc-cvs-2.9.tar.bz2' [DEBUG] Trying '/home/uclinux/src/glibc-cvs-2.9.tar.gz' [DEBUG] Trying '/home/uclinux/src/glibc-cvs-2.9.tgz' [DEBUG] Trying '/home/uclinux/src/glibc-cvs-2.9.tar' [DEBUG] Trying '/home/uclinux/src/glibc-cvs-2.9' [EXTRA] Retrieving 'glibc-cvs-2.9' [DEBUG] Made temporary directory '/home/uclinux/crosstool-ng/crosstool-ng-1.5.3/targets/arm-unknown-linux-gnueabi/build/tmp.A21958' [DEBUG] ==> Executing: 'cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc co -P -r glibc-2_9-branch:2009-03-29 libc' [ALL ] cvs [checkout aborted]: no such tag glibc-2_9-branch:2009-03-29 [ERROR] Build failed in step 'Retrieving needed toolchain components' tarballs' [ERROR] Error happened in '/home/uclinux/ng-build/lib/ct-ng-1.5.3/scripts/functions' in function 'CT_DoExecLog' (line unknown, sorry) [ERROR] called from '/home/uclinux/ng-build/lib/ct-ng-1.5.3/scripts/functions' at line # 501 in function 'CT_GetCVS' [ERROR] called from '/home/uclinux/ng-build/lib/ct-ng-1.5.3/scripts/build/libc/glibc.sh' at line # 34 in function 'do_libc_get' [ERROR] called from '/home/uclinux/ng-build/lib/ct-ng-1.5.3/scripts/crosstool-NG.sh' at line # 499 in function 'main' [ERROR] Look at '/home/uclinux/x-tools/arm-unknown-linux-gnueabi/build.log' for more info on this error. [ERROR] (elapsed: 7:59.41)
-- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |