/usr/bin/make -j12 O=/home/test/test//output/ HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig make[1]: Entering directory `/home/test/test/buildroot' GEN /home/test/test//output//Makefile KCONFIG_AUTOCONFIG=/home/test/test/output/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/test/test/output/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/test/test/output/build/buildroot-config/tristate.config BUILDROOT_CONFIG=/home/test/test//output//.config /home/test/test/output/build/buildroot-config/conf --silentoldconfig Config.in make[1]: Leaving directory `/home/test/test/buildroot' mkdir -p /home/test/test/output/target if ! [ -d "/home/test/test/output/target/bin" ]; then \ if [ -d "/home/test/test/buildroot/fs/skeleton" ]; then \ cp -fa /home/test/test/buildroot/fs/skeleton/* /home/test/test/output/target/; \ fi; \ fi find /home/test/test/output/target -type d -name CVS -print0 -o -name .svn -print0 | xargs -0 rm -rf find /home/test/test/output/target -type f \( -name .empty -o -name '*~' \) -print0 | xargs -0 rm -rf touch /home/test/test/output/build/.root mkdir -p /home/test/test/output/host/opt/ext-toolchain bzcat /home/test/dl/ctng-mips64-eglibc.tar.bz2 | \ tar --strip-components=1 --exclude='usr/lib/locale/*' -C /home/test/test/output/host/opt/ext-toolchain -xf - Checking external toolchain settings Copy external toolchain libraries to target... Copy external toolchain sysroot to staging... mkdir -p /home/test/test/output/host/usr/bin; cd /home/test/test/output/host/usr/bin; \ for i in /home/test/test/output/host/opt/ext-toolchain/bin/mips64el-unknown-linux-gnu-*; do \ base=${i##*/}; \ case "$base" in \ *cc|*cc-*|*++|*++-*|*cpp) \ ln -sf ext-toolchain-wrapper $base; \ ;; \ *) \ ln -sf $i .; \ ;; \ esac; \ done ; /usr/bin/gcc -O2 -I/home/test/test/output/host/include -I/home/test/test/output/host/usr/include -DBR_CROSS_PATH='"/home/test/test/output/host/opt/ext-toolchain/bin/"' -DBR_SYSROOT='"/home/test/test/output/host/usr/mipsel-unknown-linux-gnu/sysroot"' -DBR_TUNE='"mips64r2"' -DBR_ABI='"32"' -DBR_ADDITIONAL_CFLAGS='"-pipe",' -s \ toolchain/toolchain-external/ext-toolchain-wrapper.c -o /home/test/test/output/host/usr/bin/ext-toolchain-wrapper >>> argp-standalone 1.3 Extracting gzip -d -c /home/test/dl/argp-standalone-1.3.tar.gz | tar --strip-components=1 -C /home/test/test/output/build/argp-standalone-1.3 -xf - >>> argp-standalone 1.3 Patching package//argp-standalone Applying argp-standalone-throw-in-funcdef.patch using patch: patching file argp.h patching file argp-parse.c Hunk #1 succeeded at 1277 (offset -13 lines). Hunk #2 succeeded at 1297 (offset -13 lines). >>> argp-standalone 1.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/test/test/output/build/argp-standalone-1.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> argp-standalone 1.3 Patching libtool >>> argp-standalone 1.3 Configuring (cd /home/test/test/output/build/argp-standalone-1.3/ && rm -rf config.cache && PATH="/home/test/test/output/host/bin:/home/test/test/output/host/usr/bin:/home/test/test/output/host/usr/sbin/:/usr/local/bin:/usr/bin:/bin:/usr/games" AR="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-ar" AS="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-as" LD="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-ld" NM="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-nm" CC="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-gcc" GCC="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-gcc" CPP="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-cpp" CXX="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-g++" FC="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-gfortran" RANLIB="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-ranlib" STRIP="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-strip" OBJCOPY="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-objcopy" OBJDUMP="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" FC_FOR_BUILD="/usr/bin/ld" LD_FOR_BUILD="/usr/bin/ld" CFLAGS_FOR_BUILD="-O2 -I/home/test/test/output/host/include -I/home/test/test/output/host/usr/include" CXXFLAGS_FOR_BUILD="-I/home/test/test/output/host/include -I/home/test/test/output/host/usr/include" LDFLAGS_FOR_BUILD="-L/home/test/test/output/host/lib -L/home/test/test/output/host/usr/lib -Wl,-rpath,/home/test/test/output/host/usr/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-as" DEFAULT_LINKER="/home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-ld" CFLAGS=" -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CXXFLAGS=" -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS="" FCFLAGS="" PKG_CONFIG="/home/test/test/output/host/usr/bin/pkg-config" PERLLIB="/home/test/test/output/host/usr/lib/perl" STAGING_DIR="/home/test/test/output/host/usr/mipsel-unknown-linux-gnu/sysroot" ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no ./configure --target=mipsel-unknown-linux-gnu --host=mipsel-unknown-linux-gnu --build=x86_64-unknown-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --program-prefix="" --disable-gtk-doc --enable-ipv6 --enable-static --enable-shared ) checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for mipsel-unknown-linux-gnu-strip... /home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-strip checking for mipsel-unknown-linux-gnu-gcc... /home/test/test/output/host/usr/bin/mips64el-unknown-linux-gnu-gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [/home/test/test/output/build/argp-standalone-1.3/.stamp_configured] Error 77