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]

Fortran on arm-unknown-linux-gnueabi


G'Day,

First off - thanks so much for crosstool-ng. I was tearing my hair out before I found it!

I'm trying to compile a toolchain which includes the fortran front end, so that I can compile the SPEC CPU benchmarks. I want to run these on an iMX31 based board which is set up for use with gnueabi. I've checked out the latest svn and have used Alexander's sample config to build C and C++ compilers (although I haven't yet tested them), but am running into issues when I enable Fortran, specifically, it seems that there's a bug in the generated fortran compiler (config and tail of the build log are included below).

So, being new to the world of GCC hacking, I figured I'd ask for some advice. How and where would you guys start looking for the problem?

Dave.

P.S. For interest: I'm working on a PhD looking at frequency and voltage scaling across servers, laptops and embedded devices. The iMX31 has some really nice frequency scaling hardware, and I want to compare it with the servers/laptop. SPEC ends up being quite a good suite for testing this stuff out. Some of the most memory bound benchmarks (important for DVFS) are in the FP set in CPU2000, so I'm keen to get them in there.

--
David Snowdon
dave@snowdon.id.au
http://www.snowdon.id.au



[INFO ] Build started 20080716.120512
[DEBUG] 14605: old priority 0, new priority 0
[DEBUG] =================================================================
[DEBUG] Dumping crosstool-NG configuration
[DEBUG] CT_OBSOLETE=y
[DEBUG] CT_EXPERIMENTAL=y
[DEBUG] # CT_BROKEN is not set
[DEBUG] CT_DEBUG_CT=y
[DEBUG] # CT_DEBUG_CT_PAUSE_STEPS is not set
[DEBUG] # CT_DEBUG_CT_SAVE_STEPS is not set
[DEBUG] # CT_FORCE_DOWNLOAD is not set
[DEBUG] # CT_ONLY_DOWNLOAD is not set
[DEBUG] CT_CONNECT_TIMEOUT=10
[DEBUG] CT_PROXY_TYPE_NONE=y
[DEBUG] # CT_PROXY_TYPE_HTTP is not set
[DEBUG] # CT_PROXY_TYPE_SOCKS is not set
[DEBUG] CT_PROXY_TYPE="none"
[DEBUG] # CT_BREAK_INDENT 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_PARALLEL_JOBS=5
[DEBUG] CT_LOAD=0
[DEBUG] CT_NICE=0
[DEBUG] CT_USE_PIPES=y
[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}/ct/x-tools/${CT_TARGET}"
[DEBUG] CT_INSTALL_DIR="${CT_PREFIX_DIR}"
[DEBUG] # CT_CUSTOM_PATCH is not set
[DEBUG] CT_REMOVE_DOCS=y
[DEBUG] CT_INSTALL_DIR_RO=y
[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_SUPPORT_ARCH=y
[DEBUG] CT_ARCH_SUPPORT_ABI=y
[DEBUG] CT_ARCH_SUPPORT_CPU=y
[DEBUG] CT_ARCH_SUPPORT_TUNE=y
[DEBUG] CT_ARCH_SUPPORT_FPU=y
[DEBUG] CT_ARCH_SUPPORTS_BOTH_ENDIAN=y
[DEBUG] # CT_ARCH_DEFAULT_BE is not set
[DEBUG] CT_ARCH_DEFAULT_LE=y
[DEBUG] CT_ARCH_ARCH="armv6"
[DEBUG] CT_ARCH_ABI="aapcs"
[DEBUG] CT_ARCH_CPU=""
[DEBUG] CT_ARCH_TUNE=""
[DEBUG] CT_ARCH_FPU="vfp"
[DEBUG] # CT_ARCH_BE is not set
[DEBUG] CT_ARCH_LE=y
[DEBUG] CT_ARCH_FLOAT_HW=y
[DEBUG] # CT_ARCH_FLOAT_SW is not set
[DEBUG] CT_TARGET_CFLAGS=""
[DEBUG] # CT_ARCH_alpha is not set
[DEBUG] CT_ARCH_arm=y
[DEBUG] CT_ARCH_ARM_EABI=y
[DEBUG] # CT_ARCH_ia64 is not set
[DEBUG] # CT_ARCH_mips is not set
[DEBUG] # CT_ARCH_powerpc is not set
[DEBUG] # CT_ARCH_sh is not set
[DEBUG] # CT_ARCH_x86 is not set
[DEBUG] # CT_ARCH_x86_64 is not set
[DEBUG] CT_USE_SYSROOT=y
[DEBUG] CT_SHARED_LIBS=y
[DEBUG] CT_THREADS_NPTL=y
[DEBUG] # CT_THREADS_LINUXTHREADS is not set
[DEBUG] # CT_THREADS_NONE is not set
[DEBUG] CT_THREADS="nptl"
[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_CC_NATIVE="gcc"
[DEBUG] CT_KERNEL_LINUX=y
[DEBUG] CT_KERNEL_VERSION="2.6.25.10"
[DEBUG] CT_KERNEL_LINUX_HEADERS_INSTALL=y
[DEBUG] # CT_KERNEL_LINUX_HEADERS_SANITISED is not set
[DEBUG] # CT_KERNEL_LINUX_HEADERS_COPY is not set
[DEBUG] # CT_KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR is not set
[DEBUG] CT_KERNEL="linux"
[DEBUG] CT_KERNEL_VERSION_SEE_EXTRAVERSION=y
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_18_8 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_19_7 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_20_21 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_21_7 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_22_19 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_23_17 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_24 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_24_1 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_24_2 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_24_3 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_24_4 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_24_5 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_24_6 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_24_7 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_25 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_25_1 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_25_2 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_25_3 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_25_4 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_25_5 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_25_6 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_25_7 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_25_8 is not set
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_25_9 is not set
[DEBUG] CT_KERNEL_INSTALL_V_2_6_25_10=y
[DEBUG] # CT_KERNEL_INSTALL_V_2_6_26 is not set
[DEBUG] CT_KERNEL_LINUX_HEADERS_INSTALL_CHECK=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_NEEDS_CONFIG is not set
[DEBUG] CT_GMP_MPFR=y
[DEBUG] CT_GMP_MPFR_TARGET=y
[DEBUG] CT_GMP_V_4_2_2=y
[DEBUG] CT_GMP_VERSION="4.2.2"
[DEBUG] CT_GMP_CHECK=y
[DEBUG] CT_MPFR_V_2_3_1=y
[DEBUG] CT_MPFR_VERSION="2.3.1"
[DEBUG] CT_MPFR_CHECK=y
[DEBUG] CT_BINUTILS_VERSION="2.18.50.0.8"
[DEBUG] # CT_BINUTILS_V_2_14 is not set
[DEBUG] # CT_BINUTILS_V_2_15 is not set
[DEBUG] # CT_BINUTILS_V_2_16_1 is not set
[DEBUG] # CT_BINUTILS_V_2_17 is not set
[DEBUG] # CT_BINUTILS_V_2_18 is not set
[DEBUG] # CT_BINUTILS_V_2_18_50_0_4 is not set
[DEBUG] # CT_BINUTILS_V_2_18_50_0_6 is not set
[DEBUG] # CT_BINUTILS_V_2_18_50_0_7 is not set
[DEBUG] CT_BINUTILS_V_2_18_50_0_8=y
[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=y
[DEBUG] CT_CC_VERSION="4.2.3"
[DEBUG] CT_CC="gcc"
[DEBUG] # CT_CC_V_2_95_3 is not set
[DEBUG] # CT_CC_V_3_2_3 is not set
[DEBUG] # CT_CC_V_3_3_6 is not set
[DEBUG] # CT_CC_V_3_4_6 is not set
[DEBUG] # CT_CC_V_4_0_0 is not set
[DEBUG] # CT_CC_V_4_0_1 is not set
[DEBUG] # CT_CC_V_4_0_2 is not set
[DEBUG] # CT_CC_V_4_0_3 is not set
[DEBUG] # CT_CC_V_4_0_4 is not set
[DEBUG] # CT_CC_V_4_1_0 is not set
[DEBUG] # CT_CC_V_4_1_1 is not set
[DEBUG] # CT_CC_V_4_1_2 is not set
[DEBUG] # CT_CC_V_4_2_0 is not set
[DEBUG] # CT_CC_V_4_2_1 is not set
[DEBUG] # CT_CC_V_4_2_2 is not set
[DEBUG] CT_CC_V_4_2_3=y
[DEBUG] # CT_CC_V_4_3_0 is not set
[DEBUG] # CT_CC_V_4_3_1 is not set
[DEBUG] # CT_CC_GCC_4_3_or_later is not set
[DEBUG] CT_CC_CXA_ATEXIT=y
[DEBUG] CT_CC_CORE_EXTRA_CONFIG=""
[DEBUG] CT_CC_EXTRA_CONFIG=""
[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 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_OTHERS=""
[DEBUG] CT_LIBC_GLIBC=y
[DEBUG] # CT_LIBC_UCLIBC is not set
[DEBUG] CT_LIBC_VERSION="2.7"
[DEBUG] CT_LIBC="glibc"
[DEBUG] CT_LIBC_SUPPORT_NPTL=y
[DEBUG] CT_LIBC_SUPPORT_LINUXTHREADS=y
[DEBUG] # CT_LIBC_V_2_3_6 is not set
[DEBUG] # CT_LIBC_V_2_5 is not set
[DEBUG] # CT_LIBC_V_2_5_1 is not set
[DEBUG] # CT_LIBC_V_2_6 is not set
[DEBUG] # CT_LIBC_V_2_6_1 is not set
[DEBUG] CT_LIBC_V_2_7=y
[DEBUG] CT_LIBC_GLIBC_EXTRA_CONFIG=""
[DEBUG] CT_LIBC_GLIBC_EXTRA_CFLAGS=""
[DEBUG] CT_LIBC_EXTRA_CC_ARGS=""
[DEBUG] CT_LIBC_GLIBC_CONFIGPARMS=""
[DEBUG] CT_LIBC_GLIBC_USE_PORTS=y
[DEBUG] # CT_LIBC_ADDONS is not set
[DEBUG] CT_SSTRIP=y
[DEBUG] # CT_SSTRIP_ELFKICKERS is not set
[DEBUG] CT_SSTRIP_BUILDROOT=y
[DEBUG] CT_SSTRIP_FROM="buildroot"
[DEBUG] CT_DMALLOC=y
[DEBUG] # CT_DMALLOC_V_5_4_3 is not set
[DEBUG] CT_DMALLOC_V_5_5_2=y
[DEBUG] CT_DMALLOC_VERSION="5.5.2"
[DEBUG] CT_DUMA=y
[DEBUG] CT_DUMA_A=y
[DEBUG] CT_DUMA_SO=y
[DEBUG] # CT_DUMA_V_2_5_1 is not set
[DEBUG] # CT_DUMA_V_2_5_8 is not set
[DEBUG] # CT_DUMA_V_2_5_12 is not set
[DEBUG] CT_DUMA_V_2_5_14=y
[DEBUG] CT_DUMA_VERSION="2_5_14"
[DEBUG] CT_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_snapshot is not set
[DEBUG] # CT_GDB_V_6_4 is not set
[DEBUG] # CT_GDB_V_6_5 is not set
[DEBUG] # CT_GDB_V_6_6 is not set
[DEBUG] # CT_GDB_V_6_7 is not set
[DEBUG] # CT_GDB_V_6_7_1 is not set
[DEBUG] CT_GDB_V_6_8=y
[DEBUG] CT_GDB_VERSION="6.8"
[DEBUG] CT_NCURSES_V_5_6=y
[DEBUG] CT_NCURSES_VERSION="5.6"
[DEBUG] CT_STRACE=y
[DEBUG] # CT_STRACE_V_4_5 is not set
[DEBUG] # CT_STRACE_V_4_5_14 is not set
[DEBUG] # CT_STRACE_V_4_5_15 is not set
[DEBUG] CT_STRACE_V_4_5_16=y
[DEBUG] CT_STRACE_VERSION="4.5.16"
[DEBUG] Dumping crosstool-NG configuration: done in 0.07s (at 00:00)



<snip>



[ALL ] /home/daves/ct/targets/arm-unknown-linux-gnueabi/build/ build-cc/./gcc/gfortran -B/home/daves/ct/targets/arm-unknown-linux- gnueabi/build/build-cc/./gcc/ -B/home/daves/ct/x-tools/arm-unknown- linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/daves/ct/x-tools/ arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib/ -isystem / home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux- gnueabi/include -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran -I. -iquote/home/ daves/ct/targets/src/gcc-4.2.3/libgfortran/io -I/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/../gcc -I/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -I . - Wall -fno-repack-arrays -fno-underscoring -g -O2 -c /home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_atan2_r16.F90 -o _atan2_r16.o >/dev/null 2>&1
[ALL ] /bin/sh ./libtool --mode=compile /home/daves/ct/targets/ arm-unknown-linux-gnueabi/build/build-cc/./gcc/gfortran -B/home/daves/ ct/targets/arm-unknown-linux-gnueabi/build/build-cc/./gcc/ -B/home/ daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/ bin/ -B/home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown- linux-gnueabi/lib/ -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/include -isystem /home/daves/ct/x- tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/home/daves/ct/targets/src/gcc-4.2.3/ libgfortran -I. -iquote/home/daves/ct/targets/src/gcc-4.2.3/ libgfortran/io -I/home/daves/ct/targets/src/gcc-4.2.3/libgfortran/../ gcc -I/home/daves/ct/targets/src/gcc-4.2.3/libgfortran/../gcc/config - I../.././gcc -D_GNU_SOURCE -I . -Wall -fno-repack-arrays -fno- underscoring -g -O2 -c -o _mod_i16.lo `test -f '/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_i16.F90' || echo '/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran/'`/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_i16.F90
[ALL ] /bin/sh ./libtool --mode=compile /home/daves/ct/targets/ arm-unknown-linux-gnueabi/build/build-cc/./gcc/gfortran -B/home/daves/ ct/targets/arm-unknown-linux-gnueabi/build/build-cc/./gcc/ -B/home/ daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/ bin/ -B/home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown- linux-gnueabi/lib/ -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/include -isystem /home/daves/ct/x- tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/home/daves/ct/targets/src/gcc-4.2.3/ libgfortran -I. -iquote/home/daves/ct/targets/src/gcc-4.2.3/ libgfortran/io -I/home/daves/ct/targets/src/gcc-4.2.3/libgfortran/../ gcc -I/home/daves/ct/targets/src/gcc-4.2.3/libgfortran/../gcc/config - I../.././gcc -D_GNU_SOURCE -I . -Wall -fno-repack-arrays -fno- underscoring -g -O2 -c -o _mod_r4.lo `test -f '/home/daves/ct/targets/ src/gcc-4.2.3/libgfortran/generated/_mod_r4.F90' || echo '/home/daves/ ct/targets/src/gcc-4.2.3/libgfortran/'`/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/generated/_mod_r4.F90
[ALL ] /bin/sh ./libtool --mode=compile /home/daves/ct/targets/ arm-unknown-linux-gnueabi/build/build-cc/./gcc/gfortran -B/home/daves/ ct/targets/arm-unknown-linux-gnueabi/build/build-cc/./gcc/ -B/home/ daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/ bin/ -B/home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown- linux-gnueabi/lib/ -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/include -isystem /home/daves/ct/x- tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/home/daves/ct/targets/src/gcc-4.2.3/ libgfortran -I. -iquote/home/daves/ct/targets/src/gcc-4.2.3/ libgfortran/io -I/home/daves/ct/targets/src/gcc-4.2.3/libgfortran/../ gcc -I/home/daves/ct/targets/src/gcc-4.2.3/libgfortran/../gcc/config - I../.././gcc -D_GNU_SOURCE -I . -Wall -fno-repack-arrays -fno- underscoring -g -O2 -c -o _mod_r8.lo `test -f '/home/daves/ct/targets/ src/gcc-4.2.3/libgfortran/generated/_mod_r8.F90' || echo '/home/daves/ ct/targets/src/gcc-4.2.3/libgfortran/'`/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/generated/_mod_r8.F90
[ALL ] /home/daves/ct/targets/arm-unknown-linux-gnueabi/build/ build-cc/./gcc/gfortran -B/home/daves/ct/targets/arm-unknown-linux- gnueabi/build/build-cc/./gcc/ -B/home/daves/ct/x-tools/arm-unknown- linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/daves/ct/x-tools/ arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib/ -isystem / home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux- gnueabi/include -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran -I. -iquote/home/ daves/ct/targets/src/gcc-4.2.3/libgfortran/io -I/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/../gcc -I/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -I . - Wall -fno-repack-arrays -fno-underscoring -g -O2 -c /home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_i4.F90 -fPIC -DPIC - o .libs/_mod_i4.o
[ALL ] /home/daves/ct/targets/arm-unknown-linux-gnueabi/build/ build-cc/./gcc/gfortran -B/home/daves/ct/targets/arm-unknown-linux- gnueabi/build/build-cc/./gcc/ -B/home/daves/ct/x-tools/arm-unknown- linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/daves/ct/x-tools/ arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib/ -isystem / home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux- gnueabi/include -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran -I. -iquote/home/ daves/ct/targets/src/gcc-4.2.3/libgfortran/io -I/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/../gcc -I/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -I . - Wall -fno-repack-arrays -fno-underscoring -g -O2 -c /home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_i8.F90 -fPIC -DPIC - o .libs/_mod_i8.o
[ALL ] /home/daves/ct/targets/arm-unknown-linux-gnueabi/build/ build-cc/./gcc/gfortran -B/home/daves/ct/targets/arm-unknown-linux- gnueabi/build/build-cc/./gcc/ -B/home/daves/ct/x-tools/arm-unknown- linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/daves/ct/x-tools/ arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib/ -isystem / home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux- gnueabi/include -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran -I. -iquote/home/ daves/ct/targets/src/gcc-4.2.3/libgfortran/io -I/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/../gcc -I/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -I . - Wall -fno-repack-arrays -fno-underscoring -g -O2 -c /home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_i4.F90 -o _mod_i4.o >/dev/null 2>&1
[ALL ] /home/daves/ct/targets/src/gcc-4.2.3/libgfortran/generated/ _mod_i8.F90: In function 'specific__mod_i8':
[ERROR] /home/daves/ct/targets/src/gcc-4.2.3/libgfortran/generated/ _mod_i8.F90:42: internal compiler error: Segmentation fault
[ALL ] Please submit a full bug report,
[ALL ] with preprocessed source if appropriate.
[ALL ] See <URL:http://gcc.gnu.org/bugs.html> for instructions.
[ALL ] make[4]: *** [_mod_i8.lo] Error 1
[ALL ] make[4]: *** Waiting for unfinished jobs....
[ALL ] /home/daves/ct/targets/arm-unknown-linux-gnueabi/build/ build-cc/./gcc/gfortran -B/home/daves/ct/targets/arm-unknown-linux- gnueabi/build/build-cc/./gcc/ -B/home/daves/ct/x-tools/arm-unknown- linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/daves/ct/x-tools/ arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib/ -isystem / home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux- gnueabi/include -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran -I. -iquote/home/ daves/ct/targets/src/gcc-4.2.3/libgfortran/io -I/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/../gcc -I/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -I . - Wall -fno-repack-arrays -fno-underscoring -g -O2 -c /home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_i16.F90 -fPIC -DPIC -o .libs/_mod_i16.o
[ALL ] /home/daves/ct/targets/arm-unknown-linux-gnueabi/build/ build-cc/./gcc/gfortran -B/home/daves/ct/targets/arm-unknown-linux- gnueabi/build/build-cc/./gcc/ -B/home/daves/ct/x-tools/arm-unknown- linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/daves/ct/x-tools/ arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib/ -isystem / home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux- gnueabi/include -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran -I. -iquote/home/ daves/ct/targets/src/gcc-4.2.3/libgfortran/io -I/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/../gcc -I/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -I . - Wall -fno-repack-arrays -fno-underscoring -g -O2 -c /home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_r8.F90 -fPIC -DPIC - o .libs/_mod_r8.o
[ALL ] /home/daves/ct/targets/arm-unknown-linux-gnueabi/build/ build-cc/./gcc/gfortran -B/home/daves/ct/targets/arm-unknown-linux- gnueabi/build/build-cc/./gcc/ -B/home/daves/ct/x-tools/arm-unknown- linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/daves/ct/x-tools/ arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib/ -isystem / home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux- gnueabi/include -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran -I. -iquote/home/ daves/ct/targets/src/gcc-4.2.3/libgfortran/io -I/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/../gcc -I/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -I . - Wall -fno-repack-arrays -fno-underscoring -g -O2 -c /home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_i16.F90 -o _mod_i16.o >/dev/null 2>&1
[ALL ] /home/daves/ct/targets/arm-unknown-linux-gnueabi/build/ build-cc/./gcc/gfortran -B/home/daves/ct/targets/arm-unknown-linux- gnueabi/build/build-cc/./gcc/ -B/home/daves/ct/x-tools/arm-unknown- linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/daves/ct/x-tools/ arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib/ -isystem / home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux- gnueabi/include -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran -I. -iquote/home/ daves/ct/targets/src/gcc-4.2.3/libgfortran/io -I/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/../gcc -I/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -I . - Wall -fno-repack-arrays -fno-underscoring -g -O2 -c /home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_r4.F90 -fPIC -DPIC - o .libs/_mod_r4.o
[ALL ] /home/daves/ct/targets/arm-unknown-linux-gnueabi/build/ build-cc/./gcc/gfortran -B/home/daves/ct/targets/arm-unknown-linux- gnueabi/build/build-cc/./gcc/ -B/home/daves/ct/x-tools/arm-unknown- linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/daves/ct/x-tools/ arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib/ -isystem / home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux- gnueabi/include -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran -I. -iquote/home/ daves/ct/targets/src/gcc-4.2.3/libgfortran/io -I/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/../gcc -I/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -I . - Wall -fno-repack-arrays -fno-underscoring -g -O2 -c /home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_r8.F90 -o _mod_r8.o >/dev/null 2>&1
[ALL ] /home/daves/ct/targets/arm-unknown-linux-gnueabi/build/ build-cc/./gcc/gfortran -B/home/daves/ct/targets/arm-unknown-linux- gnueabi/build/build-cc/./gcc/ -B/home/daves/ct/x-tools/arm-unknown- linux-gnueabi/arm-unknown-linux-gnueabi/bin/ -B/home/daves/ct/x-tools/ arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/lib/ -isystem / home/daves/ct/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux- gnueabi/include -isystem /home/daves/ct/x-tools/arm-unknown-linux- gnueabi/arm-unknown-linux-gnueabi/sys-include -DHAVE_CONFIG_H -I. -I/ home/daves/ct/targets/src/gcc-4.2.3/libgfortran -I. -iquote/home/ daves/ct/targets/src/gcc-4.2.3/libgfortran/io -I/home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/../gcc -I/home/daves/ct/targets/src/ gcc-4.2.3/libgfortran/../gcc/config -I../.././gcc -D_GNU_SOURCE -I . - Wall -fno-repack-arrays -fno-underscoring -g -O2 -c /home/daves/ct/ targets/src/gcc-4.2.3/libgfortran/generated/_mod_r4.F90 -o _mod_r4.o >/dev/null 2>&1
[ALL ] make[4]: Leaving directory `/home/daves/ct/targets/arm- unknown-linux-gnueabi/build/build-cc/arm-unknown-linux-gnueabi/ libgfortran'
[ALL ] make[3]: *** [all] Error 2
[ALL ] make[3]: Leaving directory `/home/daves/ct/targets/arm- unknown-linux-gnueabi/build/build-cc/arm-unknown-linux-gnueabi/ libgfortran'
[ALL ] make[2]: *** [all-target-libgfortran] Error 2
[ALL ] make[2]: Leaving directory `/home/daves/ct/targets/arm- unknown-linux-gnueabi/build/build-cc'
[ALL ] make[1]: *** [all] Error 2
[ALL ] make[1]: Leaving directory `/home/daves/ct/targets/arm- unknown-linux-gnueabi/build/build-cc'
[ERROR] Build failed in step 'Installing final compiler'
[ERROR] Error happened in '/home/daves/ct//lib/ct-ng-1.1.0 +svn_trunk@806/scripts/functions' in function 'CT_DoExecLog' (line unknown, sorry)
[ERROR] called from '/home/daves/ct//lib/ct-ng-1.1.0 +svn_trunk@806/scripts/build/cc_gcc.sh' at line # 287 in function 'do_cc'
[ERROR] called from '/home/daves/ct//lib/ct-ng-1.1.0 +svn_trunk@806/scripts/crosstool.sh' at line # 498 in function 'main'
[ERROR] Look at '/home/daves/ct/x-tools/arm-unknown-linux-gnueabi/ build.log' for more info on this error.
[ERROR] (elapsed: 26:28.70)






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