Hi, I'm trying to compile the gcc-core-4.5.0 for ARM platform. I use a toolchain (gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi) for compile the packet but I receive an error. I report some informations for the building but for other information please refert to me. 1) The configure output $ ./configure --prefix=<directory> --with-gmp=<directory> --with-mpfr=<directory> --with-mpc=<directory> checking build system type... arm-unknown-linux-gnueabi checking host system type... arm-unknown-linux-gnueabi checking target system type... arm-unknown-linux-gnueabi checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed checking for gawk... gawk checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gnatbind... no checking for gnatmake... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for objdir... .libs checking for the correct version of gmp.h... yes checking for the correct version of mpfr.h... yes checking for the correct version of mpc.h... yes checking for the correct version of the gmp/mpfr/mpc libraries... yes checking for version 0.10 of PPL... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking libelf.h usability... yes checking libelf.h presence... yes checking for libelf.h... yes checking gelf.h usability... yes checking gelf.h presence... yes checking for gelf.h... yes checking libelf/libelf.h usability... yes checking libelf/libelf.h presence... yes checking for libelf/libelf.h... yes checking libelf/gelf.h usability... yes checking libelf/gelf.h presence... yes checking for libelf/gelf.h... yes checking for the correct version of libelf... no The following languages will be built: c checking for default BUILD_CONFIG... bootstrap-debug *** removing build-arm-unknown-linux-gnueabi/libiberty/Makefile to force reconfigure *** removing build-arm-unknown-linux-gnueabi/fixincludes/Makefile to force reconfigure checking for bison... bison -y checking for bison... bison checking for gm4... no checking for gnum4... no checking for m4... m4 checking for flex... flex checking for flex... flex checking for makeinfo... makeinfo checking for expect... no checking for runtest... no checking for ar... ar checking for as... as checking for dlltool... no checking for ld... (cached) /home/alessandro/ev-sdk/bin/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/bin/../lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld checking for lipo... no checking for nm... nm checking for ranlib... ranlib checking for strip... strip checking for windres... no checking for windmc... no checking for objcopy... objcopy checking for objdump... objdump checking for cc... cc checking for c++... c++ checking for gcc... gcc checking for gcj... no checking for gfortran... no checking for ar... no checking for ar... ar checking for as... no checking for as... as checking for dlltool... no checking for dlltool... no checking for ld... no checking for ld... ld checking for lipo... no checking for lipo... no checking for nm... no checking for nm... nm checking for objdump... no checking for objdump... objdump checking for ranlib... no checking for ranlib... ranlib checking for strip... no checking for strip... strip checking for windres... no checking for windres... no checking for windmc... no checking for windmc... no checking where to find the target ar... host tool checking where to find the target as... host tool checking where to find the target cc... just compiled checking where to find the target c++... host tool checking where to find the target c++ for libstdc++... host tool checking where to find the target dlltool... host tool checking where to find the target gcc... just compiled checking where to find the target gcj... host tool checking where to find the target gfortran... host tool checking where to find the target ld... host tool checking where to find the target lipo... host tool checking where to find the target nm... host tool checking where to find the target objdump... host tool checking where to find the target ranlib... host tool checking where to find the target strip... host tool checking where to find the target windres... host tool checking where to find the target windmc... host tool checking whether to enable maintainer-specific portions of Makefiles... no checking whether -fkeep-inline-functions is supported... yes configure: creating ./config.status config.status: creating Makefile 2) The compiler error: checking for arm-unknown-linux-gnueabi-ranlib... ranlib checking for arm-unknown-linux-gnueabi-strip... strip checking whether ln -s works... yes checking for arm-unknown-linux-gnueabi-gcc... /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include checking for suffix of object files... configure: error: in `/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/arm-unknown-linux-gnueabi/libgcc': configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make[2]: *** [configure-stage1-target-libgcc] Errore 1 make[2]: uscita dalla directory «/home/alessandro/git/evelin-bsp/test/gcc-4.5.0» make[1]: *** [stage1-bubble] Errore 2 make[1]: uscita dalla directory «/home/alessandro/git/evelin-bsp/test/gcc-4.5.0» make: *** [all] Errore 2 3) The config.log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU C Runtime Library configure 1.0, which was generated by GNU Autoconf 2.64. Invocation command line was $ /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/libgcc/configure --cache-file=./config.cache --enable-multilib --prefix=/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install --with-gmp=/home/alessandro/git/evelin-bsp/test/gmp-4.3.2/install_arm --with-mpfr=/home/alessandro/git/evelin-bsp/test/mpfr-2.4.2/install_arm --with-mpc=/home/alessandro/git/evelin-bsp/test/mpc-0.8.1/install_arm --enable-languages=c --program-transform-name=s,y,y, --disable-option-checking --with-target-subdir=arm-unknown-linux-gnueabi --build=arm-unknown-linux-gnueabi --host=arm-unknown-linux-gnueabi --target=arm-unknown-linux-gnueabi --srcdir=../.././libgcc --disable-intermodule --enable-checking=yes,types --disable-coverage --enable-languages=c ## --------- ## ## Platform. ## ## --------- ## hostname = icaro uname -m = arm uname -r = 2.6.32-22-generic uname -s = Linux uname -v = #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sb2/wrappers PATH: /sb2/scripts PATH: /home/alessandro/.scratchbox2/imx25/bin PATH: /home/alessandro/ev-sdk/bin/scratchbox/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /home/alessandro/ev-sdk/bin/scratchbox/bin PATH: /home/alessandro/ev-sdk/bin/qemu/bin PATH: /home/alessandro/ev-sdk/bin/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/libexec/gcc/arm-none-linux-gnueabi/4.1.2 PATH: /sbin PATH: /usr/sbin PATH: /home/alessandro/ev-sdk/rootfs/armle-fs/bin PATH: /home/alessandro/ev-sdk/rootfs/armle-fs/usr/bin PATH: /home/alessandro/ev-sdk/rootfs/armle-fs/usr/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1731: loading cache ./config.cache configure:1900: checking for --enable-version-specific-runtime-libs configure:1913: result: no configure:1961: checking for a BSD-compatible install configure:2029: result: /usr/bin/install -c configure:2045: checking for gawk configure:2072: result: gawk configure:2092: checking build system type configure:2106: result: arm-unknown-linux-gnueabi configure:2126: checking host system type configure:2139: result: arm-unknown-linux-gnueabi configure:2210: checking for arm-unknown-linux-gnueabi-ar configure:2237: result: ar configure:2302: checking for arm-unknown-linux-gnueabi-lipo configure:2329: result: lipo configure:2394: checking for arm-unknown-linux-gnueabi-nm configure:2421: result: /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/nm configure:2486: checking for arm-unknown-linux-gnueabi-ranlib configure:2513: result: ranlib configure:2578: checking for arm-unknown-linux-gnueabi-strip configure:2605: result: strip configure:2667: checking whether ln -s works configure:2671: result: yes configure:2688: checking for arm-unknown-linux-gnueabi-gcc configure:2715: result: /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include configure:2984: checking for C compiler version configure:2993: /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include --version >&5 xgcc (GCC) 4.5.0 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3004: $? = 0 configure:2993: /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include -v >&5 Reading specs from /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/specs COLLECT_GCC=/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc COLLECT_LTO_WRAPPER=/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/lto-wrapper Target: arm-unknown-linux-gnueabi Configured with: ./configure --prefix=/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install --exec-prefix=/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/exec_install/ --with-gmp=/home/alessandro/git/evelin-bsp/test/gmp-4.3.2/install_arm --with-mpfr=/home/alessandro/git/evelin-bsp/test/mpfr-2.4.2/install_arm --with-mpc=/home/alessandro/git/evelin-bsp/test/mpc-0.8.1/install_arm Thread model: posix gcc version 4.5.0 (GCC) configure:3004: $? = 0 configure:2993: /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include -V >&5 xgcc: '-V' must come at the start of the command line configure:3004: $? = 1 configure:2993: /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include -qversion >&5 xgcc: unrecognized option '-qversion' xgcc: no input files configure:3004: $? = 1 configure:3020: /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include -o conftest -g -O2 conftest.c >&5 mmap: No such device or address configure:3023: $? = 1 configure:3211: checking for suffix of object files configure:3233: /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include -c -g -O2 conftest.c >&5 mmap: No such device or address configure:3237: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU C Runtime Library" | #define PACKAGE_TARNAME "libgcc" | #define PACKAGE_VERSION "1.0" | #define PACKAGE_STRING "GNU C Runtime Library 1.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "http://www.gnu.org/software/libgcc/" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3251: error: in `/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/arm-unknown-linux-gnueabi/libgcc': configure:3254: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=arm-unknown-linux-gnueabi ac_cv_env_CC_set=set ac_cv_env_CC_value='/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include ' ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-g -O2' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=arm-unknown-linux-gnueabi ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=arm-unknown-linux-gnueabi ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=arm-unknown-linux-gnueabi ac_cv_host=arm-unknown-linux-gnueabi ac_cv_prog_AR=ar ac_cv_prog_AWK=gawk ac_cv_prog_CC='/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include ' ac_cv_prog_LIPO=lipo ac_cv_prog_NM=/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/nm ac_cv_prog_RANLIB=ranlib ac_cv_prog_STRIP=strip ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AWK='gawk' CC='/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/xgcc -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/bin/ -B/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/lib/ -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/include -isystem /home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install/arm-unknown-linux-gnueabi/sys-include ' CFLAGS='-g -O2' CPP='' CPPFLAGS='' DEFS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' INSTALL_DATA='/usr/bin/install -c -m 644' INSTALL_PROGRAM='/usr/bin/install -c' INSTALL_SCRIPT='/usr/bin/install -c' LDFLAGS='' LIBOBJS='' LIBS='' LIPO='lipo' LN_S='ln -s' LTLIBOBJS='' MAINT='#' NM='/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/host-arm-unknown-linux-gnueabi/gcc/nm' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='GNU C Runtime Library' PACKAGE_STRING='GNU C Runtime Library 1.0' PACKAGE_TARNAME='libgcc' PACKAGE_URL='http://www.gnu.org/software/libgcc/' PACKAGE_VERSION='1.0' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' STRIP='strip' ac_ct_CC='' asm_hidden_op='' bindir='${exec_prefix}/bin' build='arm-unknown-linux-gnueabi' build_alias='arm-unknown-linux-gnueabi' build_cpu='arm' build_libsubdir='build-arm-unknown-linux-gnueabi' build_os='linux-gnueabi' build_subdir='build-arm-unknown-linux-gnueabi' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' decimal_float='' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' enable_decimal_float='' enable_shared='yes' exec_prefix='NONE' extra_parts='' fixed_point='' host='arm-unknown-linux-gnueabi' host_alias='arm-unknown-linux-gnueabi' host_cpu='arm' host_noncanonical='arm-unknown-linux-gnueabi' host_os='linux-gnueabi' host_subdir='host-arm-unknown-linux-gnueabi' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libgcc_topdir='../.././libgcc/..' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/home/alessandro/git/evelin-bsp/test/gcc-4.5.0/install' program_transform_name='s,y,y,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' set_have_cc_tls='' set_use_emutls='' sharedstatedir='${prefix}/com' slibdir='$(libdir)' sysconfdir='${prefix}/etc' target_alias='arm-unknown-linux-gnueabi' target_subdir='arm-unknown-linux-gnueabi' tmake_file='' vis_hide='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU C Runtime Library" #define PACKAGE_TARNAME "libgcc" #define PACKAGE_VERSION "1.0" #define PACKAGE_STRING "GNU C Runtime Library 1.0" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "http://www.gnu.org/software/libgcc/" configure: exit 1