Build Linux: FAILED 5/rtems-or1k on x86_64-linux-gnu (expat-2.1.0-x86_64-linux-gnu-1)
Joel Sherrill
joel at rtems.org
Sat May 16 16:13:53 UTC 2026
RTEMS Source Builder - Set Builder, 7 (67d17daa63cb)
Host: Linux-5.14.0-611.41.1.el9_7.x86_64-x86_64-with-glibc2.34
Linux gitlab.oarcorp.com 5.14.0-611.41.1.el9_7.x86_64 #1 SMP
PREEMPT_DYNAMIC Sat Mar 21 12:28:25 UTC 2026 x86_64 x86_64
Build Time: 0:06:25.176114
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: expat-2.1.0-x86_64-linux-gnu-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
script:132: LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
script:133: LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
script:134: LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
script:135: CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
script:136: CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:137: CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:138: else
script:139: LDFLAGS="${SB_BUILD_LDFLAGS}"
script:140: LDLIBS="${SB_BUILD_LIBS}"
script:141: LIBS="${SB_BUILD_LIBS}"
script:142: CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:143: CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:144: CC_FOR_BUILD=${CC}
script:145: CXX_FOR_BUILD=${CXX}
script:146: fi
script:147: export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
script:148: export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
script:149: export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
script:150: ./configure --build=x86_64-linux-gnu --host=x86_64-linux-gnu --verbose --prefix=/home/joel/rtems-cron-5/tools/5 --bindir=/home/joel/rtems-cron-5/tools/5/bin --exec-prefix=/home/joel/rtems-cron-5/tools/5 --includedir=/home/joel/rtems-cron-5/tools/5/include --libdir=/home/joel/rtems-cron-5/tools/5/lib --mandir=/home/joel/rtems-cron-5/tools/5/share/man --infodir=/home/joel/rtems-cron-5/tools/5/share/info --without-docbook --disable-shared
script:151: make -j 56 all
script:152: cd ${build_top}
script:153: echo "==> %install:"
script:154: build_top=$(pwd)
script:155: rm -rf $SB_BUILD_ROOT
script:156: cd expat-2.1.0
script:157: make DESTDIR=$SB_BUILD_ROOT install
script:158: cd ${build_top}
script: 1: #!/bin/sh
script: 2: # ___build_pre as set up in defaults.py
script: 3: # Save the original path away.
script: 4: export SB_ORIG_PATH=${PATH}
script: 5: # Directories
script: 6: SB_PREFIX="/home/joel/rtems-cron-5/tools/5"
script: 7: SB_PREFIX_CLEAN=$(echo "/home/joel/rtems-cron-5/tools/5" | /bin/sed -e 's/^\///')
script: 8: SB_SOURCE_DIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/sources"
script: 9: SB_BUILD_DIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1"
script: 10: # host == build, use build; host != build, host uses host and build uses build
script: 11: SB_HOST_CPPFLAGS=""
script: 12: # Optional tmpinternal paths
script: 13: SB_TMP_INCLUDES="-I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/${SB_PREFIX_CLEAN}/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include"
script: 14: SB_TMP_LDFLAGS="-L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib"
script: 15: # Optionally do not add includes to c/cxx flags as newer configure's complain
script: 16: # Include the host standards flags if provided
script: 17: SB_HOST_CFLAGS="-O2 -g -pipe "
script: 18: SB_HOST_CXXFLAGS="-O2 -g -pipe "
script: 19: SB_HOST_LDFLAGS=" -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/${SB_PREFIX_CLEAN}/lib"
script: 20: SB_HOST_LIBS=""
script: 21: # Include the host standards flags if provided and no build standards defined
script: 22: SB_BUILD_C_STD=" "
script: 23: SB_BUILD_CFLAGS="-O2 -g -pipe $SB_BUILD_C_STD $SB_TMP_INCLUDES"
script: 24: SB_BUILD_CXX_STD=" "
script: 25: SB_BUILD_CXXFLAGS="-O2 -g -pipe $SB_BUILD_CXX_STD $SB_TMP_INCLUDES"
script: 26: SB_BUILD_LDFLAGS=" $SB_TMP_LDFLAGS"
script: 27: SB_BUILD_LIBS=""
script: 28: SB_CFLAGS="${SB_BUILD_CFLAGS} $SB_TMP_INCLUDES"
script: 29: SB_CXXFLAGS="${SB_BUILD_CXXFLAGS} $SB_TMP_INCLUDES"
script: 30: SB_ARCH="x86_64"
script: 31: SB_OS="linux"
script: 32: export SB_SOURCE_DIR SB_BUILD_DIR SB_ARCH SB_OS
script: 33: export SB_HOST_CPPFLAGS SB_HOST_CFLAGS SB_HOST_CXXFLAGS SB_HOST_LDFLAGS SB_HOST_LIBS
script: 34: export SB_BUILD_CFLAGS SB_BUILD_CXXFLAGS SB_BUILD_LDFLAGS SB_BUILD_LIBS
script: 35: export SB_CFLAGS SB_CXXFLAGS
script: 36: # Documentation
script: 37: SB_DOC_DIR="/home/joel/rtems-cron-5/tools/5/share/doc"
script: 38: export SB_DOC_DIR
script: 39: # Packages
script: 40: SB_PACKAGE_NAME="expat-2.1.0-x86_64-linux-gnu-1"
script: 41: SB_PACKAGE_BUILDNAME="expat-2.1.0-x86_64-linux-gnu-1"
script: 42: SB_PACKAGE_VERSION="2.1.0"
script: 43: SB_PACKAGE_RELEASE="1"
script: 44: export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE
script: 45: # Build directories
script: 46: export SB_PREFIX
script: 47: SB_BUILD_DIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1"
script: 48: SB_BUILD_ROOT="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003"
script: 49: SB_BUILD_ROOT_BINDIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003/${SB_PREFIX_CLEAN}/bin"
script: 50: export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR
script: 51: SB_BUILD_CXC_DIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1-cxc"
script: 52: SB_BUILD_CXC_ROOT="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003-cxc"
script: 53: SB_BUILD_CXC_ROOT_BINDIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003-cxc/${SB_PREFIX_CLEAN}/bin"
script: 54: export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR
script: 55: SB_TMPROOT="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k"
script: 56: SB_TMPPREFIX="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/${SB_PREFIX_CLEAN}"
script: 57: SB_TMPBINDIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/${SB_PREFIX_CLEAN}/bin"
script: 58: export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR
script: 59: SB_TMPCXCROOT="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k"
script: 60: SB_TMPCXCPREFIX="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-or1k/${SB_PREFIX_CLEAN}"
script: 61: SB_TMPCXCBINDIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-or1k/${SB_PREFIX_CLEAN}/bin"
script: 62: export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR
script: 63: # Extra path support
script: 64: SB_EXTRAPATH="/home/joel/rtems-cron-5/rtems-source-builder/source-builder"
script: 65: # The compiler flags
script: 66:
script: 67:
script: 68: export CFLAGS_FOR_TARGET
script: 69: export CXXFLAGS_FOR_TARGET
script: 70: # Set up the path. Put the CXC path first.
script: 71: if test -n "${SB_TMPBINDIR}" ; then
script: 72: PATH="${SB_TMPBINDIR}:$PATH"
script: 73: fi
script: 74: if test -n "${SB_TMPCXCBINDIR}" ; then
script: 75: PATH="${SB_TMPCXCBINDIR}:$PATH"
script: 76: fi
script: 77: if test -n "${SB_EXTRAPATH}" ; then
script: 78: PATH="${SB_EXTRAPATH}:$PATH"
script: 79: fi
script: 80: PATH="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-staging/bin:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/bin:$PATH"
script: 81:
script: 82: export PATH
script: 83: # Default environment set up.
script: 84: LANG=C
script: 85: export LANG
script: 86: unset DISPLAY || :
script: 87: umask 022
script: 88: cd "/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1"
script: 89: echo "=> expat-2.1.0-x86_64-linux-gnu-1: CLEAN"
script: 90: echo "==> %clean:"
removing: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
making dir: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
write script: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1/do-build
write script: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1/do-clean
building: expat-2.1.0-x86_64-linux-gnu-1
run: /bin/sh -ex /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1/do-build
+ export SB_ORIG_PATH=/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ SB_ORIG_PATH=/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ SB_PREFIX=/home/joel/rtems-cron-5/tools/5
++ echo /home/joel/rtems-cron-5/tools/5
++ /bin/sed -e 's/^\///'
+ SB_PREFIX_CLEAN=home/joel/rtems-cron-5/tools/5
+ SB_SOURCE_DIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/sources
+ SB_BUILD_DIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ SB_HOST_CPPFLAGS=
+ SB_TMP_INCLUDES='-I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ SB_TMP_LDFLAGS=-L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib
+ SB_HOST_CFLAGS='-O2 -g -pipe '
+ SB_HOST_CXXFLAGS='-O2 -g -pipe '
+ SB_HOST_LDFLAGS=' -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/lib'
+ SB_HOST_LIBS=
+ SB_BUILD_C_STD=' '
+ SB_BUILD_CFLAGS='-O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ SB_BUILD_CXX_STD=' '
+ SB_BUILD_CXXFLAGS='-O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ SB_BUILD_LDFLAGS=' -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib'
+ SB_BUILD_LIBS=
+ SB_CFLAGS='-O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ SB_CXXFLAGS='-O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ SB_ARCH=x86_64
+ SB_OS=linux
+ export SB_SOURCE_DIR SB_BUILD_DIR SB_ARCH SB_OS
+ export SB_HOST_CPPFLAGS SB_HOST_CFLAGS SB_HOST_CXXFLAGS SB_HOST_LDFLAGS SB_HOST_LIBS
+ export SB_BUILD_CFLAGS SB_BUILD_CXXFLAGS SB_BUILD_LDFLAGS SB_BUILD_LIBS
+ export SB_CFLAGS SB_CXXFLAGS
+ SB_DOC_DIR=/home/joel/rtems-cron-5/tools/5/share/doc
+ export SB_DOC_DIR
+ SB_PACKAGE_NAME=expat-2.1.0-x86_64-linux-gnu-1
+ SB_PACKAGE_BUILDNAME=expat-2.1.0-x86_64-linux-gnu-1
+ SB_PACKAGE_VERSION=2.1.0
+ SB_PACKAGE_RELEASE=1
+ export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE
+ export SB_PREFIX
+ SB_BUILD_DIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ SB_BUILD_ROOT=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003
+ SB_BUILD_ROOT_BINDIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003/home/joel/rtems-cron-5/tools/5/bin
=> expat-2.1.0-x86_64-linux-gnu-1: BUILD
+ export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR
==> %prep:
+ SB_BUILD_CXC_DIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1-cxc
+ SB_BUILD_CXC_ROOT=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003-cxc
+ SB_BUILD_CXC_ROOT_BINDIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003-cxc/home/joel/rtems-cron-5/tools/5/bin
+ export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR
+ SB_TMPROOT=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k
+ SB_TMPPREFIX=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5
+ SB_TMPBINDIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin
+ export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR
+ SB_TMPCXCROOT=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k
+ SB_TMPCXCPREFIX=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-or1k/home/joel/rtems-cron-5/tools/5
+ SB_TMPCXCBINDIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin
+ export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR
+ SB_EXTRAPATH=/home/joel/rtems-cron-5/rtems-source-builder/source-builder
+ export CFLAGS_FOR_TARGET
+ export CXXFLAGS_FOR_TARGET
+ test -n /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin
+ PATH=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ test -n /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin
+ PATH=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ test -n /home/joel/rtems-cron-5/rtems-source-builder/source-builder
+ PATH=/home/joel/rtems-cron-5/rtems-source-builder/source-builder:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ PATH=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-staging/bin:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/bin:/home/joel/rtems-cron-5/rtems-source-builder/source-builder:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ export PATH
+ LANG=C
+ export LANG
+ unset DISPLAY
+ umask 022
+ cd /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ echo '=> expat-2.1.0-x86_64-linux-gnu-1: BUILD'
+ echo '==> %prep:'
++ pwd
+ build_top=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ cd /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ /bin/rm -rf expat-2.1.0
+ /bin/gzip -dc /home/joel/rtems-cron-5/rtems-source-builder/rtems/sources/expat-2.1.0.tar.gz
+ /bin/tar -x -f -
+ tar_exit=0
+ cd expat-2.1.0
+ /bin/chmod -R a+rX,g-w,o-w .
+ cd /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ SB_CXC=no
+ echo '==> clean %{buildroot}: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003'
==> clean %{buildroot}: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003
+ /bin/rm -rf /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003
+ /bin/mkdir -p /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003
==> %build:
+ echo '==> %build:'
++ pwd
+ build_top=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ cd expat-2.1.0
+ test x86_64-linux-gnu '!=' x86_64-linux-gnu
+ LDFLAGS=' -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib'
+ LDLIBS=
+ LIBS=
++ echo 'gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
++ sed -e 's,-std=gnu99 ,,'
+ CC='gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
++ echo 'g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
++ sed -e 's,-std=gnu99 ,,'
+ CXX='g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ CC_FOR_BUILD='gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ CXX_FOR_BUILD='g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
+ export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
+ export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
+ ./configure --build=x86_64-linux-gnu --host=x86_64-linux-gnu --verbose --prefix=/home/joel/rtems-cron-5/tools/5 --bindir=/home/joel/rtems-cron-5/tools/5/bin --exec-prefix=/home/joel/rtems-cron-5/tools/5 --includedir=/home/joel/rtems-cron-5/tools/5/include --libdir=/home/joel/rtems-cron-5/tools/5/lib --mandir=/home/joel/rtems-cron-5/tools/5/share/man --infodir=/home/joel/rtems-cron-5/tools/5/share/info --without-docbook --disable-shared
configure: WARNING: unrecognized options: --without-docbook
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for x86_64-linux-gnu-gcc... gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include accepts -g... yes
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include object... ok
checking for sysroot... no
checking for x86_64-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -fno-rtti -fno-exceptions... no
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to produce PIC... -fPIC -DPIC
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include PIC flag -fPIC -DPIC works... yes
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include static flag -static works... no
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -c -o file.o... yes
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -c -o file.o... (cached) yes
checking whether the gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for x86_64-linux-gnu-gcc... (cached) gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include accepts -g... (cached) yes
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include accepts -g... yes
checking how to run the C++ preprocessor... g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -E
checking for ld used by g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to produce PIC... -fPIC -DPIC
checking if g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include PIC flag -fPIC -DPIC works... yes
checking if g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include static flag -static works... no
checking if g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -c -o file.o... yes
checking if g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -c -o file.o... (cached) yes
checking whether the g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c
checking whether gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include accepts -fexceptions... yes
checking for ANSI C header files... (cached) yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for memmove... yes
checking for bcopy... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to accept ISO C99... none needed
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to accept ISO Standard C... (cached) none needed
checking for an ANSI C99-conforming __func__... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating expat.pc
config.status: creating expat_config.h
config.status: executing libtool commands
configure: WARNING: unrecognized options: --without-docbook
+ make -j 56 all
/bin/sh ./libtool --silent --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c lib/xmlparse.c
/bin/sh ./libtool --silent --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmltok.lo -c lib/xmltok.c
/bin/sh ./libtool --silent --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlrole.lo -c lib/xmlrole.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlwf.o -c xmlwf/xmlwf.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlfile.o -c xmlwf/xmlfile.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/codepage.o -c xmlwf/codepage.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/unixfilemap.o -c xmlwf/unixfilemap.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o examples/elements.o -c examples/elements.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o examples/outline.o -c examples/outline.c
lib/xmlparse.c:83:2: error: #error memmove does not exist on this platform, nor is a substitute available
83 | #error memmove does not exist on this platform, nor is a substitute available
| ^~~~~
make: *** [Makefile:196: lib/xmlparse.lo] Error 1
make: *** Waiting for unfinished jobs....
In file included from lib/xmltok.c:23:
lib/xmltok_ns.c: In function 'findEncodingNS':
lib/xmltok.h:256:10: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized]
256 | (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
78 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
lib/xmltok.h:256:10: note: by argument 5 of type 'const char *' to 'void(const ENCODING *, const char **, const char *, char **, const char *)' {aka 'void(const struct encoding *, const char **, const char *, char **, const char *)'}
lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
78 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
In file included from lib/xmltok.c:1633:
lib/xmltok_ns.c:75:8: note: 'buf' declared here
75 | char buf[ENCODING_MAX];
| ^~~
lib/xmltok_ns.c: In function 'findEncoding':
lib/xmltok.h:256:10: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized]
256 | (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
78 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
lib/xmltok.h:256:10: note: by argument 5 of type 'const char *' to 'void(const ENCODING *, const char **, const char *, char **, const char *)' {aka 'void(const struct encoding *, const char **, const char *, char **, const char *)'}
lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
78 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
In file included from lib/xmltok.c:1622:
lib/xmltok_ns.c:75:8: note: 'buf' declared here
75 | char buf[ENCODING_MAX];
| ^~~
shell cmd failed: /bin/sh -ex /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1/do-build
error: building expat-2.1.0-x86_64-linux-gnu-1
See error report: rsb-report-expat-2.1.0-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
../../gdb-8.2.1/readline/histlib.h:55:14: note: declared here
55 | extern char *strchr ();
| ^~~~~~
../../gdb-8.2.1/readline/terminal.c:347:1: warning: old-style function definition [-Wold-style-definition]
347 | rl_get_screen_size (rows, cols)
| ^~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/complete.c: In function 'rl_completion_matches':
../../gdb-8.2.1/readline/complete.c:1989:1: warning: old-style function definition [-Wold-style-definition]
1989 | rl_completion_matches (text, entry_function)
| ^~~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/complete.c: In function 'rl_username_completion_function':
../../gdb-8.2.1/readline/complete.c:2039:1: warning: old-style function definition [-Wold-style-definition]
2039 | rl_username_completion_function (text, state)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/histexpand.c: In function 'get_history_word_specifier':
../../gdb-8.2.1/readline/histexpand.c:1246:1: warning: old-style function definition [-Wold-style-definition]
1246 | get_history_word_specifier (spec, from, caller_index)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/terminal.c: In function 'get_term_capabilities':
../../gdb-8.2.1/readline/terminal.c:420:1: warning: old-style function definition [-Wold-style-definition]
420 | get_term_capabilities (bp)
| ^~~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/terminal.c: In function '_rl_init_terminal_io':
../../gdb-8.2.1/readline/terminal.c:433:1: warning: old-style function definition [-Wold-style-definition]
433 | _rl_init_terminal_io (terminal_name)
| ^~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/complete.c: In function 'complete_fncmp':
../../gdb-8.2.1/readline/complete.c:2100:1: warning: old-style function definition [-Wold-style-definition]
2100 | complete_fncmp (convfn, convlen, filename, filename_len)
| ^~~~~~~~~~~~~~
checking for a sed that does not truncate output... /usr/bin/sed
../../gdb-8.2.1/readline/histexpand.c: In function 'history_arg_extract':
../../gdb-8.2.1/readline/histexpand.c:1354:1: warning: old-style function definition [-Wold-style-definition]
1354 | history_arg_extract (first, last, string)
| ^~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/terminal.c: In function 'bind_termcap_arrow_keys':
../../gdb-8.2.1/readline/terminal.c:581:1: warning: old-style function definition [-Wold-style-definition]
581 | bind_termcap_arrow_keys (map)
| ^~~~~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/terminal.c: In function 'rl_get_termcap':
../../gdb-8.2.1/readline/terminal.c:603:1: warning: old-style function definition [-Wold-style-definition]
603 | rl_get_termcap (cap)
| ^~~~~~~~~~~~~~
../../gdb-8.2.1/readline/histexpand.c: In function 'history_tokenize_word':
../../gdb-8.2.1/readline/terminal.c: In function 'rl_reset_terminal':
../../gdb-8.2.1/readline/histexpand.c:1415:1: warning: old-style function definition [-Wold-style-definition]
1415 | history_tokenize_word (string, ind)
| ^~~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/terminal.c:621:1: warning: old-style function definition [-Wold-style-definition]
621 | rl_reset_terminal (terminal_name)
| ^~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/terminal.c: In function '_rl_output_character_function':
../../gdb-8.2.1/readline/terminal.c:639:1: warning: old-style function definition [-Wold-style-definition]
639 | _rl_output_character_function (c)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/histlib.h:57:38: error: too many arguments to function 'strchr'; expected 0, have 2
57 | #define member(c, s) ((c) ? ((char *)strchr ((s), (c)) != (char *)NULL) : 0)
| ^~~~~~ ~~~
../../gdb-8.2.1/readline/histexpand.c:1425:7: note: in expansion of macro 'member'
1425 | if (member (string[i], "()\n"))
| ^~~~~~
../../gdb-8.2.1/readline/histlib.h:55:14: note: declared here
55 | extern char *strchr ();
| ^~~~~~
../../gdb-8.2.1/readline/terminal.c: In function '_rl_output_some_chars':
../../gdb-8.2.1/readline/terminal.c:648:1: warning: old-style function definition [-Wold-style-definition]
648 | _rl_output_some_chars (string, count)
| ^~~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/terminal.c: In function '_rl_backspace':
../../gdb-8.2.1/readline/terminal.c:657:1: warning: old-style function definition [-Wold-style-definition]
657 | _rl_backspace (count)
| ^~~~~~~~~~~~~
../../gdb-8.2.1/readline/histlib.h:57:38: error: too many arguments to function 'strchr'; expected 0, have 2
57 | #define member(c, s) ((c) ? ((char *)strchr ((s), (c)) != (char *)NULL) : 0)
| ^~~~~~ ~~~
../../gdb-8.2.1/readline/histexpand.c:1431:7: note: in expansion of macro 'member'
1431 | if (member (string[i], "<>;&|$"))
| ^~~~~~
../../gdb-8.2.1/readline/histlib.h:55:14: note: declared here
55 | extern char *strchr ();
| ^~~~~~
make[2]: *** [Makefile:96: histfile.o] Error 1
../../gdb-8.2.1/readline/complete.c: In function 'rl_filename_completion_function':
../../gdb-8.2.1/readline/complete.c:2156:1: warning: old-style function definition [-Wold-style-definition]
2156 | rl_filename_completion_function (text, state)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/terminal.c: In function '_rl_control_keypad':
../../gdb-8.2.1/readline/terminal.c:734:1: warning: old-style function definition [-Wold-style-definition]
734 | _rl_control_keypad (on)
| ^~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/histlib.h:57:38: error: too many arguments to function 'strchr'; expected 0, have 2
57 | #define member(c, s) ((c) ? ((char *)strchr ((s), (c)) != (char *)NULL) : 0)
| ^~~~~~ ~~~
../../gdb-8.2.1/readline/histexpand.c:1476:7: note: in expansion of macro 'member'
1476 | if (member (string[i], "!@?+*"))
| ^~~~~~
../../gdb-8.2.1/readline/histlib.h:55:14: note: declared here
55 | extern char *strchr ();
| ^~~~~~
../../gdb-8.2.1/readline/terminal.c: In function '_rl_set_cursor':
../../gdb-8.2.1/readline/terminal.c:756:1: warning: old-style function definition [-Wold-style-definition]
756 | _rl_set_cursor (im, force)
| ^~~~~~~~~~~~~~
../../gdb-8.2.1/readline/histlib.h:57:38: error: too many arguments to function 'strchr'; expected 0, have 2
57 | #define member(c, s) ((c) ? ((char *)strchr ((s), (c)) != (char *)NULL) : 0)
| ^~~~~~ ~~~
../../gdb-8.2.1/readline/histexpand.c:1493:25: note: in expansion of macro 'member'
1493 | if (delimiter == 0 && member (string[i], HISTORY_QUOTE_CHARACTERS))
| ^~~~~~
../../gdb-8.2.1/readline/histlib.h:55:14: note: declared here
55 | extern char *strchr ();
| ^~~~~~
../../gdb-8.2.1/readline/histlib.h:57:38: error: too many arguments to function 'strchr'; expected 0, have 2
57 | #define member(c, s) ((c) ? ((char *)strchr ((s), (c)) != (char *)NULL) : 0)
| ^~~~~~ ~~~
../../gdb-8.2.1/readline/histexpand.c:1505:32: note: in expansion of macro 'member'
1505 | (delimiter != '"' || member (string[i], slashify_in_quotes)))
| ^~~~~~
../../gdb-8.2.1/readline/histlib.h:55:14: note: declared here
55 | extern char *strchr ();
| ^~~~~~
../../gdb-8.2.1/readline/histlib.h:57:38: error: too many arguments to function 'strchr'; expected 0, have 2
57 | #define member(c, s) ((c) ? ((char *)strchr ((s), (c)) != (char *)NULL) : 0)
| ^~~~~~ ~~~
../../gdb-8.2.1/readline/histexpand.c:1532:30: note: in expansion of macro 'member'
1532 | if (delimiter == 0 && (member (string[i], history_word_delimiters)))
| ^~~~~~
../../gdb-8.2.1/readline/histlib.h:55:14: note: declared here
55 | extern char *strchr ();
| ^~~~~~
checking for fgrep... /usr/bin/grep -F
../../gdb-8.2.1/readline/histlib.h:57:38: error: too many arguments to function 'strchr'; expected 0, have 2
57 | #define member(c, s) ((c) ? ((char *)strchr ((s), (c)) != (char *)NULL) : 0)
| ^~~~~~ ~~~
../../gdb-8.2.1/readline/histexpand.c:1535:29: note: in expansion of macro 'member'
1535 | if (delimiter == 0 && member (string[i], HISTORY_QUOTE_CHARACTERS))
| ^~~~~~
../../gdb-8.2.1/readline/histlib.h:55:14: note: declared here
55 | extern char *strchr ();
| ^~~~~~
../../gdb-8.2.1/readline/histexpand.c: In function 'history_substring':
../../gdb-8.2.1/readline/histexpand.c:1543:1: warning: old-style function definition [-Wold-style-definition]
1543 | history_substring (string, start, end)
| ^~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/histexpand.c: In function 'history_tokenize_internal':
../../gdb-8.2.1/readline/histexpand.c:1562:1: warning: old-style function definition [-Wold-style-definition]
1562 | history_tokenize_internal (string, wind, indp)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/complete.c: In function 'rl_old_menu_complete':
../../gdb-8.2.1/readline/complete.c:2382:1: warning: old-style function definition [-Wold-style-definition]
2382 | rl_old_menu_complete (count, invoking_key)
| ^~~~~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/histlib.h:57:38: error: too many arguments to function 'strchr'; expected 0, have 2
57 | #define member(c, s) ((c) ? ((char *)strchr ((s), (c)) != (char *)NULL) : 0)
| ^~~~~~ ~~~
../../gdb-8.2.1/readline/histexpand.c:1595:31: note: in expansion of macro 'member'
1595 | while (string[i] && member (string[i], history_word_delimiters))
| ^~~~~~
../../gdb-8.2.1/readline/histlib.h:55:14: note: declared here
55 | extern char *strchr ();
| ^~~~~~
../../gdb-8.2.1/readline/histexpand.c: In function 'history_tokenize':
../../gdb-8.2.1/readline/histexpand.c:1617:1: warning: old-style function definition [-Wold-style-definition]
1617 | history_tokenize (string)
| ^~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/histexpand.c: In function 'freewords':
../../gdb-8.2.1/readline/histexpand.c:1625:1: warning: old-style function definition [-Wold-style-definition]
1625 | freewords (words, start)
| ^~~~~~~~~
../../gdb-8.2.1/readline/histexpand.c: In function 'history_find_word':
../../gdb-8.2.1/readline/histexpand.c:1639:1: warning: old-style function definition [-Wold-style-definition]
1639 | history_find_word (line, ind)
| ^~~~~~~~~~~~~~~~~
../../gdb-8.2.1/readline/complete.c: In function 'rl_menu_complete':
../../gdb-8.2.1/readline/complete.c:2505:1: warning: old-style function definition [-Wold-style-definition]
2505 | rl_menu_complete (count, ignore)
| ^~~~~~~~~~~~~~~~
make[2]: *** [Makefile:96: display.o] Error 1
checking for ld used by gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include... ld
../../gdb-8.2.1/readline/complete.c: In function 'rl_backward_menu_complete':
../../gdb-8.2.1/readline/complete.c:2673:1: warning: old-style function definition [-Wold-style-definition]
2673 | rl_backward_menu_complete (count, key)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
make[2]: *** [Makefile:96: histexpand.o] Error 1
make[2]: *** [Makefile:96: complete.o] Error 1
checking for vfprintf... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-ar... (cached) ar
checking for x86_64-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-linux-gnu-ranlib... (cached) ranlib
checking for gawk... gawk
checking command to parse nm output from gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include object... yes
checking for vprintf... yes
checking for vsnprintf... ok
checking for dlfcn.h... yes
yes
checking whether byte ordering is bigendian... checking for vsprintf... yes
checking for waitpid... no
checking for x86_64-linux-gnu-ranlib... (cached) ranlib
checking dependency style of gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include... yes
checking for setproctitle... gcc3
checking for make... make
checking whether NLS is requested... no
checking for stdlib.h... (cached) yes
no
checking whether alloca needs Cray hooks... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
no
checking stack direction for C alloca... checking for unistd.h... (cached) yes
checking time.h usability... -1
checking for vfork.h... no
checking for fork... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking for vfork... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking for working fork... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/resource.h usability... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/mman.h usability... no
checking for sys_errlist... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking fcntl.h usability... no
checking for sys_nerr... yes
checking fcntl.h presence... no
checking for sys_siglist... yes
checking for fcntl.h... yes
checking fpu_control.h usability... no
checking for external symbol _system_configuration... yes
checking fpu_control.h presence... yes
checking for fpu_control.h... yes
no
checking for __fsetlocking... checking for dlfcn.h... (cached) yes
checking errno.h usability... yes
checking for canonicalize_file_name... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/stat.h... (cached) yes
checking for getrusage... yes
checking for dup3... make[2]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1/build/readline'
make[1]: *** [Makefile:7774: all-readline] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for time... yes
checking for getrlimit... yes
checking for sigaction... yes
checking for getrusage... yes
yes
checking for __setfpucw... checking for getsysinfo... no
checking for mmap... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for munmap... yes
checking for psignal... yes
checking for lstat... yes
checking for pstat_getdynamic... yes
checking for truncate... no
checking for pstat_getstatic... yes
checking for ftruncate... no
checking for realpath... yes
checking for posix_fallocate... yes
checking for setrlimit... yes
checking for struct stat.st_dev... yes
checking for sbrk... yes
checking for struct stat.st_ino... yes
yes
checking for spawnve... checking for struct stat.st_mode... yes
checking for struct stat.st_nlink... no
checking for spawnvpe... yes
checking for struct stat.st_uid... yes
checking for struct stat.st_gid... no
checking for strerror... yes
checking for struct stat.st_rdev... yes
checking for strsignal... yes
checking for struct stat.st_size... yes
checking for struct stat.st_blksize... yes
checking for sysconf... yes
checking for struct stat.st_blocks... yes
checking for sysctl... yes
checking for struct stat.st_atime... yes
checking for struct stat.st_mtime... no
checking for sysmp... yes
checking for struct stat.st_ctime... no
checking for table... yes
checking for socklen_t... no
checking for times... yes
checking for bind in -lsocket... yes
checking for wait3... no
checking for gethostbyname in -lnsl... no
checking for dlfcn.h... (cached) yes
checking for windows.h... yes
checking for wait4... no
checking for library containing dlsym... yes
checking whether basename is declared... none required
checking for objdir... .libs
yes
checking whether ffs is declared... checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -fno-rtti -fno-exceptions... yes
checking whether asprintf is declared... no
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to produce PIC... -fPIC -DPIC
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include PIC flag -fPIC -DPIC works... yes
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include static flag -static works... yes
no
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -c -o file.o... checking whether vasprintf is declared... yes
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -c -o file.o... (cached) yes
checking whether the gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking whether snprintf is declared... no
checking dynamic linker characteristics... yes
checking whether vsnprintf is declared... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... yes
checking whether calloc is declared... no
checking for shl_load in -ldld... yes
checking whether getenv is declared... no
checking for dlopen... yes
checking whether getopt is declared... yes
checking whether a program can dlopen itself... yes
checking whether malloc is declared... yes
checking whether a statically linked program can dlopen itself... yes
checking whether realloc is declared... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sim debug setting... 0
checking for sim stdio debug behavior... 0
checking for sim trace settings... ~TRACE_debug
checking for sim profile settings... -1
checking whether to enable sim asserts... 1
checking default sim environment setting... ALL_ENVIRONMENT
checking return type of signal handlers... yes
checking whether sbrk is declared... void
checking default sim environment setting... ALL_ENVIRONMENT
configure: updating cache .././config.cache
configure: creating ./config.status
yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... config.status: creating Makefile.sim
config.status: creating Make-common.sim
config.status: creating .gdbinit
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
config.status: executing libtool commands
config.status: executing Makefile commands
Merging Makefile.sim+Make-common.sim into Makefile ...
config.status: executing stamp-h commands
=== configuring in testsuite (/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1/build/sim/testsuite)
configure: running /bin/sh ../../../gdb-8.2.1/sim/testsuite/configure --disable-option-checking '--prefix=/home/joel/rtems-cron-5/tools/5' '--verbose' '--disable-nls' '--disable-gas' '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gprof' '--without-included-gettext' '--disable-win32-registry' '--disable-werror' '--enable-sim' '--without-zlib' '--with-expat' '--with-guile=no' '--with-python=/usr/bin/python3' '--bindir=/home/joel/rtems-cron-5/tools/5/bin' '--exec-prefix=/home/joel/rtems-cron-5/tools/5' '--includedir=/home/joel/rtems-cron-5/tools/5/include' '--libdir=/home/joel/rtems-cron-5/tools/5/lib' '--mandir=/home/joel/rtems-cron-5/tools/5/share/man' '--infodir=/home/joel/rtems-cron-5/tools/5/share/info' '--program-transform-name=s&^&or1k-rtems7-&' '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--target=or1k-rtems7' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'target_alias=or1k-rtems7' 'CC=gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-s
ource-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include' 'CFLAGS=-g -O2' 'LDFLAGS=-static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib' 'LIBS=' --cache-file=.././config.cache --srcdir=../../../gdb-8.2.1/sim/testsuite
yes
checking for working strncmp... no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
configure: loading cache .././config.cache
checking build system type... (cached) x86_64-pc-linux-gnu
checking host system type... (cached) x86_64-pc-linux-gnu
checking target system type... (cached) or1k-unknown-rtems7
config.status: creating config.h
config.status: executing default commands
configure: creating ./config.status
config.status: creating Makefile
make[1]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1/build'
make: *** [Makefile:849: all] Error 2
shell cmd failed: /bin/sh -ex /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1/do-build
error: building or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1
See error report: rsb-report-or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c -o get_prec.lo ../../../gcc-9.3.0/mpc/src/get_prec.c
checking for strtoul... mv -f .deps/add.Tpo .deps/add.Plo
checking for strtoll... mv -f .deps/add_si.Tpo .deps/add_si.Plo
mv -f .deps/clear.Tpo .deps/clear.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c -o get_version.lo ../../../gcc-9.3.0/mpc/src/get_version.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c -o get_x.lo ../../../gcc-9.3.0/mpc/src/get_x.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT atan.lo -MD -MP -MF .deps/atan.Tpo -c ../../../gcc-9.3.0/mpc/src/atan.c -o atan.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c -o imag.lo ../../../gcc-9.3.0/mpc/src/imag.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c -o init2.lo ../../../gcc-9.3.0/mpc/src/init2.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c -o init3.lo ../../../gcc-9.3.0/mpc/src/init3.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c -o inp_str.lo ../../../gcc-9.3.0/mpc/src/inp_str.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo ../../../gcc-9.3.0/mpc/src/log.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT cmp.lo -MD -MP -MF .deps/cmp.Tpo -c ../../../gcc-9.3.0/mpc/src/cmp.c -o cmp.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c -o log10.lo ../../../gcc-9.3.0/mpc/src/log10.c
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT conj.lo -MD -MP -MF .deps/conj.Tpo -c ../../../gcc-9.3.0/mpc/src/conj.c -o conj.o
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT cmp_si_si.lo -MD -MP -MF .deps/cmp_si_si.Tpo -c ../../../gcc-9.3.0/mpc/src/cmp_si_si.c -o cmp_si_si.o
checking for strtoull... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT cos.lo -MD -MP -MF .deps/cos.Tpo -c ../../../gcc-9.3.0/mpc/src/cos.c -o cos.o
mv -f .deps/cmp.Tpo .deps/cmp.Plo
checking for strtoll... mv -f .deps/conj.Tpo .deps/conj.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c -o mem.lo ../../../gcc-9.3.0/mpc/src/mem.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT div_fr.lo -MD -MP -MF .deps/div_fr.Tpo -c ../../../gcc-9.3.0/mpc/src/div_fr.c -o div_fr.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c -o mul_2si.lo ../../../gcc-9.3.0/mpc/src/mul_2si.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT div.lo -MD -MP -MF .deps/div.Tpo -c ../../../gcc-9.3.0/mpc/src/div.c -o div.o
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT cosh.lo -MD -MP -MF .deps/cosh.Tpo -c ../../../gcc-9.3.0/mpc/src/cosh.c -o cosh.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c -o mul_2ui.lo ../../../gcc-9.3.0/mpc/src/mul_2ui.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT exp.lo -MD -MP -MF .deps/exp.Tpo -c ../../../gcc-9.3.0/mpc/src/exp.c -o exp.o
checking for strverscmp... mv -f .deps/cmp_si_si.Tpo .deps/cmp_si_si.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT div_ui.lo -MD -MP -MF .deps/div_ui.Tpo -c ../../../gcc-9.3.0/mpc/src/div_ui.c -o div_ui.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c -o mul.lo ../../../gcc-9.3.0/mpc/src/mul.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT fma.lo -MD -MP -MF .deps/fma.Tpo -c ../../../gcc-9.3.0/mpc/src/fma.c -o fma.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT fr_div.lo -MD -MP -MF .deps/fr_div.Tpo -c ../../../gcc-9.3.0/mpc/src/fr_div.c -o fr_div.o
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT div_2si.lo -MD -MP -MF .deps/div_2si.Tpo -c ../../../gcc-9.3.0/mpc/src/div_2si.c -o div_2si.o
mv -f .deps/cos.Tpo .deps/cos.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT div_2ui.lo -MD -MP -MF .deps/div_2ui.Tpo -c ../../../gcc-9.3.0/mpc/src/div_2ui.c -o div_2ui.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c -o mul_fr.lo ../../../gcc-9.3.0/mpc/src/mul_fr.c
mv -f .deps/div_fr.Tpo .deps/div_fr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c -o mul_i.lo ../../../gcc-9.3.0/mpc/src/mul_i.c
checking for strtoull... yes
mv -f .deps/cosh.Tpo .deps/cosh.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c -o mul_si.lo ../../../gcc-9.3.0/mpc/src/mul_si.c
mv -f .deps/div_ui.Tpo .deps/div_ui.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c -o mul_ui.lo ../../../gcc-9.3.0/mpc/src/mul_ui.c
mv -f .deps/div_2si.Tpo .deps/div_2si.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c -o neg.lo ../../../gcc-9.3.0/mpc/src/neg.c
checking for tmpnam... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT fr_sub.lo -MD -MP -MF .deps/fr_sub.Tpo -c ../../../gcc-9.3.0/mpc/src/fr_sub.c -o fr_sub.o
mv -f .deps/atan.Tpo .deps/atan.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c -o norm.lo ../../../gcc-9.3.0/mpc/src/norm.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT get_prec2.lo -MD -MP -MF .deps/get_prec2.Tpo -c ../../../gcc-9.3.0/mpc/src/get_prec2.c -o get_prec2.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT log.lo -MD -MP -MF .deps/log.Tpo -c ../../../gcc-9.3.0/mpc/src/log.c -o log.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT init2.lo -MD -MP -MF .deps/init2.Tpo -c ../../../gcc-9.3.0/mpc/src/init2.c -o init2.o
mv -f .deps/fr_div.Tpo .deps/fr_div.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT get_x.lo -MD -MP -MF .deps/get_x.Tpo -c ../../../gcc-9.3.0/mpc/src/get_x.c -o get_x.o
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT log10.lo -MD -MP -MF .deps/log10.Tpo -c ../../../gcc-9.3.0/mpc/src/log10.c -o log10.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c -o out_str.lo ../../../gcc-9.3.0/mpc/src/out_str.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT imag.lo -MD -MP -MF .deps/imag.Tpo -c ../../../gcc-9.3.0/mpc/src/imag.c -o imag.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c -o pow.lo ../../../gcc-9.3.0/mpc/src/pow.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT get_version.lo -MD -MP -MF .deps/get_version.Tpo -c ../../../gcc-9.3.0/mpc/src/get_version.c -o get_version.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT get_prec.lo -MD -MP -MF .deps/get_prec.Tpo -c ../../../gcc-9.3.0/mpc/src/get_prec.c -o get_prec.o
mv -f .deps/div_2ui.Tpo .deps/div_2ui.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT inp_str.lo -MD -MP -MF .deps/inp_str.Tpo -c ../../../gcc-9.3.0/mpc/src/inp_str.c -o inp_str.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c -o pow_fr.lo ../../../gcc-9.3.0/mpc/src/pow_fr.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/libbacktrace -I ../../gcc-9.3.0/libbacktrace/../include -I ../../gcc-9.3.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-9.3.0/libbacktrace/dwarf.c -o dwarf.o >/dev/null 2>&1
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT init3.lo -MD -MP -MF .deps/init3.Tpo -c ../../../gcc-9.3.0/mpc/src/init3.c -o init3.o
checking for strverscmp... mv -f .deps/get_prec2.Tpo .deps/get_prec2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c -o pow_ld.lo ../../../gcc-9.3.0/mpc/src/pow_ld.c
mv -f .deps/imag.Tpo .deps/imag.Plo
mv -f .deps/init2.Tpo .deps/init2.Plo
mv -f .deps/fr_sub.Tpo .deps/fr_sub.Plo
mv -f .deps/fma.Tpo .deps/fma.Plo
yes
mv -f .deps/get_prec.Tpo .deps/get_prec.Plo
mv -f .deps/exp.Tpo .deps/exp.Plo
mv -f .deps/get_version.Tpo .deps/get_version.Plo
mv -f .deps/init3.Tpo .deps/init3.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c -o pow_d.lo ../../../gcc-9.3.0/mpc/src/pow_d.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c -o pow_si.lo ../../../gcc-9.3.0/mpc/src/pow_si.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c -o pow_ui.lo ../../../gcc-9.3.0/mpc/src/pow_ui.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c -o pow_z.lo ../../../gcc-9.3.0/mpc/src/pow_z.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c -o proj.lo ../../../gcc-9.3.0/mpc/src/proj.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT real.lo -MD -MP -MF .deps/real.Tpo -c -o real.lo ../../../gcc-9.3.0/mpc/src/real.c
checking for vasprintf... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_2ui.lo -MD -MP -MF .deps/mul_2ui.Tpo -c ../../../gcc-9.3.0/mpc/src/mul_2ui.c -o mul_2ui.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c -o urandom.lo ../../../gcc-9.3.0/mpc/src/urandom.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mem.lo -MD -MP -MF .deps/mem.Tpo -c ../../../gcc-9.3.0/mpc/src/mem.c -o mem.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo ../../../gcc-9.3.0/mpc/src/set.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_2si.lo -MD -MP -MF .deps/mul_2si.Tpo -c ../../../gcc-9.3.0/mpc/src/mul_2si.c -o mul_2si.o
mv -f .deps/get_x.Tpo .deps/get_x.Plo
yes
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c -o set_prec.lo ../../../gcc-9.3.0/mpc/src/set_prec.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c -o set_str.lo ../../../gcc-9.3.0/mpc/src/set_str.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c -o set_x.lo ../../../gcc-9.3.0/mpc/src/set_x.c
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul.lo -MD -MP -MF .deps/mul.Tpo -c ../../../gcc-9.3.0/mpc/src/mul.c -o mul.o
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c -o set_x_x.lo ../../../gcc-9.3.0/mpc/src/set_x_x.c
checking for tmpnam... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT neg.lo -MD -MP -MF .deps/neg.Tpo -c ../../../gcc-9.3.0/mpc/src/neg.c -o neg.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_fr.lo -MD -MP -MF .deps/mul_fr.Tpo -c ../../../gcc-9.3.0/mpc/src/mul_fr.c -o mul_fr.o
mv -f .deps/mem.Tpo .deps/mem.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c -o sin.lo ../../../gcc-9.3.0/mpc/src/sin.c
mv -f .deps/mul_2ui.Tpo .deps/mul_2ui.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c -o sin_cos.lo ../../../gcc-9.3.0/mpc/src/sin_cos.c
mv -f .deps/log10.Tpo .deps/log10.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c -o sinh.lo ../../../gcc-9.3.0/mpc/src/sinh.c
../../../gcc-9.3.0/mpc/src/mul.c:175:1: error: conflicting types for 'mpfr_fmma'; have 'int(__mpfr_struct *, const __mpfr_struct *, const __mpfr_struct *, const __mpfr_struct *, const __mpfr_struct *, int, mpfr_rnd_t)'
175 | mpfr_fmma (mpfr_ptr z, mpfr_srcptr a, mpfr_srcptr b, mpfr_srcptr c,
| ^~~~~~~~~
In file included from ../../../gcc-9.3.0/mpc/src/mpc.h:25,
from ../../../gcc-9.3.0/mpc/src/mpc-impl.h:30,
from ../../../gcc-9.3.0/mpc/src/mul.c:22:
/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include/mpfr.h:802:21: note: previous declaration of 'mpfr_fmma' with type 'int(__mpfr_struct *, const __mpfr_struct *, const __mpfr_struct *, const __mpfr_struct *, const __mpfr_struct *, mpfr_rnd_t)'
802 | __MPFR_DECLSPEC int mpfr_fmma (mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_srcptr,
| ^~~~~~~~~
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c -o sqr.lo ../../../gcc-9.3.0/mpc/src/sqr.c
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_i.lo -MD -MP -MF .deps/mul_i.Tpo -c ../../../gcc-9.3.0/mpc/src/mul_i.c -o mul_i.o
mv -f .deps/mul_2si.Tpo .deps/mul_2si.Plo
mv -f .deps/neg.Tpo .deps/neg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c -o sqrt.lo ../../../gcc-9.3.0/mpc/src/sqrt.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c -o strtoc.lo ../../../gcc-9.3.0/mpc/src/strtoc.c
make[4]: *** [Makefile:532: mul.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/inp_str.Tpo .deps/inp_str.Plo
mv -f .deps/log.Tpo .deps/log.Plo
checking for vfprintf... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_ui.lo -MD -MP -MF .deps/mul_ui.Tpo -c ../../../gcc-9.3.0/mpc/src/mul_ui.c -o mul_ui.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT norm.lo -MD -MP -MF .deps/norm.Tpo -c ../../../gcc-9.3.0/mpc/src/norm.c -o norm.o
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_fr.lo -MD -MP -MF .deps/pow_fr.Tpo -c ../../../gcc-9.3.0/mpc/src/pow_fr.c -o pow_fr.o
mv -f .deps/mul_fr.Tpo .deps/mul_fr.Plo
checking for vasprintf... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT mul_si.lo -MD -MP -MF .deps/mul_si.Tpo -c ../../../gcc-9.3.0/mpc/src/mul_si.c -o mul_si.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow.lo -MD -MP -MF .deps/pow.Tpo -c ../../../gcc-9.3.0/mpc/src/pow.c -o pow.o
mv -f .deps/mul_i.Tpo .deps/mul_i.Plo
mv -f .deps/div.Tpo .deps/div.Plo
mv -f .deps/mul_ui.Tpo .deps/mul_ui.Plo
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT out_str.lo -MD -MP -MF .deps/out_str.Tpo -c ../../../gcc-9.3.0/mpc/src/out_str.c -o out_str.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_ui.lo -MD -MP -MF .deps/pow_ui.Tpo -c ../../../gcc-9.3.0/mpc/src/pow_ui.c -o pow_ui.o
mv -f .deps/pow_fr.Tpo .deps/pow_fr.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT real.lo -MD -MP -MF .deps/real.Tpo -c ../../../gcc-9.3.0/mpc/src/real.c -o real.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT urandom.lo -MD -MP -MF .deps/urandom.Tpo -c ../../../gcc-9.3.0/mpc/src/urandom.c -o urandom.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT proj.lo -MD -MP -MF .deps/proj.Tpo -c ../../../gcc-9.3.0/mpc/src/proj.c -o proj.o
checking for vprintf... yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_si.lo -MD -MP -MF .deps/pow_si.Tpo -c ../../../gcc-9.3.0/mpc/src/pow_si.c -o pow_si.o
mv -f .deps/mul_si.Tpo .deps/mul_si.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_ld.lo -MD -MP -MF .deps/pow_ld.Tpo -c ../../../gcc-9.3.0/mpc/src/pow_ld.c -o pow_ld.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT set.lo -MD -MP -MF .deps/set.Tpo -c ../../../gcc-9.3.0/mpc/src/set.c -o set.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_z.lo -MD -MP -MF .deps/pow_z.Tpo -c ../../../gcc-9.3.0/mpc/src/pow_z.c -o pow_z.o
mv -f .deps/out_str.Tpo .deps/out_str.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT sinh.lo -MD -MP -MF .deps/sinh.Tpo -c ../../../gcc-9.3.0/mpc/src/sinh.c -o sinh.o
mv -f .deps/real.Tpo .deps/real.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT set_prec.lo -MD -MP -MF .deps/set_prec.Tpo -c ../../../gcc-9.3.0/mpc/src/set_prec.c -o set_prec.o
checking for vfprintf... mv -f .deps/norm.Tpo .deps/norm.Plo
mv -f .deps/proj.Tpo .deps/proj.Plo
mv -f .deps/pow_si.Tpo .deps/pow_si.Plo
mv -f .deps/urandom.Tpo .deps/urandom.Plo
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT set_str.lo -MD -MP -MF .deps/set_str.Tpo -c ../../../gcc-9.3.0/mpc/src/set_str.c -o set_str.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT set_x_x.lo -MD -MP -MF .deps/set_x_x.Tpo -c ../../../gcc-9.3.0/mpc/src/set_x_x.c -o set_x_x.o
mv -f .deps/pow_ld.Tpo .deps/pow_ld.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT sin.lo -MD -MP -MF .deps/sin.Tpo -c ../../../gcc-9.3.0/mpc/src/sin.c -o sin.o
mv -f .deps/set.Tpo .deps/set.Plo
checking for vsnprintf... mv -f .deps/set_prec.Tpo .deps/set_prec.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT pow_d.lo -MD -MP -MF .deps/pow_d.Tpo -c ../../../gcc-9.3.0/mpc/src/pow_d.c -o pow_d.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT sin_cos.lo -MD -MP -MF .deps/sin_cos.Tpo -c ../../../gcc-9.3.0/mpc/src/sin_cos.c -o sin_cos.o
mv -f .deps/pow_z.Tpo .deps/pow_z.Plo
mv -f .deps/sinh.Tpo .deps/sinh.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT strtoc.lo -MD -MP -MF .deps/strtoc.Tpo -c ../../../gcc-9.3.0/mpc/src/strtoc.c -o strtoc.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT set_x.lo -MD -MP -MF .deps/set_x.Tpo -c ../../../gcc-9.3.0/mpc/src/set_x.c -o set_x.o
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT sqr.lo -MD -MP -MF .deps/sqr.Tpo -c ../../../gcc-9.3.0/mpc/src/sqr.c -o sqr.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../../gcc-9.3.0/mpc/src -I.. -g -O2 -MT sqrt.lo -MD -MP -MF .deps/sqrt.Tpo -c ../../../gcc-9.3.0/mpc/src/sqrt.c -o sqrt.o
mv -f .deps/set_str.Tpo .deps/set_str.Plo
checking for vprintf... mv -f .deps/sin.Tpo .deps/sin.Plo
yes
In file included from ../../../gcc-9.3.0/mpc/src/sqrt.c:21:
../../../gcc-9.3.0/mpc/src/sqrt.c: In function 'mpc_sqrt':
checking for vsprintf... mv -f .deps/pow_d.Tpo .deps/pow_d.Plo
../../../gcc-9.3.0/mpc/src/mpc-impl.h:63:29: error: implicit declaration of function 'mpfr_add_one_ulp'; did you mean 'mpfr_add_ui'? [-Wimplicit-function-declaration]
63 | #define MPFR_ADD_ONE_ULP(x) mpfr_add_one_ulp (x, GMP_RNDN)
| ^~~~~~~~~~~~~~~~
../../../gcc-9.3.0/mpc/src/sqrt.c:293:16: note: in expansion of macro 'MPFR_ADD_ONE_ULP'
293 | MPFR_ADD_ONE_ULP (mpc_realref (a));
| ^~~~~~~~~~~~~~~~
../../../gcc-9.3.0/mpc/src/mpc-impl.h:64:29: error: implicit declaration of function 'mpfr_sub_one_ulp'; did you mean 'mpfr_sub_ui'? [-Wimplicit-function-declaration]
64 | #define MPFR_SUB_ONE_ULP(x) mpfr_sub_one_ulp (x, GMP_RNDN)
| ^~~~~~~~~~~~~~~~
../../../gcc-9.3.0/mpc/src/sqrt.c:336:16: note: in expansion of macro 'MPFR_SUB_ONE_ULP'
336 | MPFR_SUB_ONE_ULP (mpc_imagref (a));
| ^~~~~~~~~~~~~~~~
make[4]: *** [Makefile:532: sqrt.lo] Error 1
mv -f .deps/pow_ui.Tpo .deps/pow_ui.Plo
yes
checking for vsnprintf... yes
checking for waitpid... mv -f .deps/strtoc.Tpo .deps/strtoc.Plo
mv -f .deps/set_x_x.Tpo .deps/set_x_x.Plo
yes
checking for vsprintf... yes
mv -f .deps/set_x.Tpo .deps/set_x.Plo
checking for setproctitle... yes
checking for waitpid... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking for setproctitle... -1
checking for vfork.h... mv -f .deps/sqr.Tpo .deps/sqr.Plo
no
mv -f .deps/sin_cos.Tpo .deps/sin_cos.Plo
checking for fork... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... yes
no
checking for vfork... checking for fork... yes
checking for working fork... yes
checking for vfork... mv -f .deps/pow.Tpo .deps/pow.Plo
make[4]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/mpc/src'
make[3]: *** [Makefile:462: all-recursive] Error 1
make[3]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/mpc'
make[2]: *** [Makefile:373: all] Error 2
make[2]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/mpc'
make[1]: *** [Makefile:5090: all-mpc] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_nerr... no
checking for sys_errlist... no
checking for sys_siglist... no
checking for sys_nerr... no
no
checking for sys_siglist... checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for external symbol _system_configuration... yes
no
checking for __fsetlocking... checking for canonicalize_file_name... yes
yes
checking for dup3... checking for canonicalize_file_name... yes
yes
checking for dup3... checking for getrlimit... yes
yes
checking for getrusage... checking for getrlimit... yes
yes
checking for getsysinfo... checking for getrusage... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for getsysinfo... yes
checking for pipe2... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for psignal... yes
checking for pipe2... yes
checking for pstat_getdynamic... yes
checking for psignal... no
checking for pstat_getstatic... yes
checking for pstat_getdynamic... no
checking for realpath... no
checking for pstat_getstatic... yes
checking for setrlimit... no
checking for realpath... yes
checking for sbrk... yes
checking for setrlimit... yes
yes
checking for sbrk... checking for spawnve... /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
yes
libtool: link: ar rc .libs/libbacktrace.a .libs/atomic.o .libs/dwarf.o .libs/fileline.o .libs/posix.o .libs/print.o .libs/sort.o .libs/state.o .libs/backtrace.o .libs/simple.o .libs/elf.o .libs/mmapio.o .libs/mmap.o
checking for spawnve... no
checking for spawnvpe... libtool: link: ranlib .libs/libbacktrace.a
no
checking for spawnvpe... libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
no
make[3]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/libbacktrace'
make[2]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/libbacktrace'
checking for strerror... no
checking for strerror... yes
checking for strsignal... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysconf... yes
yes
checking for sysctl... checking for sysctl... no
checking for sysmp... no
checking for sysmp... no
checking for table... no
checking for table... no
checking for times... no
checking for times... yes
checking for wait3... yes
checking for wait3... yes
checking for wait4... yes
checking for wait4... yes
checking whether basename is declared... yes
yes
checking whether ffs is declared... checking whether basename is declared... yes
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether getopt is declared... yes
checking whether realloc is declared... yes
checking whether malloc is declared... yes
checking whether sbrk is declared... yes
checking whether realloc is declared... yes
yes
checking whether strtol is declared... checking whether sbrk is declared... yes
yes
checking whether strtoul is declared... checking whether strtol is declared... yes
yes
checking whether strtoll is declared... checking whether strtoul is declared... yes
yes
checking whether strtoull is declared... checking whether strtoll is declared... yes
yes
checking whether strtoull is declared... checking whether strverscmp is declared... yes
yes
checking whether strverscmp is declared... checking whether strnlen is declared... yes
yes
checking whether strnlen is declared... checking whether canonicalize_file_name must be declared... no
yes
checking whether canonicalize_file_name must be declared... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... no
yes
checking for working strncmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: creating Makefile
config.status: executing default commands
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -version-info 18:0:3 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o libisl.la -rpath /home/joel/rtems-cron-5/tools/5/lib isl_gmp.lo isl_val_gmp.lo isl_ast_int.lo isl_aff.lo isl_affine_hull.lo isl_arg.lo isl_ast.lo isl_ast_build.lo isl_ast_build_expr.lo isl_ast_codegen.lo isl_ast_graft.lo isl_band.lo basis_reduction_tab.lo isl_bernstein.lo isl_blk.lo isl_bound.lo isl_coalesce.lo isl_constraint.lo isl_convex_hull.lo isl_ctx.lo isl_deprecated.lo isl_dim_map.lo isl_equalities.lo isl_factorization.lo isl_farkas.lo isl_ffs.lo isl_flow.lo isl_fold.lo isl_hash.lo isl_id_to_ast_expr.lo isl_id_to_id.lo isl_id_to_pw_aff.lo isl_ilp.lo isl_input.lo
isl_local.lo isl_local_space.lo isl_lp.lo isl_map.lo isl_map_list.lo isl_map_simplify.lo isl_map_subtract.lo isl_map_to_basic_set.lo isl_mat.lo isl_morph.lo isl_id.lo isl_obj.lo isl_options.lo isl_output.lo isl_point.lo isl_polynomial.lo isl_printer.lo print.lo isl_range.lo isl_reordering.lo isl_sample.lo isl_scan.lo isl_schedule.lo isl_schedule_band.lo isl_schedule_node.lo isl_schedule_read.lo isl_schedule_tree.lo isl_schedule_constraints.lo isl_scheduler.lo isl_set_list.lo isl_sort.lo isl_space.lo isl_stream.lo isl_seq.lo isl_tab.lo isl_tab_pip.lo isl_tarjan.lo isl_transitive_closure.lo isl_union_map.lo isl_val.lo isl_vec.lo isl_version.lo isl_vertices.lo -lgmp
libtool: link: ar rc .libs/libisl.a isl_gmp.o isl_val_gmp.o isl_ast_int.o isl_aff.o isl_affine_hull.o isl_arg.o isl_ast.o isl_ast_build.o isl_ast_build_expr.o isl_ast_codegen.o isl_ast_graft.o isl_band.o basis_reduction_tab.o isl_bernstein.o isl_blk.o isl_bound.o isl_coalesce.o isl_constraint.o isl_convex_hull.o isl_ctx.o isl_deprecated.o isl_dim_map.o isl_equalities.o isl_factorization.o isl_farkas.o isl_ffs.o isl_flow.o isl_fold.o isl_hash.o isl_id_to_ast_expr.o isl_id_to_id.o isl_id_to_pw_aff.o isl_ilp.o isl_input.o isl_local.o isl_local_space.o isl_lp.o isl_map.o isl_map_list.o isl_map_simplify.o isl_map_subtract.o isl_map_to_basic_set.o isl_mat.o isl_morph.o isl_id.o isl_obj.o isl_options.o isl_output.o isl_point.o isl_polynomial.o isl_printer.o print.o isl_range.o isl_reordering.o isl_sample.o isl_scan.o isl_schedule.o isl_schedule_band.o isl_schedule_node.o isl_schedule_read.o isl_schedule_tree.o isl_schedule_constraints.o isl_scheduler.o isl_set_list.o isl_sort.o isl_space.o
isl_stream.o isl_seq.o isl_tab.o isl_tab_pip.o isl_tarjan.o isl_transitive_closure.o isl_union_map.o isl_val.o isl_vec.o isl_version.o isl_vertices.o
libtool: link: ranlib .libs/libisl.a
libtool: link: ( cd ".libs" && rm -f "libisl.la" && ln -s "../libisl.la" "libisl.la" )
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_test isl_test.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_polyhedron_sample polyhedron_sample.o libisl.la
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_pip pip.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_polyhedron_minimize polyhedron_minimize.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_polytope_scan polytope_scan.o libisl.la
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_polyhedron_detect_equalities polyhedron_detect_equalities.o libisl.la
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_cat cat.o libisl.la
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_closure closure.o libisl.la
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_bound bound.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_schedule schedule.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_codegen codegen.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_test_int isl_test_int.o libisl.la -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_polyhedron_minimize polyhedron_minimize.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_test isl_test.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_polytope_scan polytope_scan.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_pip pip.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_polyhedron_sample polyhedron_sample.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_polyhedron_detect_equalities polyhedron_detect_equalities.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_schedule schedule.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_codegen codegen.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_test_int isl_test_int.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_bound bound.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_cat cat.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-or1k/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_closure closure.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
make[4]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/isl'
Making all in doc
make[4]: Entering directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/isl/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/isl/doc'
make[3]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/isl'
make[2]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/isl'
make[1]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build'
make: *** [Makefile:955: all] Error 2
make: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build'
shell cmd failed: /bin/sh -ex /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/do-build
error: building or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
See error report: rsb-report-or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sizes
=====
Maximum build usage: 709.017MB
Total size: 444.357MB
Installed : 195.390MB
Sources: 248.944MB
Patches: 23.201KB
Output
======
Build Set: 5/rtems-or1k
Build Set: 5/rtems-autotools.bset
Build Set: 5/rtems-autotools-internal.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-linux-gnu-1
building: autoconf-2.69-x86_64-linux-gnu-1
sizes: autoconf-2.69-x86_64-linux-gnu-1: 7.499MB (installed: 0.000B)
cleaning: autoconf-2.69-x86_64-linux-gnu-1
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-linux-gnu-1
building: automake-1.12.6-x86_64-linux-gnu-1
sizes: automake-1.12.6-x86_64-linux-gnu-1: 8.090MB (installed: 0.000B)
cleaning: automake-1.12.6-x86_64-linux-gnu-1
cleaning: autoconf-2.69-x86_64-linux-gnu-1
cleaning: automake-1.12.6-x86_64-linux-gnu-1
Build Sizes: usage: 8.090MB total: 159.706MB (sources: 159.685MB, patches: 21.016KB, installed 0.000B)
Build Set: Time 0:00:13.234918
Build Set: 5/rtems-autotools-base.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-linux-gnu-1
building: autoconf-2.69-x86_64-linux-gnu-1
sizes: autoconf-2.69-x86_64-linux-gnu-1: 10.517MB (installed: 3.021MB)
cleaning: autoconf-2.69-x86_64-linux-gnu-1
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-linux-gnu-1.txt
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-linux-gnu-1.xml
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-linux-gnu-1
building: automake-1.12.6-x86_64-linux-gnu-1
sizes: automake-1.12.6-x86_64-linux-gnu-1: 10.353MB (installed: 2.264MB)
cleaning: automake-1.12.6-x86_64-linux-gnu-1
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-linux-gnu-1.txt
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-linux-gnu-1.xml
staging: autoconf-2.69-x86_64-linux-gnu-1 -> /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-staging
staging: automake-1.12.6-x86_64-linux-gnu-1 -> /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-staging
cleaning: autoconf-2.69-x86_64-linux-gnu-1
cleaning: automake-1.12.6-x86_64-linux-gnu-1
Build Sizes: usage: 15.802MB total: 164.991MB (sources: 159.685MB, patches: 21.016KB, installed 5.285MB)
Build Set: Time 0:00:24.910528
Build Set: Time 0:00:38.152436
config: devel/expat-2.1.0-1.cfg
package: expat-2.1.0-x86_64-linux-gnu-1
download: https://dl.rtems.org/2a9ad2b44b87b84087979fe4114d661838df3b03dbdcb74d590cb74096bf35ce9d5a86617b0941a2655ea441a94537bcbcd78252da92342238823be36de2d09d/expat-2.1.0.tar.gz -> sources/expat-2.1.0.tar.gz
building: expat-2.1.0-x86_64-linux-gnu-1
error: building expat-2.1.0-x86_64-linux-gnu-1
Build FAILED
See error report: rsb-report-expat-2.1.0-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
error: building expat-2.1.0-x86_64-linux-gnu-1
config: tools/rtems-gdb-8.2.1-1.cfg
package: or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1
download: https://dl.rtems.org/2aa81cfd389bb48c35d7d9f95cc10e88b4f7ad4597bdde0f8f1fd312f60f10d9fb2cc6e5a9355227d89ff328f7feb0fc411a69394560cafeb9fa75d35d896d11/gdb-8.2.1.tar.xz -> sources/gdb-8.2.1.tar.xz
download: https://dl.rtems.org/2aa81cfd389bb48c35d7d9f95cc10e88b4f7ad4597bdde0f8f1fd312f60f10d9fb2cc6e5a9355227d89ff328f7feb0fc411a69394560cafeb9fa75d35d896d11/gdb-8.2.1.tar.xz: error: HTTP Error 404: Not Found
download: https://ftpmirror.gnu.org/gdb/gdb-8.2.1.tar.xz -> sources/gdb-8.2.1.tar.xz
redirect: https://mirrors.ocf.berkeley.edu/gnu/gdb/gdb-8.2.1.tar.xz
download: https://dl.rtems.org/193eb9ddfc79c494eb8b1e971cc230f5f01b1653ba3f85b8541b973dfcd23ead65dea7a638a6ccdb7f6fc0201f9a764bfdf3f89b2d9afba5c13a5ca97e52ce9d/gdb-8.2.1-riscv-config.patch -> patches/gdb-8.2.1-riscv-config.patch
download: https://dl.rtems.org/193eb9ddfc79c494eb8b1e971cc230f5f01b1653ba3f85b8541b973dfcd23ead65dea7a638a6ccdb7f6fc0201f9a764bfdf3f89b2d9afba5c13a5ca97e52ce9d/gdb-8.2.1-riscv-config.patch: error: HTTP Error 404: Not Found
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_attachments/gdb-8.2.1-riscv-config.patch -> patches/gdb-8.2.1-riscv-config.patch
download: https://dl.rtems.org/295f915d6663b397a25692d89059cccbedf686fd6b1e0b5a7f04dff0a8e4b06614d4ffcde19a9790e122c0f43de1d561f3e0ba75c03ad215a906e8cd051c6960/gdb-8.2.1-disable-sis.patch -> patches/gdb-8.2.1-disable-sis.patch
download: https://dl.rtems.org/295f915d6663b397a25692d89059cccbedf686fd6b1e0b5a7f04dff0a8e4b06614d4ffcde19a9790e122c0f43de1d561f3e0ba75c03ad215a906e8cd051c6960/gdb-8.2.1-disable-sis.patch: error: HTTP Error 404: Not Found
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_attachments/gdb-8.2.1-disable-sis.patch -> patches/gdb-8.2.1-disable-sis.patch
building: or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1
error: building or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1
Build FAILED
See error report: rsb-report-or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
error: building or1k-rtems7-gdb-8.2.1-x86_64-linux-gnu-1
config: tools/rtems-binutils-2.34.cfg
package: or1k-rtems7-binutils-2.34-x86_64-linux-gnu-1
building: or1k-rtems7-binutils-2.34-x86_64-linux-gnu-1
sizes: or1k-rtems7-binutils-2.34-x86_64-linux-gnu-1: 513.627MB (installed: 120.378MB)
cleaning: or1k-rtems7-binutils-2.34-x86_64-linux-gnu-1
reporting: tools/rtems-binutils-2.34.cfg -> or1k-rtems7-binutils-2.34-x86_64-linux-gnu-1.txt
reporting: tools/rtems-binutils-2.34.cfg -> or1k-rtems7-binutils-2.34-x86_64-linux-gnu-1.xml
config: tools/rtems-gcc-9.3.0-newlib-7947581.cfg
package: or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
download: https://dl.rtems.org/4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de/gcc-9.3.0.tar.xz -> sources/gcc-9.3.0.tar.xz
download: https://dl.rtems.org/4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de/gcc-9.3.0.tar.xz: error: HTTP Error 404: Not Found
download: https://ftp.gnu.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz -> sources/gcc-9.3.0.tar.xz
download: https://dl.rtems.org/85d0b40f4dbf14cb99d17aa07048cdcab2dc3eb527d2fbb1e84c41b2de5f351025370e57448b63b2b8a8cf8a0843a089c3263f9baee1542d5c2e1cb37ed39d94/isl-0.18.tar.bz2 -> sources/isl-0.18.tar.bz2
download: https://dl.rtems.org/0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43/mpc-1.0.3.tar.gz -> sources/mpc-1.0.3.tar.gz
building: or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
error: building or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
Build FAILED
See error report: rsb-report-or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
error: building or1k-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
config: tools/rtems-tools-5-1.cfg
package: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
building: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
sizes: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1: 265.651MB (installed: 75.011MB)
cleaning: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1.txt
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1.xml
cleaning: or1k-rtems7-binutils-2.34-x86_64-linux-gnu-1
cleaning: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
Build Sizes: usage: 709.017MB total: 444.357MB (sources: 248.944MB, patches: 23.201KB, installed 195.390MB)
Mailing report: build at rtems.org
Report
======
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:11:30 2026
==============================================================================
Report: tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 67d17daa63cb47ef8a5e1f25111b710da3712661
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.34.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
Package: or1k-rtems7-binutils-2.34-x86_64-linux-gnu-1
Config: tools/rtems-binutils-2.34.cfg
Summary:
Binutils v2.34 for target or1k-rtems7 on host x86_64-linux-gnu
URL:
http://sources.redhat.com/binutils
Version:
2.34
Release:
1
Sources: 1
1: https://ftpmirror.gnu.org/binutils/binutils-2.34.tar.bz2
sha512: f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source="binutils-2.34"
source_dir_binutils=${binutils_source}
%setup source binutils -q -n ${binutils_source}
%setup patch binutils -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "or1k-rtems7" -o "x86_64-linux-gnu" == "or1k-rtems7" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
../${source_dir_binutils}/configure --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=or1k-rtems7 --verbose --disable-nls --disable-gdb --disable-libdecnumber --disable-readline --disable-sim --enable-deterministic-archives --enable-64-bit-bfd --without-included-gettext --disable-win32-registry --disable-werror --prefix=/home/joel/rtems-cron-5/tools/5 --bindir=/home/joel/rtems-cron-5/tools/5/bin --exec-prefix=/home/joel/rtems-cron-5/tools/5 --includedir=/home/joel/rtems-cron-5/tools/5/include --libdir=/home/joel/rtems-cron-5/tools/5/lib --mandir=/home/joel/rtems-cron-5/tools/5/share/man --infodir=/home/joel/rtems-cron-5/tools/5/share/info --disable-warn-execstack --disable-warn-rwx-segments
make -j 56 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/dir
touch $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/or1k-rtems7-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/or1k-rtems7-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/or1k-rtems7-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/or1k-rtems7-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/or1k-rtems7-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/or1k-rtems7-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/or1k-rtems7-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/or1k-rtems7-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:11:31 2026
==============================================================================
Report: tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 67d17daa63cb47ef8a5e1f25111b710da3712661
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.34.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
Package: or1k-rtems7-binutils-2.34-x86_64-linux-gnu-1
Config: tools/rtems-binutils-2.34.cfg
Summary:
Binutils v2.34 for target or1k-rtems7 on host x86_64-linux-gnu
URL:
http://sources.redhat.com/binutils
Version:
2.34
Release:
1
Sources: 1
1: https://ftpmirror.gnu.org/binutils/binutils-2.34.tar.bz2
sha512: f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source="binutils-2.34"
source_dir_binutils=${binutils_source}
%setup source binutils -q -n ${binutils_source}
%setup patch binutils -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "or1k-rtems7" -o "x86_64-linux-gnu" == "or1k-rtems7" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
../${source_dir_binutils}/configure --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=or1k-rtems7 --verbose --disable-nls --disable-gdb --disable-libdecnumber --disable-readline --disable-sim --enable-deterministic-archives --enable-64-bit-bfd --without-included-gettext --disable-win32-registry --disable-werror --prefix=/home/joel/rtems-cron-5/tools/5 --bindir=/home/joel/rtems-cron-5/tools/5/bin --exec-prefix=/home/joel/rtems-cron-5/tools/5 --includedir=/home/joel/rtems-cron-5/tools/5/include --libdir=/home/joel/rtems-cron-5/tools/5/lib --mandir=/home/joel/rtems-cron-5/tools/5/share/man --infodir=/home/joel/rtems-cron-5/tools/5/share/info --disable-warn-execstack --disable-warn-rwx-segments
make -j 56 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/dir
touch $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/or1k-rtems7-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/or1k-rtems7-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/or1k-rtems7-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/or1k-rtems7-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/or1k-rtems7-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/or1k-rtems7-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/or1k-rtems7-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/or1k-rtems7-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:13:45 2026
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 67d17daa63cb47ef8a5e1f25111b710da3712661
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
Config: tools/rtems-tools-5-1.cfg
Summary:
RTEMS Tools cbe73fd20550acb4fd932945ed6886174c6ca832 for host x86_64-linux-gnu
URL:
http://www.rtems.org/
Version:
cbe73fd20550acb4fd932945ed6886174c6ca832
Release:
1
Sources: 1
1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/cbe73fd20550acb4fd932945ed6886174c6ca832/rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832.tar.bz2
sha512: pBGg3tNIa5e+JNd/YaekVgWmkLJh9etl/bGRGwhhlG4zVQvnW1EVn96cmuKyucORl+teKgZVZxYa4i7Zzjo8uA==
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832
source_dir_rtems_tools=${rtems_tools_source}
%setup source rtems-tools -q -n ${rtems_tools_source}
%setup patch rtems-tools -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
RT_HOST="--host=x86_64-linux-gnu"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/joel/rtems-cron-5/tools/5
./waf
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${source_dir_rtems_tools}
./waf --destdir=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:13:45 2026
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 67d17daa63cb47ef8a5e1f25111b710da3712661
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
Config: tools/rtems-tools-5-1.cfg
Summary:
RTEMS Tools cbe73fd20550acb4fd932945ed6886174c6ca832 for host x86_64-linux-gnu
URL:
http://www.rtems.org/
Version:
cbe73fd20550acb4fd932945ed6886174c6ca832
Release:
1
Sources: 1
1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/cbe73fd20550acb4fd932945ed6886174c6ca832/rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832.tar.bz2
sha512: pBGg3tNIa5e+JNd/YaekVgWmkLJh9etl/bGRGwhhlG4zVQvnW1EVn96cmuKyucORl+teKgZVZxYa4i7Zzjo8uA==
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832
source_dir_rtems_tools=${rtems_tools_source}
%setup source rtems-tools -q -n ${rtems_tools_source}
%setup patch rtems-tools -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
RT_HOST="--host=x86_64-linux-gnu"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/joel/rtems-cron-5/tools/5
./waf
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${source_dir_rtems_tools}
./waf --destdir=$SB_BUILD_ROOT install
cd ${build_top}
More information about the build
mailing list