This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG 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]

Re: Crosstool-ng compilation falls into a loop and fails to generate complete toolchain


Further the version crosstool-ng used is 1.17 and i'm building glibc toolchain.

Thanks & Regards
R.Vasanth Ragavendran.

On Mon, Mar 25, 2013 at 5:46 PM, Vasanth Ragavendran
<ragavendra.2007@gmail.com> wrote:
> Hi
>
> I am using crosstool-ng for generating toolchain needed for my atom
> processor x86_64 board. I am using buildroot to select the
> crosstool-ng to generate a complete image along with compiling the
> tool chain. I am running the buildroot from ubuntu 12.04 64bit running
> in virtualbox.. First i tried to generate a 64bit toolchain for my
> atom board it failed saying that the build failed in "Installing C
> library headers & start files". I tried multiple times but of no use.
> So tried compiling a 32bit toolchain for my target board and the issue
> seems to be similar just that this it doesn't fail it just keep
> looping in the step of "Installing C library headers & start files".
> Attaching the build.log and .config file used by the crosstool-ng.
> Kindly help me out. I looked into the log but seemed okay to me?! In
> the build.log towards the end there will be repetitive messages.
>
> The .config file used by the crosstool-ng is as below
> #
> # Automatically generated make config: don't edit
> # crosstool-NG 1.17.0 Configuration
> # Mon Mar 25 15:01:25 2013
> #
> CT_CONFIGURE_has_xz=y
> CT_BACKEND=y
> CT_MODULES=y
>
> #
> # Paths and misc options
> #
>
> #
> # crosstool-NG behavior
> #
> # CT_OBSOLETE is not set
> # CT_EXPERIMENTAL is not set
>
> #
> # Paths
> #
> CT_LOCAL_TARBALLS_DIR="/home/rvragav/project/c1390-poc/buildroot-2013.02/dl"
> CT_SAVE_TARBALLS=y
> CT_WORK_DIR="${CT_TOP_DIR}/.build"
> CT_PREFIX_DIR="/home/rvragav/project/c1390-poc/buildroot-2013.02/output/host/usr"
> CT_INSTALL_DIR="${CT_PREFIX_DIR}"
> CT_REMOVE_DOCS=y
> # CT_INSTALL_DIR_RO is not set
> # CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES is not set
>
> #
> # Downloading
> #
> # CT_FORBID_DOWNLOAD is not set
> # CT_FORCE_DOWNLOAD is not set
> CT_CONNECT_TIMEOUT=10
> # CT_ONLY_DOWNLOAD is not set
> # CT_USE_MIRROR is not set
>
> #
> # Extracting
> #
> # CT_FORCE_EXTRACT is not set
> CT_OVERIDE_CONFIG_GUESS_SUB=y
> # CT_ONLY_EXTRACT is not set
> CT_PATCH_BUNDLED=y
> # CT_PATCH_LOCAL is not set
> # CT_PATCH_BUNDLED_LOCAL is not set
> # CT_PATCH_LOCAL_BUNDLED is not set
> # CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set
> # CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set
> # CT_PATCH_NONE is not set
> CT_PATCH_ORDER="bundled"
>
> #
> # Build behavior
> #
>
> #
> # Build options hiden
> #
> CT_PARALLEL_JOBS=0
> CT_LOAD=0
> CT_USE_PIPES=y
> CT_EXTRA_FLAGS_FOR_HOST=""
> CT_CONFIG_SHELL_CUSTOM_PATH="/bin/sh"
> CT_CONFIG_SHELL="/bin/sh"
>
> #
> # Logging
> #
> # CT_LOG_ERROR is not set
> # CT_LOG_WARN is not set
> # CT_LOG_INFO is not set
> # CT_LOG_EXTRA is not set
> CT_LOG_ALL=y
> # CT_LOG_DEBUG is not set
> CT_LOG_LEVEL_MAX="ALL"
> # CT_LOG_SEE_TOOLS_WARN is not set
> CT_LOG_TO_FILE=y
> CT_LOG_FILE_COMPRESS=y
>
> #
> # Target options
> #
> CT_ARCH="x86"
> CT_ARCH_SUPPORTS_32=y
> CT_ARCH_SUPPORTS_64=y
> CT_ARCH_SUPPORTS_WITH_ARCH=y
> CT_ARCH_SUPPORTS_WITH_CPU=y
> CT_ARCH_SUPPORTS_WITH_TUNE=y
> CT_ARCH_DEFAULT_32=y
> CT_ARCH_ARCH="atom"
> CT_ARCH_CPU=""
> CT_ARCH_TUNE="atom"
> CT_ARCH_32=y
> # CT_ARCH_64 is not set
> CT_ARCH_BITNESS=32
> CT_TARGET_CFLAGS=""
> CT_TARGET_LDFLAGS=""
> CT_ARCH_x86=y
> CT_ARCH_x86_AVAILABLE=y
>
> #
> # Generic target options
> #
> CT_ARCH_USE_MMU=y
>
> #
> # Target optimisations
> #
> CT_ARCH_FLOAT=""
>
> #
> # Toolchain options
> #
>
> #
> # General toolchain options
> #
> CT_FORCE_SYSROOT=y
> CT_USE_SYSROOT=y
> CT_SYSROOT_NAME="sysroot"
> CT_SYSROOT_DIR_PREFIX=""
> CT_WANTS_STATIC_LINK=y
> CT_TOOLCHAIN_PKGVERSION="buildroot 2013.02"
> CT_TOOLCHAIN_BUGURL=""
>
> #
> # Tuple completion and aliasing
> #
> CT_TARGET_VENDOR="buildroot"
> CT_TARGET_ALIAS_SED_EXPR=""
> CT_TARGET_ALIAS="i686-linux"
>
> #
> # Toolchain type
> #
> CT_CROSS=y
> CT_TOOLCHAIN_TYPE="cross"
>
> #
> # Build system
> #
> CT_BUILD=""
> CT_BUILD_PREFIX=""
> CT_BUILD_SUFFIX=""
>
> #
> # Misc options
> #
> # CT_TOOLCHAIN_ENABLE_NLS is not set
>
> #
> # Operating System
> #
> CT_KERNEL_SUPPORTS_SHARED_LIBS=y
> CT_KERNEL="linux"
> CT_KERNEL_VERSION="3.7.8"
> CT_KERNEL_linux=y
> CT_KERNEL_linux_AVAILABLE=y
> CT_KERNEL_V_3_7_8=y
> # CT_KERNEL_V_3_6_3 is not set
> # CT_KERNEL_V_3_6_2 is not set
> # CT_KERNEL_V_3_6_1 is not set
> # CT_KERNEL_V_3_6 is not set
> # CT_KERNEL_V_3_5_7 is not set
> # CT_KERNEL_V_3_4_15 is not set
> # CT_KERNEL_V_3_3_8 is not set
> # CT_KERNEL_V_3_2_32 is not set
> # CT_KERNEL_V_3_1_10 is not set
> # CT_KERNEL_V_3_0_48 is not set
> # CT_KERNEL_V_2_6_39_4 is not set
> # CT_KERNEL_V_2_6_38_8 is not set
> # CT_KERNEL_V_2_6_37_6 is not set
> # CT_KERNEL_V_2_6_36_4 is not set
> # CT_KERNEL_V_2_6_33_20 is not set
> # CT_KERNEL_V_2_6_32_60 is not set
> # CT_KERNEL_V_2_6_31_14 is not set
> # CT_KERNEL_V_2_6_27_62 is not set
> # CT_KERNEL_LINUX_CUSTOM is not set
>
> #
> # Common kernel options
> #
> CT_SHARED_LIBS=y
>
> #
> # linux other options
> #
> CT_KERNEL_LINUX_VERBOSITY_0=y
> # CT_KERNEL_LINUX_VERBOSITY_1 is not set
> # CT_KERNEL_LINUX_VERBOSITY_2 is not set
> CT_KERNEL_LINUX_VERBOSE_LEVEL=0
> CT_KERNEL_LINUX_INSTALL_CHECK=y
>
> #
> # Binary utilities
> #
> CT_ARCH_BINFMT_ELF=y
>
> #
> # GNU binutils
> #
> # CT_BINUTILS_V_2_21_1a is not set
> CT_BINUTILS_V_2_20_1a=y
> # CT_BINUTILS_V_2_19_1a is not set
> # CT_BINUTILS_V_2_18a is not set
> CT_BINUTILS_VERSION="2.20.1a"
> CT_BINUTILS_2_20_or_later=y
> CT_BINUTILS_2_19_or_later=y
> CT_BINUTILS_2_18_or_later=y
> CT_BINUTILS_HAS_HASH_STYLE=y
> CT_BINUTILS_GOLD_SUPPORTS_ARCH=y
> CT_BINUTILS_HAS_PKGVERSION_BUGURL=y
> CT_BINUTILS_FORCE_LD_BFD=y
> CT_BINUTILS_LINKER_LD=y
> CT_BINUTILS_LINKERS_LIST="ld"
> CT_BINUTILS_LINKER_DEFAULT="bfd"
> CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
>
> #
> # C compiler
> #
> CT_CC="gcc"
> CT_CC_VERSION="4.6.3"
> CT_CC_gcc=y
> # CT_CC_V_4_7_2 is not set
> CT_CC_V_4_6_3=y
> # CT_CC_V_4_6_2 is not set
> # CT_CC_V_4_6_1 is not set
> # CT_CC_V_4_6_0 is not set
> # CT_CC_V_4_5_3 is not set
> # CT_CC_V_4_5_2 is not set
> # CT_CC_V_4_5_1 is not set
> # CT_CC_V_4_5_0 is not set
> # CT_CC_V_4_4_7 is not set
> # CT_CC_V_4_4_6 is not set
> # CT_CC_V_4_4_5 is not set
> # CT_CC_V_4_4_4 is not set
> # CT_CC_V_4_4_3 is not set
> # CT_CC_V_4_4_2 is not set
> # CT_CC_V_4_4_1 is not set
> # CT_CC_V_4_4_0 is not set
> # CT_CC_V_4_3_6 is not set
> # CT_CC_V_4_3_5 is not set
> # CT_CC_V_4_3_4 is not set
> # CT_CC_V_4_3_3 is not set
> # CT_CC_V_4_3_2 is not set
> # CT_CC_V_4_3_1 is not set
> # CT_CC_V_4_2_4 is not set
> # CT_CC_V_4_2_2 is not set
> CT_CC_GCC_4_2_or_later=y
> CT_CC_GCC_4_3_or_later=y
> CT_CC_GCC_4_4_or_later=y
> CT_CC_GCC_4_5_or_later=y
> CT_CC_GCC_4_6=y
> CT_CC_GCC_4_6_or_later=y
> CT_CC_GCC_HAS_GRAPHITE=y
> CT_CC_GCC_HAS_LTO=y
> CT_CC_GCC_HAS_PKGVERSION_BUGURL=y
> CT_CC_GCC_HAS_BUILD_ID=y
> CT_CC_GCC_USE_GMP_MPFR=y
> CT_CC_GCC_USE_PPL_CLOOG=y
> CT_CC_GCC_USE_MPC=y
> CT_CC_GCC_HAS_LIBQUADMATH=y
> # CT_CC_LANG_FORTRAN is not set
> CT_CC_SUPPORT_CXX=y
> CT_CC_SUPPORT_FORTRAN=y
> CT_CC_SUPPORT_JAVA=y
> CT_CC_SUPPORT_ADA=y
> CT_CC_SUPPORT_OBJC=y
> CT_CC_SUPPORT_OBJCXX=y
>
> #
> # Additional supported languages:
> #
> CT_CC_LANG_CXX=y
> # CT_CC_LANG_JAVA is not set
>
> #
> # gcc other options
> #
> CT_CC_ENABLE_CXX_FLAGS=""
> CT_CC_CORE_EXTRA_CONFIG_ARRAY="--disable-decimal-float"
> CT_CC_EXTRA_CONFIG_ARRAY="--disable-decimal-float"
> CT_CC_STATIC_LIBSTDCXX=y
>
> #
> # Optimisation features
> #
> CT_CC_GCC_USE_GRAPHITE=y
> CT_CC_GCC_USE_LTO=y
>
> #
> # Settings for libraries running on target
> #
> CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
> # CT_CC_GCC_LIBMUDFLAP is not set
> # CT_CC_GCC_LIBGOMP is not set
> # CT_CC_GCC_LIBSSP is not set
> # CT_CC_GCC_LIBQUADMATH is not set
>
> #
> # Misc. obscure options.
> #
> CT_CC_CXA_ATEXIT=y
> # CT_CC_GCC_DISABLE_PCH is not set
> CT_CC_GCC_SJLJ_EXCEPTIONS=m
> CT_CC_GCC_LDBL_128=m
> # CT_CC_GCC_BUILD_ID is not set
>
> #
> # C-library
> #
> CT_LIBC="glibc"
> CT_LIBC_VERSION="2.14.1"
> CT_LIBC_glibc=y
> CT_LIBC_glibc_AVAILABLE=y
> CT_LIBC_GLIBC_V_2_14_1=y
> # CT_LIBC_GLIBC_V_2_14 is not set
> # CT_LIBC_GLIBC_V_2_13 is not set
> # CT_LIBC_GLIBC_V_2_12_2 is not set
> # CT_LIBC_GLIBC_V_2_12_1 is not set
> # CT_LIBC_GLIBC_V_2_11_1 is not set
> # CT_LIBC_GLIBC_V_2_11 is not set
> # CT_LIBC_GLIBC_V_2_10_1 is not set
> # CT_LIBC_GLIBC_V_2_9 is not set
> # CT_LIBC_GLIBC_V_2_8 is not set
> CT_LIBC_SUPPORT_THREADS_ANY=y
> CT_LIBC_SUPPORT_NPTL=y
> CT_THREADS="nptl"
>
> #
> # Common C library options
> #
> CT_THREADS_NPTL=y
> CT_LIBC_XLDD=y
> CT_LIBC_glibc_familly=y
> CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY=""
> CT_LIBC_GLIBC_CONFIGPARMS=""
> CT_LIBC_GLIBC_EXTRA_CFLAGS=""
> CT_LIBC_EXTRA_CC_ARGS=""
> # CT_LIBC_DISABLE_VERSIONING is not set
> CT_LIBC_OLDEST_ABI=""
> CT_LIBC_GLIBC_FORCE_UNWIND=y
> CT_LIBC_GLIBC_USE_PORTS=y
> CT_LIBC_ADDONS_LIST=""
> # CT_LIBC_LOCALES is not set
> # CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
> CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS=y
> # CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN is not set
> CT_LIBC_GLIBC_MIN_KERNEL="3.6.3"
>
> #
> # glibc other options
> #
>
> #
> # WARNING !!!
> #
>
> #
> #   For glibc >= 2.8, it can happen that the tarballs
> #
>
> #
> #   for the addons are not available for download.
> #
>
> #
> #   If that happens, bad luck... Try a previous version
> #
>
> #
> #   or try again later... :-(
> #
>
> #
> # Debug facilities
> #
> # CT_DEBUG_gdb is not set
>
> #
> # Companion libraries
> #
> CT_COMPLIBS_NEEDED=y
> CT_GMP_NEEDED=y
> CT_MPFR_NEEDED=y
> CT_PPL_NEEDED=y
> CT_CLOOG_NEEDED=y
> CT_MPC_NEEDED=y
> CT_COMPLIBS=y
> CT_GMP=y
> CT_MPFR=y
> CT_PPL=y
> CT_CLOOG=y
> CT_MPC=y
> # CT_GMP_V_5_0_2 is not set
> # CT_GMP_V_5_0_1 is not set
> CT_GMP_V_4_3_2=y
> # CT_GMP_V_4_3_1 is not set
> # CT_GMP_V_4_3_0 is not set
> CT_GMP_VERSION="4.3.2"
> # CT_MPFR_V_3_1_0 is not set
> # CT_MPFR_V_3_0_1 is not set
> # CT_MPFR_V_3_0_0 is not set
> CT_MPFR_V_2_4_2=y
> # CT_MPFR_V_2_4_1 is not set
> # CT_MPFR_V_2_4_0 is not set
> CT_MPFR_VERSION="2.4.2"
> CT_PPL_V_0_11_2=y
> # CT_PPL_V_0_11_1 is not set
> # CT_PPL_V_0_11 is not set
> # CT_PPL_V_0_10_2 is not set
> CT_PPL_VERSION="0.11.2"
> CT_PPL_0_11=y
> CT_PPL_NEEDS_LIBPWL=y
> CT_CLOOG_V_0_15_11=y
> # CT_CLOOG_V_0_15_10 is not set
> # CT_CLOOG_V_0_15_9 is not set
> # CT_CLOOG_V_0_15_8 is not set
> # CT_CLOOG_V_0_15_7 is not set
> # CT_CLOOG_V_0_15_6 is not set
> CT_CLOOG_VERSION="0.15.11"
> CT_CLOOG_0_15_1x=y
> CT_CLOOG_NEEDS_AUTORECONF=y
> CT_MPC_V_0_9=y
> # CT_MPC_V_0_8_2 is not set
> # CT_MPC_V_0_8_1 is not set
> # CT_MPC_V_0_7 is not set
> CT_MPC_VERSION="0.9"
>
> #
> # Companion libraries common options
> #
> # CT_COMPLIBS_CHECK is not set
>
> The build.log file is as below
> [INFO ]  Installing C library headers & start files
> [EXTRA]    Configuring C library
> [DEBUG]    Using gcc for target    :
> '/home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/buildtools/bin/i586-buildroot-linux-gnu-gcc'
> [DEBUG]    Configuring with addons : 'nptl,ports'
> [DEBUG]    Extra config args passed: '--disable-debug
> --disable-sanity-checks --enable-kernel=3.7.8 --with-__thread
> --with-tls --enable-shared --enable-add-ons=nptl,ports'
> [DEBUG]    Extra CC args passed    : ' -U_FORTIFY_SOURCE   -march=atom
>   -mtune=atom    -O2 '
> [DEBUG]    Extra flags (multilib)  : ''
> [DEBUG]    ==> Executing:
> 'BUILD_CC=x86_64-build_unknown-linux-gnu-gcc' 'CFLAGS=
> -U_FORTIFY_SOURCE   -march=atom   -mtune=atom    -O2 '
> 'CC=i586-buildroot-linux-gnu-gcc    ' 'AR=i586-buildroot-linux-gnu-ar'
> 'RANLIB=i586-buildroot-linux-gnu-ranlib' '/bin/sh'
> '/home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/src/glibc-2.14.1/configure'
> '--prefix=/usr' '--build=x86_64-build_unknown-linux-gnu'
> '--host=i586-buildroot-linux-gnu'
> '--cache-file=/home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/build/build-libc-startfiles/config.cache'
> '--without-cvs' '--disable-profile' '--without-gd'
> '--with-headers=/home/rvragav/project/c1390-poc/buildroot-2013.02/output/host/usr/i586-buildroot-linux-gnu/sysroot/usr/include'
> '--disable-debug' '--disable-sanity-checks' '--enable-kernel=3.7.8'
> '--with-__thread' '--with-tls' '--enable-shared'
> '--enable-add-ons=nptl,ports'
> [CFG  ]    configure: loading cache
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/build/build-libc-startfiles/config.cache
> [CFG  ]    checking build system type... x86_64-build_unknown-linux-gnu
> [CFG  ]    checking host system type... i586-buildroot-linux-gnu
> [CFG  ]    checking for i586-buildroot-linux-gnu-gcc...
> i586-buildroot-linux-gnu-gcc
> [CFG  ]    checking for suffix of object files... o
> [CFG  ]    checking whether we are using the GNU C compiler... yes
> [CFG  ]    checking whether i586-buildroot-linux-gnu-gcc     accepts -g... yes
> [CFG  ]    checking for i586-buildroot-linux-gnu-gcc     option to
> accept ISO C89... unsupported
> [CFG  ]    checking for gcc... x86_64-build_unknown-linux-gnu-gcc
> [CFG  ]    checking how to run the C preprocessor...
> i586-buildroot-linux-gnu-gcc     -E
> [CFG  ]    checking for i586-buildroot-linux-gnu-g++... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-c++... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-gpp... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-aCC... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-CC... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-cxx... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-cc++... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-cl.exe... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-FCC... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-KCC... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-RCC... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-xlC_r... no
> [CFG  ]    checking for i586-buildroot-linux-gnu-xlC... no
> [CFG  ]    checking for g++... g++
> [CFG  ]    configure: WARNING: using cross tools not prefixed with host triplet
> [CFG  ]    checking whether we are using the GNU C++ compiler... yes
> [CFG  ]    checking whether g++ accepts -g... yes
> [CFG  ]    configure: running configure fragment for add-on nptl
> [CFG  ]    checking add-on ports for preconfigure fragments... alpha
> am33 arm hppa m68k mips
> [CFG  ]    checking for assembler gnu_indirect_function symbol type
> support... yes
> [CFG  ]    checking whether .text pseudo-op must be used... yes
> [CFG  ]    checking for assembler global-symbol directive... .globl
> [CFG  ]    checking for assembler .type directive prefix... @
> [CFG  ]    checking sysdep dirs... sysdeps/i386/elf
> nptl/sysdeps/unix/sysv/linux/i386/i586
> nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386
> nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread
> ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu
> sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet
> ports/sysdeps/unix/sysv/i386 sysdeps/unix/sysv/i386
> nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv
> sysdeps/unix/i386 nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix
> sysdeps/posix nptl/sysdeps/i386/i586 sysdeps/i386/i586
> sysdeps/i386/i486 nptl/sysdeps/i386/i486 sysdeps/i386/fpu
> nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32
> sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32
> sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic
> [CFG  ]    checking for a BSD-compatible install...
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/tools/bin/install
> -c
> [CFG  ]    checking whether ln -s works... yes
> [CFG  ]    checking whether
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/buildtools/lib/gcc/i586-buildroot-linux-gnu/4.6.3/../../../../i586-buildroot-linux-gnu/bin/as
> is GNU as... yes
> [CFG  ]    checking whether
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/buildtools/lib/gcc/i586-buildroot-linux-gnu/4.6.3/../../../../i586-buildroot-linux-gnu/bin/ld
> is GNU ld... yes
> [CFG  ]    checking for
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/buildtools/lib/gcc/i586-buildroot-linux-gnu/4.6.3/../../../../i586-buildroot-linux-gnu/bin/as...
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/buildtools/lib/gcc/i586-buildroot-linux-gnu/4.6.3/../../../../i586-buildroot-linux-gnu/bin/as
> [CFG  ]    checking version of
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/buildtools/lib/gcc/i586-buildroot-linux-gnu/4.6.3/../../../../i586-buildroot-linux-gnu/bin/as...
> 2.20.1.20100303, ok
> [CFG  ]    checking for
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/buildtools/lib/gcc/i586-buildroot-linux-gnu/4.6.3/../../../../i586-buildroot-linux-gnu/bin/ld...
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/buildtools/lib/gcc/i586-buildroot-linux-gnu/4.6.3/../../../../i586-buildroot-linux-gnu/bin/ld
> [CFG  ]    checking version of
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/i586-buildroot-linux-gnu/buildtools/lib/gcc/i586-buildroot-linux-gnu/4.6.3/../../../../i586-buildroot-linux-gnu/bin/ld...
> 2.20.1.20100303, ok
> [CFG  ]    checking for pwd... /bin/pwd
> [CFG  ]    checking for i586-buildroot-linux-gnu-gcc... (cached)
> i586-buildroot-linux-gnu-gcc
> [CFG  ]    checking version of i586-buildroot-linux-gnu-gcc    ... 4.6.3, ok
> [CFG  ]    checking for gnumake... no
> [CFG  ]    checking for gmake... no
> [CFG  ]    checking for make... make
> [CFG  ]    checking version of make... 3.81, ok
> [CFG  ]    checking for gnumsgfmt... no
> [CFG  ]    checking for gmsgfmt... no
> [CFG  ]    checking for msgfmt... msgfmt
> [CFG  ]    checking version of msgfmt... 0.18.1, ok
> [CFG  ]    checking for makeinfo... makeinfo
> [CFG  ]    checking version of makeinfo... 4.13, ok
> [CFG  ]    checking for sed... sed
> [CFG  ]    checking version of sed... 4.2.1, ok
> [CFG  ]    checking for autoconf... autoconf
> [CFG  ]    checking whether autoconf works... yes
> [CFG  ]    checking LD_LIBRARY_PATH variable... ok
> [CFG  ]    checking whether GCC supports -static-libgcc... -static-libgcc
> [CFG  ]    checking for bash... (cached) /bin/bash
> [CFG  ]    checking for gawk... gawk
> [CFG  ]    checking for perl... /usr/bin/perl
> [CFG  ]    checking for install-info... /usr/sbin/install-info
> [CFG  ]    checking for bison... /usr/bin/bison
> [CFG  ]    checking for signed size_t type... no
> [CFG  ]    checking for libc-friendly stddef.h... yes
> [CFG  ]    checking whether we need to use -P to assemble .S files... no
> [CFG  ]    checking for .set assembler directive... yes
> [CFG  ]    checking for assembler gnu_unique_object symbol type... yes
> [CFG  ]    checking for .symver assembler directive... yes
> [CFG  ]    checking for ld --version-script... yes
> [CFG  ]    checking for .previous assembler directive... yes
> [CFG  ]    checking for .protected and .hidden assembler directive... yes
> [CFG  ]    checking whether __attribute__((visibility())) is supported... yes
> [CFG  ]    checking for broken __attribute__((visibility()))... no
> [CFG  ]    checking for broken __attribute__((alias()))... no
> [CFG  ]    checking whether to put _rtld_local into .sdata section... no
> [CFG  ]    checking for .preinit_array/.init_array/.fini_array support... yes
> [CFG  ]    checking for libunwind-support in compiler... no
> [CFG  ]    checking for -z nodelete option... yes
> [CFG  ]    checking for -z nodlopen option... yes
> [CFG  ]    checking for -z initfirst option... yes
> [CFG  ]    checking for -z relro option... yes
> [CFG  ]    checking for -Bgroup option... yes
> [CFG  ]    checking for libgcc_s suffix...
> [CFG  ]    checking for --as-needed option... no
> [CFG  ]    checking whether --noexecstack is desirable for .S files... yes
> [CFG  ]    checking for -z combreloc... yes
> [CFG  ]    checking for -z execstack... yes
> [CFG  ]    checking for -fpie... no
> [CFG  ]    checking for --hash-style option... yes
> [CFG  ]    checking for -fno-toplevel-reorder -fno-section-anchors... yes
> [CFG  ]    checking for -fstack-protector... no
> [CFG  ]    checking for -fgnu89-inline... yes
> [CFG  ]    checking whether cc puts quotes around section names... no
> [CFG  ]    checking for assembler .weak directive... yes
> [CFG  ]    checking whether CFI directives are supported... yes
> [CFG  ]    checking for ld --no-whole-archive... yes
> [CFG  ]    checking for gcc -fexceptions... yes
> [CFG  ]    checking for __builtin_expect... no
> [CFG  ]    checking for __builtin_memset... yes
> [CFG  ]    checking for redirection of built-in functions... yes
> [CFG  ]    checking for __thread... yes
> [CFG  ]    checking for tls_model attribute... yes
> [CFG  ]    checking for libgd... no
> [CFG  ]    checking for is_selinux_enabled in -lselinux... no
> [CFG  ]    checking for grep that handles long lines and -e...
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/tools/bin/grep
> [CFG  ]    checking for egrep...
> /home/rvragav/project/c1390-poc/buildroot-2013.02/output/build/build-toolchain/.build/tools/bin/grep
> -E
> [CFG  ]    checking for ANSI C header files... no
> [CFG  ]    checking for sys/types.h... no
> [CFG  ]    checking for sys/stat.h... no
> [CFG  ]    checking for stdlib.h... no
> [CFG  ]    checking for string.h... no
> [CFG  ]    checking for memory.h... no
> [CFG  ]    checking for strings.h... no
> [CFG  ]    checking for inttypes.h... no
> [CFG  ]    checking for stdint.h... no
> [CFG  ]    checking for unistd.h... no
> [CFG  ]    checking size of long double... 0
> [CFG  ]    running configure fragment for sysdeps/i386/elf
> [CFG  ]    configure: WARNING: you should use --build, --host, --target
> [CFG  ]    configure: WARNING: you should use --build, --host, --target
>
>
> After these lines the repetition occurs. Is it because of the check
> for the .h files?! I checked my build machine (ubuntu) it contains
> these needed header file. So is it some setting issue?! Plz help.

--
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]