Build FreeBSD: FAILED 6/rtems-microblaze on x86_64-freebsd14.3 (microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1)
OAR Tester for FreeBSD 14
rtems-tester at oarcorp.com
Tue Jun 30 06:59:05 UTC 2026
RTEMS Source Builder - Set Builder, 7 (5d642fa4a69a)
Host: FreeBSD-14.3-RELEASE-p10-amd64-64bit-ELF
FreeBSD FreeBSD14-VM 14.3-RELEASE-p10 FreeBSD 14.3-RELEASE-p10 GENERIC
amd64 amd64
Build Time: 0:02:27.916153
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
script:145: CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:146: # Build
script:147: CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
script:148: CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
script:149: LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
script:150: LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
script:151: LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
script:152: CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
script:153: CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:154: CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:155: else
script:156: LDFLAGS="${SB_BUILD_LDFLAGS}"
script:157: LDLIBS="${SB_BUILD_LIBS}"
script:158: LIBS="${SB_BUILD_LIBS}"
script:159: CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:160: CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:161: CC_FOR_BUILD=${CC}
script:162: CXX_FOR_BUILD=${CXX}
script:163: fi
script:164: export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
script:165: 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:166: export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
script:167: if test "x86_64-freebsd14.3" != "x86_64-freebsd14.3" ; then
script:168: GDB_LIBS_STATIC="-lexpat"
script:169: else
script:170: GDB_LIBS_STATIC="-lexpat"
script:171: GDB_LIBS="-Xlinker -Bstatic ${LIBS_STATIC} -Xlinker -Bdynamic"
script:172: fi
script:173: LIBS_STATIC=${GDB_LIBS_STATIC} LIBS=${GDB_LIBS} ../${source_dir_gdb}/configure --build=x86_64-freebsd14.3 --host=x86_64-freebsd14.3 --target=microblaze-rtems6 --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-libiconv-prefix=/usr/local --with-python=/usr/local/bin/python3 --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info
script:174: gmake -j 8 all V=1
script:175: cd ${build_top}
script:176: echo "==> %install:"
script:177: build_top=$(pwd)
script:178: /bin/rm -rf $SB_BUILD_ROOT
script:179: cd ${build_dir}
script:180: gmake DESTDIR=$SB_BUILD_ROOT install
script:181: /bin/rm -rf $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/configure.info*
script:182: /bin/rm -f $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
script:183: touch $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
script:184: 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/tester/rtems-cron-6/tools/6"
script: 7: SB_PREFIX_CLEAN=$(echo "/home/tester/rtems-cron-6/tools/6" | /usr/bin/sed -e 's/^\///')
script: 8: SB_SOURCE_DIR="/home/tester/rtems-cron-6/rtems-source-builder/rtems/sources"
script: 9: SB_BUILD_DIR="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1"
script: 10: # host == build, use build; host != build, host uses host and build uses build
script: 11: SB_HOST_CPPFLAGS="-I/usr/local/include"
script: 12: # Optional tmpinternal paths
script: 13: SB_TMP_INCLUDES="-I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/${SB_PREFIX_CLEAN}/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include"
script: 14: SB_TMP_LDFLAGS="-L/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-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 --std=gnu17 -I/usr/local/include"
script: 18: SB_HOST_CXXFLAGS="-O2 -g -pipe --std=gnu++17 -I/usr/local/include"
script: 19: SB_HOST_LDFLAGS="-L/usr/local/lib -L/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/${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=" --std=gnu17"
script: 23: SB_BUILD_CFLAGS="-O2 -pipe $SB_BUILD_C_STD $SB_TMP_INCLUDES"
script: 24: SB_BUILD_CXX_STD=" --std=gnu++17"
script: 25: SB_BUILD_CXXFLAGS="-O2 -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="freebsd"
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/tester/rtems-cron-6/tools/6/share/doc"
script: 38: export SB_DOC_DIR
script: 39: # Packages
script: 40: SB_PACKAGE_NAME="microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1"
script: 41: SB_PACKAGE_BUILDNAME="microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1"
script: 42: SB_PACKAGE_VERSION="15.2"
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/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1"
script: 48: SB_BUILD_ROOT="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001"
script: 49: SB_BUILD_ROOT_BINDIR="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001/${SB_PREFIX_CLEAN}/bin"
script: 50: export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR
script: 51: SB_BUILD_CXC_DIR="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-cxc"
script: 52: SB_BUILD_CXC_ROOT="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001-cxc"
script: 53: SB_BUILD_CXC_ROOT_BINDIR="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001-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/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze"
script: 56: SB_TMPPREFIX="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/${SB_PREFIX_CLEAN}"
script: 57: SB_TMPBINDIR="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/${SB_PREFIX_CLEAN}/bin"
script: 58: export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR
script: 59: SB_TMPCXCROOT="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze"
script: 60: SB_TMPCXCPREFIX="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-cxc/6/rtems-microblaze/${SB_PREFIX_CLEAN}"
script: 61: SB_TMPCXCBINDIR="/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-cxc/6/rtems-microblaze/${SB_PREFIX_CLEAN}/bin"
script: 62: export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR
script: 63: # Extra path support
script: 64: SB_EXTRAPATH="/home/tester/rtems-cron-6/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/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-staging/bin:/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-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/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1"
script: 89: echo "=> microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1: CLEAN"
script: 90: echo "==> %clean:"
removing: /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
making dir: /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
write script: /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1/do-build
write script: /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1/do-clean
building: microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
run: /bin/sh -ex /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1/do-build
+ export 'SB_ORIG_PATH=/home/tester/rtems-cron-6/tools/6/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ SB_PREFIX=/home/tester/rtems-cron-6/tools/6
+ echo /home/tester/rtems-cron-6/tools/6
+ /usr/bin/sed -e 's/^\///'
+ SB_PREFIX_CLEAN=home/tester/rtems-cron-6/tools/6
+ SB_SOURCE_DIR=/home/tester/rtems-cron-6/rtems-source-builder/rtems/sources
+ SB_BUILD_DIR=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
+ SB_HOST_CPPFLAGS=-I/usr/local/include
+ SB_TMP_INCLUDES='-I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include'
+ SB_TMP_LDFLAGS=-L/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/lib
+ SB_HOST_CFLAGS='-O2 -g -pipe --std=gnu17 -I/usr/local/include'
+ SB_HOST_CXXFLAGS='-O2 -g -pipe --std=gnu++17 -I/usr/local/include'
+ SB_HOST_LDFLAGS='-L/usr/local/lib -L/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/lib'
+ SB_HOST_LIBS=''
+ SB_BUILD_C_STD=' --std=gnu17'
+ SB_BUILD_CFLAGS='-O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include'
+ SB_BUILD_CXX_STD=' --std=gnu++17'
+ SB_BUILD_CXXFLAGS='-O2 -pipe --std=gnu++17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include'
+ SB_BUILD_LDFLAGS=' -L/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/lib'
+ SB_BUILD_LIBS=''
+ SB_CFLAGS='-O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include'
+ SB_CXXFLAGS='-O2 -pipe --std=gnu++17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include'
+ SB_ARCH=x86_64
+ SB_OS=freebsd
+ 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/tester/rtems-cron-6/tools/6/share/doc
+ export SB_DOC_DIR
+ SB_PACKAGE_NAME=microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
+ SB_PACKAGE_BUILDNAME=microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
+ SB_PACKAGE_VERSION=15.2
+ SB_PACKAGE_RELEASE=1
+ export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE
+ export SB_PREFIX
+ SB_BUILD_DIR=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
+ SB_BUILD_ROOT=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001
+ SB_BUILD_ROOT_BINDIR=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001/home/tester/rtems-cron-6/tools/6/bin
+ export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR
+ SB_BUILD_CXC_DIR=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-cxc
+ SB_BUILD_CXC_ROOT=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001-cxc
+ SB_BUILD_CXC_ROOT_BINDIR=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001-cxc/home/tester/rtems-cron-6/tools/6/bin
+ export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR
+ SB_TMPROOT=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze
+ SB_TMPPREFIX=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6
+ SB_TMPBINDIR=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin
+ export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR
+ SB_TMPCXCROOT=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze
+ SB_TMPCXCPREFIX=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-cxc/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6
+ SB_TMPCXCBINDIR=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-cxc/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin
=> microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1: BUILD
+ export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR
+ SB_EXTRAPATH=/home/tester/rtems-cron-6/rtems-source-builder/source-builder
+ export CFLAGS_FOR_TARGET
+ export CXXFLAGS_FOR_TARGET
+ test -n /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin
+ PATH=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin:/home/tester/rtems-cron-6/tools/6/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
+ test -n /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-cxc/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin
+ PATH=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-cxc/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin:/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin:/home/tester/rtems-cron-6/tools/6/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
==> %prep:
+ test -n /home/tester/rtems-cron-6/rtems-source-builder/source-builder
+ PATH=/home/tester/rtems-cron-6/rtems-source-builder/source-builder:/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-cxc/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin:/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin:/home/tester/rtems-cron-6/tools/6/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
+ PATH=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-staging/bin:/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/bin:/home/tester/rtems-cron-6/rtems-source-builder/source-builder:/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-cxc/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin:/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/bin:/home/tester/rtems-cron-6/tools/6/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
+ export PATH
+ LANG=C
+ export LANG
+ unset DISPLAY
+ umask 022
+ cd /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
+ echo '=> microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1: BUILD'
+ echo '==> %prep:'
+ pwd
+ build_top=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
+ gdb_source=gdb-15.2
+ source_dir_gdb=gdb-15.2
+ cd /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
+ /bin/rm -rf gdb-15.2
+ /usr/bin/xz -dc /home/tester/rtems-cron-6/rtems-source-builder/rtems/sources/gdb-15.2.tar.xz
+ /usr/bin/tar -x -f -
+ tar_exit=0
+ cd gdb-15.2
+ /bin/chmod -R a+rX,g-w,o-w .
+ /usr/bin/patch -E -p1
+ /bin/cat /home/tester/rtems-cron-6/rtems-source-builder/rtems/patches/gdb-14067-python-config.diff
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- gdb-13.1/gdb/python/python-config.py.orig 2023-03-26 13:51:21
|+++ gdb-13.1/gdb/python/python-config.py 2023-03-26 13:53:21
--------------------------
Patching file gdb/python/python-config.py using Plan A...
Hunk #1 succeeded at 77.
done
+ /bin/cat /home/tester/rtems-cron-6/rtems-source-builder/rtems/patches/gdb-15.2-zlib-macos-fix.diff
+ /usr/bin/patch -E -p1
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- gdb-15.2/zlib/zutil.h.orig 2025-05-04 09:56:44
|+++ gdb-15.2/zlib/zutil.h 2025-05-04 09:57:13
--------------------------
Patching file zlib/zutil.h using Plan A...
Hunk #1 succeeded at 137.
done
+ /bin/cat /home/tester/rtems-cron-6/rtems-source-builder/rtems/patches/0001-gdb-Add-support-for-TLS-under-RTEMS.patch
+ /usr/bin/patch -E -p1
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|From d211a1d38f4a7d16385668300301e2fc63a6e8c6 Mon Sep 17 00:00:00 2001
|From: Kinsey Moore <kinsey.moore at oarcorp.com>
|Date: Fri, 20 Jun 2025 12:07:09 -0500
|Subject: [PATCH] gdb: Add support for TLS under RTEMS
|
|This support uses the presence of the ".rtemsroset" section to detect
|whether an ELF was created using RTEMS. This works for current RTEMS
|development (7) branch, 6 branch, 5 branch, and 4.11 branch. This
|registers the TLS callback for architectures under which RTEMS is known
|to support TLS. The RTEMS GDB stub is only expected to support TLS in 6
|branch and the current development branch and will only respond without
|error to vGetTLSAddr request in those versions.
|---
| gdb/Makefile.in | 2 ++
| gdb/configure.tgt | 2 ++
| gdb/osabi.c | 1 +
| gdb/osabi.h | 1 +
| gdb/rtems-tdep.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++
| 5 files changed, 81 insertions(+)
| create mode 100644 gdb/rtems-tdep.c
|
|diff --git a/gdb/Makefile.in b/gdb/Makefile.in
|index 84bc54b303e..abec819d277 100644
|--- a/gdb/Makefile.in
|+++ b/gdb/Makefile.in
--------------------------
Patching file gdb/Makefile.in using Plan A...
Hunk #1 succeeded at 872.
Hunk #2 succeeded at 1827.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/gdb/configure.tgt b/gdb/configure.tgt
|index 47a674201f9..5d40f2b89bf 100644
|--- a/gdb/configure.tgt
|+++ b/gdb/configure.tgt
--------------------------
Patching file gdb/configure.tgt using Plan A...
Hunk #1 succeeded at 127.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/gdb/osabi.c b/gdb/osabi.c
|index d494d899623..cb9bce1102c 100644
|--- a/gdb/osabi.c
|+++ b/gdb/osabi.c
--------------------------
Patching file gdb/osabi.c using Plan A...
Hunk #1 succeeded at 81.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/gdb/osabi.h b/gdb/osabi.h
|index c1a85d1b9a3..1e047c62d51 100644
|--- a/gdb/osabi.h
|+++ b/gdb/osabi.h
--------------------------
Patching file gdb/osabi.h using Plan A...
Hunk #1 succeeded at 46.
Hmm... The next patch looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/gdb/rtems-tdep.c b/gdb/rtems-tdep.c
|new file mode 100644
|index 00000000000..3c1f5b29e10
|--- /dev/null
|+++ b/gdb/rtems-tdep.c
--------------------------
(Creating file gdb/rtems-tdep.c...)
Patching file gdb/rtems-tdep.c using Plan A...
Empty context always matches.
Hunk #1 succeeded at 1.
Hmm... Ignoring the trailing garbage.
done
+ cd /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
+ SB_CXC=no
+ echo '==> clean %{buildroot}: /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001'
+ /bin/rm -rf /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001
==> clean %{buildroot}: /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001
+ /bin/mkdir -p /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1-1001
==> %build:
+ echo '==> %build:'
+ pwd
+ build_top=/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
+ test x86_64-freebsd14.3 '!=' x86_64-freebsd14.3
+ build_dir=build
+ mkdir -p build
+ cd build
+ test x86_64-freebsd14.3 '!=' x86_64-freebsd14.3
+ LDFLAGS=' -L/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/lib'
+ LDLIBS=''
+ LIBS=''
+ echo '/usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include'
+ sed -e 's,-std=gnu99 ,,'
+ CC='/usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include'
+ echo '/usr/bin/c++ -O2 -pipe --std=gnu++17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include'
+ sed -e 's,-std=gnu99 ,,'
+ CXX='/usr/bin/c++ -O2 -pipe --std=gnu++17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include'
+ CC_FOR_BUILD='/usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include'
+ CXX_FOR_BUILD='/usr/bin/c++ -O2 -pipe --std=gnu++17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-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
+ test x86_64-freebsd14.3 '!=' x86_64-freebsd14.3
+ GDB_LIBS_STATIC=-lexpat
+ GDB_LIBS='-Xlinker -Bstatic -Xlinker -Bdynamic'
+ LIBS_STATIC=-lexpat LIBS='-Xlinker -Bstatic -Xlinker -Bdynamic' ../gdb-15.2/configure '--build=x86_64-freebsd14.3' '--host=x86_64-freebsd14.3' '--target=microblaze-rtems6' --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-libiconv-prefix=/usr/local' '--with-python=/usr/local/bin/python3' '--prefix=/home/tester/rtems-cron-6/tools/6' '--bindir=/home/tester/rtems-cron-6/tools/6/bin' '--exec-prefix=/home/tester/rtems-cron-6/tools/6' '--includedir=/home/tester/rtems-cron-6/tools/6/include' '--libdir=/home/tester/rtems-cron-6/tools/6/lib' '--mandir=/home/tester/rtems-cron-6/tools/6/share/man' '--infodir=/home/tester/rtems-cron-6/tools/6/share/info'
checking build system type... x86_64-pc-freebsd14.3
checking host system type... x86_64-pc-freebsd14.3
checking target system type... microblaze-xilinx-rtems6
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
configure: WARNING: neither ld nor gold are enabled
checking for gdbserver support... no
checking for x86_64-freebsd14.3-gcc... /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-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 /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include accepts -g... yes
checking for /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include option to accept ISO C89... none needed
checking for /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include option to accept ISO C99... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/c++ -O2 -pipe --std=gnu++17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... no
checking for x86_64-freebsd14.3-gnatbind... no
checking for gnatbind... no
checking for x86_64-freebsd14.3-gnatmake... no
checking for gnatmake... no
checking whether compiler driver understands Ada and is recent enough... no
checking for x86_64-freebsd14.3-gdc... no
checking for gdc... no
checking whether the D compiler works... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... no
configure: error: Building GDB requires GMP 4.2+, and MPFR 3.1.0+.
Try the --with-gmp and/or --with-mpfr options to specify
their locations. If you obtained GMP and/or MPFR from a vendor
distribution package, make sure that you have installed both the libraries
and the header files. They may be located in separate packages.
shell cmd failed: /bin/sh -ex /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1/do-build
error: building microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
See error report: rsb-report-microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
checking for MAP_ANON(YMOUS)... yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
yes
checking whether read-only mmap of a plain file works... yes
checking whether mmap from /dev/zero works... yes
checking for MAP_ANON(YMOUS)... yes
yes
no
checking for __fsetlocking... checking for getcwd... checking for ffs... configure: updating cache ./config.cache
yes
checking for sys/types.h... configure: creating ./config.status
yes
checking whether mmap with MAP_ANON(YMOUS) works... yes
checking whether to enable maintainer-specific portions of Makefiles... no
yes
configure: updating cache ./config.cache
checking for sys/stat.h... configure: creating ./config.status
yes
yes
no
checking for iconv... checking for getcwd... checking for getpagesize... yes
checking for stdlib.h... config.status: creating Makefile
yes
yes
checking for gettimeofday... checking for getpagesize... config.status: creating mkheaders.almost
yes
checking for iconv declaration... yes
checking for string.h... config.status: creating config.h
config.status: creating Makefile
config.status: creating mkheaders.almost
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
config.status: creating config.h
yes
yes
checking for memory.h... checking for gettimeofday... checking for index... yes
checking for strings.h... yes
checking for LC_MESSAGES... yes
yes
checking for index... checking for insque... yes
checking for inttypes.h... yes
checking for bison... bison
checking version of bison... 3.8.2, ok
checking whether NLS is requested... no
checking whether to use NLS... no
checking for aclocal... no
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking bison 3 or later... yes
yes
3.8.2, bison3
checking for stdint.h... checking for insque... checking for memchr... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for unistd.h... yes
yes
checking for memchr... checking for memcmp... yes
checking minix/config.h usability... yes
yes
no
checking minix/config.h presence... config.status: creating Makefile
checking for memcpy... checking for memcmp... config.status: creating config.intl
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... config.status: creating config.h
config.status: executing default-1 commands
yes
yes
checking for memcpy... checking for memmem... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for aclocal... no
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -W... yes
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -Wall... yes
yes
checking for memmove... checking for memmem... yes
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -Wnarrowing... yes
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -Wwrite-strings... yes
yes
checking for memmove... yes
checking for mempcpy... checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -Wmissing-format-attribute... yes
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -Wstrict-prototypes... yes
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -Wmissing-prototypes... yes
yes
checking for memset... checking for mempcpy... yes
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -Wold-style-definition... yes
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -Wc++-compat... yes
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -pedantic -Wlong-long... yes
yes
checking for memset... checking for mkstemps... yes
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -fno-exceptions... yes
checking whether /usr/bin/cc -O2 -pipe --std=gnu17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include supports -fno-rtti... yes
yes
checking for putenv... checking for mkstemps... yes
checking dependency style of /usr/bin/c++ -O2 -pipe --std=gnu++17 -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-microblaze/home/tester/rtems-cron-6/tools/6/include -I/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001-internal/include... yes
yes
checking for putenv... checking for random... gcc3
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
yes
checking for rename... checking for random... yes
checking locale.h usability... yes
checking locale.h presence... yes
yes
checking for rindex... yes
checking for locale.h... yes
checking fcntl.h usability... checking for rename... yes
checking fcntl.h presence... yes
checking for setenv... yes
yes
checking for fcntl.h... yes
checking for rindex... checking limits.h usability... yes
checking limits.h presence... yes
checking for snprintf... yes
checking for setenv... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
yes
checking for snprintf... checking for sigsetmask... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
yes
checking for stpcpy... yes
checking sys/file.h presence... checking for sigsetmask... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... yes
yes
checking for stpcpy... checking for stpncpy... no
checking for an ANSI C-conforming const... yes
yes
yes
checking for inline... checking for stpncpy... checking for strcasecmp... inline
checking for obstacks... yes
yes
no
checking for off_t... checking for strcasecmp... checking for strchr... yes
yes
checking for strdup... checking for strchr... yes
checking for size_t... yes
yes
checking for strdup... checking for strncasecmp... yes
checking for ssize_t... yes
yes
checking for strndup... checking for strncasecmp... yes
checking for uintptr_t... yes
yes
checking for strnlen... checking for strndup... yes
checking for ptrdiff_t... yes
yes
checking for strrchr... checking for strnlen... yes
yes
checking for uint64_t... yes
checking for strrchr... checking for strstr... yes
checking whether struct tm is in sys/time.h or time.h... yes
yes
time.h
checking size of int... checking for strtod... checking for strstr... yes
yes
checking for strtod... checking for strtol... 4
checking size of long... yes
yes
checking for strtoul... checking for strtol... 8
checking for clearerr_unlocked... yes
yes
yes
checking for strtoll... checking for strtoul... checking for feof_unlocked... yes
checking for ferror_unlocked... yes
yes
checking for strtoll... checking for strtoull... yes
checking for fflush_unlocked... yes
yes
checking for strtoull... checking for strverscmp... yes
yes
yes
checking for fgetc_unlocked... checking for tmpnam... checking for strverscmp... yes
yes
no
checking for vasprintf... checking for tmpnam... checking for fgets_unlocked... yes
yes
no
checking for vasprintf... checking for fileno_unlocked... checking for vfprintf... yes
yes
yes
checking for fprintf_unlocked... checking for vprintf... checking for vfprintf... yes
yes
no
checking for fputc_unlocked... checking for vsnprintf... checking for vprintf... yes
yes
yes
checking for fputs_unlocked... checking for vsnprintf... checking for vsprintf... yes
yes
yes
checking for fread_unlocked... checking for waitpid... checking for vsprintf... yes
yes
checking for setproctitle... yes
checking for fwrite_unlocked... checking for waitpid... yes
yes
yes
checking whether alloca needs Cray hooks... checking for getchar_unlocked... checking for setproctitle... no
checking stack direction for C alloca... yes
yes
checking whether alloca needs Cray hooks... checking for getc_unlocked... -1
checking for vfork.h... no
checking stack direction for C alloca... no
checking for fork... yes
checking for putchar_unlocked... -1
checking for vfork.h... yes
checking for vfork... no
checking for fork... yes
checking for putc_unlocked... yes
checking for working fork... yes
checking for vfork... yes
checking whether abort is declared... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
yes
checking for working fork... checking whether asprintf is declared... yes
checking whether basename is declared... no
checking for sys_errlist... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking whether errno is declared... yes
checking for sys_nerr... no
checking for sys_errlist... no
checking whether getopt is declared... yes
yes
yes
checking for sys_siglist... checking for sys_nerr... checking whether vasprintf is declared... yes
checking whether clearerr_unlocked is declared... yes
yes
checking for sys_siglist... checking for external symbol _system_configuration... no
yes
checking for __fsetlocking... checking whether feof_unlocked is declared... yes
checking for external symbol _system_configuration... yes
checking whether ferror_unlocked is declared... no
no
checking for __fsetlocking... checking for canonicalize_file_name... yes
checking whether fflush_unlocked is declared... no
no
checking for dup3... checking for canonicalize_file_name... yes
checking whether fgetc_unlocked is declared... yes
no
no
checking for getrlimit... checking for dup3... checking whether fgets_unlocked is declared... no
checking whether fileno_unlocked is declared... yes
yes
checking for getrusage... checking for getrlimit... yes
checking whether fprintf_unlocked is declared... yes
yes
checking for getrusage... checking for getsysinfo... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
no
checking for getsysinfo... checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking whether fread_unlocked is declared... yes
no
no
checking for pipe2... checking for gettimeofday... (cached) yes
checking whether fwrite_unlocked is declared... checking for on_exit... yes
checking whether getchar_unlocked is declared... yes
no
checking for psignal... checking for pipe2... yes
checking whether getc_unlocked is declared... yes
yes
checking for pstat_getdynamic... checking for psignal... yes
checking whether putchar_unlocked is declared... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... yes
checking whether putc_unlocked is declared... no
no
checking for realpath... checking for pstat_getstatic... yes
checking for working alloca.h... no
checking for alloca... yes
checking for setrlimit... no
checking for realpath... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
yes
checking for spawnve... checking for setrlimit... yes
checking whether NLS is requested... no
checking for uchar...
checking size of ino_t... yes
no
checking for spawnve... checking for spawnvpe... no
no
checking for spawnvpe... checking for strerror... 8
checking size of dev_t... yes
no
checking for strerror... checking for strsignal... 8
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
yes
checking for iconv... (cached) no
yes
checking for sysconf... checking for CET support... no
checking for strsignal... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for sysctl... checking for sysconf... yes
yes
checking for sysctl... checking for sysmp... config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir .deps
yes
no
checking for sysmp... checking for table... no
no
checking for table... checking for times... yes
no
checking for wait3... checking for times... yes
yes
checking for wait4... checking for wait3... yes
yes
checking for sbrk... checking for wait4... yes
yes
checking for sbrk... checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether basename is declared... yes
checking whether asprintf is declared... no
checking whether ffs is declared... yes
checking whether vasprintf is declared... yes
checking whether asprintf 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 calloc is declared... yes
checking whether vsnprintf is declared... yes
checking whether getenv is declared... yes
checking whether calloc is declared... yes
checking whether getopt is declared... yes
checking whether getenv 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
checking whether strtol is declared... yes
checking whether sbrk is declared... yes
checking whether strtoul is declared... yes
checking whether strtol is declared... yes
checking whether strtoll is declared... yes
checking whether strtoul is declared... yes
yes
checking whether strtoull is declared... checking whether strtoll is declared... yes
yes
checking whether strverscmp is declared... checking whether strtoull is declared... yes
yes
checking whether strverscmp is declared... checking whether strnlen is declared... yes
yes
checking whether canonicalize_file_name must be declared... checking whether strnlen is declared... yes
checking for stdlib.h... (cached) yes
yes
checking whether canonicalize_file_name must be declared... 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 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... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
yes
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: executing default commands
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[1]: Leaving directory '/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1/build'
gmake: *** [Makefile:1033: all] Error 2
gmake: Leaving directory '/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1/build'
shell cmd failed: /bin/sh -ex /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1/do-build
error: building microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1
See error report: rsb-report-microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sizes
=====
Maximum build usage: 819.251MB
Total size: 571.198MB
Installed : 191.311MB
Sources: 379.565MB
Patches: 328.874KB
Output
======
Build Set: 6/rtems-microblaze
config: devel/expat-2.5.0-1.cfg
package: expat-2.5.0-x86_64-freebsd14.3-1
building: expat-2.5.0-x86_64-freebsd14.3-1
sizes: expat-2.5.0-x86_64-freebsd14.3-1: 10.355MB (installed: 1.540MB)
cleaning: expat-2.5.0-x86_64-freebsd14.3-1
reporting: devel/expat-2.5.0-1.cfg -> expat-2.5.0-x86_64-freebsd14.3-1.txt
reporting: devel/expat-2.5.0-1.cfg -> expat-2.5.0-x86_64-freebsd14.3-1.xml
config: devel/gmp-6.2.1.cfg
package: gmp-6.2.1-x86_64-freebsd14.3-1
download: https://dl.rtems.org/8904334a3bcc5c896ececabc75cda9dec642e401fb5397c4992c4fabea5e962c9ce8bd44e8e4233c34e55c8010cc28db0545f5f750cbdbb5f00af538dc763be9/gmp-6.2.1.tar.bz2 -> sources/gmp-6.2.1.tar.bz2
building: gmp-6.2.1-x86_64-freebsd14.3-1
sizes: gmp-6.2.1-x86_64-freebsd14.3-1: 22.701MB (installed: 1.725MB)
cleaning: gmp-6.2.1-x86_64-freebsd14.3-1
reporting: devel/gmp-6.2.1.cfg -> gmp-6.2.1-x86_64-freebsd14.3-1.txt
reporting: devel/gmp-6.2.1.cfg -> gmp-6.2.1-x86_64-freebsd14.3-1.xml
config: tools/rtems-gdb-15.2.cfg
package: microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
download: https://dl.rtems.org/624007deceb5b15ba89c0725883d1a699fa46714ef30887f3d0165e17c5d65d634671740a135aa69e437d916218abb08cfa2a38ed309ff19d48f51da56b2a8ba/gdb-15.2.tar.xz -> sources/gdb-15.2.tar.xz
download: https://dl.rtems.org/2aa06d3df1c92382d2f542a5ed6e24c460f506dadeab9ccdb8e9bf8e68e35fd47c3e77f151f7e2ca71a247b2ddc829efedfe62612c4214de8847ea181cea1065/gdb-15.2-zlib-macos-fix.diff -> patches/gdb-15.2-zlib-macos-fix.diff
download: https://dl.rtems.org/be210194f32ae40d5c939f060dda6d3a9ab82106a53bdc71d953d5fe880350b527861cb4d3c8d5e784867c1a7795fcdffe53a8a83efb3dee48df86c0bf615aed/0001-gdb-Add-support-for-TLS-under-RTEMS.patch -> patches/0001-gdb-Add-support-for-TLS-under-RTEMS.patch
building: microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
error: building microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
Build FAILED
See error report: rsb-report-microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
error: building microblaze-rtems6-gdb-15.2-x86_64-freebsd14.3-1
config: tools/rtems-xilinx-binutils-2.36.cfg
package: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.3-1
download: https://dl.rtems.org/fe4ef5c6ee694f9aaf914a677240d5c8132d2d881676d407485e0c601a5fc9e9e5ac7c3850df1107993b38f304baf9a12ad8b31b3cd1bcf46b707078455b8930/binutils-gdb-7af075d.tar.gz -> sources/binutils-gdb-7af075d.tar.gz
download: https://dl.rtems.org/56971b06821d7ab36b068016dde6086941121fca40d661056fe03f17507dafab075b306fe91d191c3fa0ec3617cd8649fe3023e0e5230e3fd5b4c2a648c23a94/0001-Add-wdc.ext.clear-and-wdc.ext.flush-insns.patch -> patches/0001-Add-wdc.ext.clear-and-wdc.ext.flush-insns.patch
download: https://dl.rtems.org/e6240d8d5eebb36b161b77348522cd59dad008017ce7579b66310719faa8bdba9d0f0466f4d81bf8c1d79ed2a3a2d777924a404da1010fc4dd866fcae2bde322/0002-Add-mlittle-endian-and-mbig-endian-flags.patch -> patches/0002-Add-mlittle-endian-and-mbig-endian-flags.patch
download: https://dl.rtems.org/2d90ef568bb649bc79b09ec3e745a25b5f177dc49f6b6bf7e9143685e5206bb7aee7a3fd3d013d64d82e2865e90a9cfeb7103aeb29189b1330613c562597a2fc/0003-Disable-the-warning-message-for-eh_frame_hdr.patch -> patches/0003-Disable-the-warning-message-for-eh_frame_hdr.patch
download: https://dl.rtems.org/76780fc9e410739320f07dd2fc517631f0bb4a8484d56ed96f0f8089acf1f8958dbc4045bfe67289086a63b3374a63e8fb2e09f7e7d52579b04d1114022d7214/0004-LOCAL-Fix-relaxation-of-assembler-resolved-reference.patch -> patches/0004-LOCAL-Fix-relaxation-of-assembler-resolved-reference.patch
download: https://dl.rtems.org/76a76edd26dc9bd72b0330791d14362933f5bbbc5bef0f9a9e6ee307958a4f6791ceabdaadae3c969ac3f4c786b13784f473fde6fe8ddcbf3370ccfc8761d7ab/0005-upstream-change-to-garbage-collection-sweep-causes-m.patch -> patches/0005-upstream-change-to-garbage-collection-sweep-causes-m.patch
download: https://dl.rtems.org/deed94f04fa91e993043f3e2f5e7c865555a7ffce83e959980daebc255247ba51d991d6289e682fa4dff1758f085e661f5c2888b078dcaf2e790873c96520928/0006-Fix-bug-in-TLSTPREL-Relocation.patch -> patches/0006-Fix-bug-in-TLSTPREL-Relocation.patch
download: https://dl.rtems.org/8fb1c588eeae2356001d2d79e06c0a6dcd37be6411c11856b064973860139d1b87d490133fd98b5d70bea24f275bdbd5114e11a41141c0be05f23317b187e705/0007-Added-Address-extension-instructions.patch -> patches/0007-Added-Address-extension-instructions.patch
download: https://dl.rtems.org/e8227eb42b87de038430ddf79bf9f7e58deee0ed263ce521512b0568456f36aab16f9cdcdb2af2b7d0e5330aab0d73479a91480731e86370d63af708d641f903/0008-fixing-the-MAX_OPCODES-to-correct-value.patch -> patches/0008-fixing-the-MAX_OPCODES-to-correct-value.patch
download: https://dl.rtems.org/c1bcc51762b66706b286ffd50f3d55dcb99cdc43d2312e0af16b1c1444fe57cf1351d55267438cdd8c755d197646d9726873338b9f892ceb27810f324533e01c/0009-Add-new-bit-field-instructions.patch -> patches/0009-Add-new-bit-field-instructions.patch
download: https://dl.rtems.org/15ae27cae58d375e74468bede264450b944c698e9e67fda41ba8044826695b7790f1b5b28d9484e016b49accaebfc9002e7a724854147ab2986deafb9557694c/0010-fixing-the-imm-bug.patch -> patches/0010-fixing-the-imm-bug.patch
download: https://dl.rtems.org/3d4c21f650c18771f202d9e9b858a4f93ee1848328eaa4b55c62f4cff86e45aa62d94b323c60ba759160d086800ae039f62236c041fede5347a91ef3467a03cc/0011-Patch-Microblaze-fixed-bug-in-GCC-so-that-It-will-su.patch -> patches/0011-Patch-Microblaze-fixed-bug-in-GCC-so-that-It-will-su.patch
download: https://dl.rtems.org/e3100a06f4a5a816dbde2af496ed0a8fbb37e94a7188fef58c9fe78212de75ddf28d45b38bd605f58157925b1f56ef137ab5f89accb6bb478b4144647416c20a/0012-fixing-the-constant-range-check-issue.patch -> patches/0012-fixing-the-constant-range-check-issue.patch
download: https://dl.rtems.org/7d52717cdd4680434935018edbf5b20b0a545494d33b54735238aefeb340476b7b04d40372f4c664f7cfdf346217bcbf70d1484cdcc7ffaabe74961d4be784a6/0013-Patch-Microblaze-Compiler-will-give-error-messages-i.patch -> patches/0013-Patch-Microblaze-Compiler-will-give-error-messages-i.patch
building: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.3-1
sizes: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.3-1: 627.940MB (installed: 126.492MB)
cleaning: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.3-1
reporting: tools/rtems-xilinx-binutils-2.36.cfg -> microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.3-1.txt
reporting: tools/rtems-xilinx-binutils-2.36.cfg -> microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.3-1.xml
config: tools/rtems-xilinx-gcc-12-newlib-head.cfg
package: microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1
download: https://dl.rtems.org/4ded33f77b74eb7bfa2d32f68fc909454ddb5400ba795125f7003c777513dac17b1cae793442400647ec9d85a0c2a74666340ef6228db595412fbca62e735c8d/gcc-87a5641.tar.gz -> sources/gcc-87a5641.tar.gz
download: https://dl.rtems.org/413f14374856f8bfd2bb94a56f1860fff8fe9a936f33c96fdf6a5a0c5a30e2cf7d05026d0338e8b30015a93d80169a602397076b947c8292ac5b5cdc2237ec4e/0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch -> patches/0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch
download: https://dl.rtems.org/bbaae12a16c25f0a57d8389bfd860c451c18a9173ef4c7f7305501020c1843a005cbfe156d51694cbcb345e3089040b50ee9aaebaa800503da961f581d30f0c4/gcc-12-RTEMS-Use-local-exec-TLS-model-by-default.patch -> patches/gcc-12-RTEMS-Use-local-exec-TLS-model-by-default.patch
download: https://dl.rtems.org/7597a1315e10b664a55e8a5ee1ae30eb08af2f7f58d8d605673f2a749c071d9164a7973bc94731cd0f812c829199a7b47d18cc401fdb8fba153d5bd9536a9880/gcc-12-RTEMS-Enable-some-features-in-libstdc.patch -> patches/gcc-12-RTEMS-Enable-some-features-in-libstdc.patch
download: https://dl.rtems.org/f4c711a488abe1ca6330a0a60213b3fc1743e3d306c265315239d86402ac8f4fde069b050452cc618e7e5548c4528c7819f38641881d81faa0af7de3192bc24b/0001-LOCAL-Testsuite-builtins-tests-require-fpic.patch -> patches/0001-LOCAL-Testsuite-builtins-tests-require-fpic.patch
download: https://dl.rtems.org/f18caa3d3bbc1d44eaba33ee95d1d742249745d1c3b9f46e5a2492e2d3dbbd7434f0150a7067cc6dfd0e2165f0d1995e866dea4329448ca7f12e1030a470580a/0002-LOCAL-Quick-fail-g-.dg-opt-memcpy1.C.patch -> patches/0002-LOCAL-Quick-fail-g-.dg-opt-memcpy1.C.patch
download: https://dl.rtems.org/b424724f69abcf7c3bcd685edc82866df4d5d7667e068311ee1dd3bfe3400e540cbd8a67b9aa8c69abb4ef9297fbe3bdd9526de47dd265b06b3ae5a7005a811d/0003-LOCAL-For-dejagnu-static-testing-on-qemu-suppress-wa.patch -> patches/0003-LOCAL-For-dejagnu-static-testing-on-qemu-suppress-wa.patch
download: https://dl.rtems.org/b7e5ff18b84a320e7a4b4504e8209231354276d1246e74c5f1468cb20b0d4b59af25573652063ce96f5955b626e9c28dcaaa52b411c25eab9c03c45287d146c6/0004-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch -> patches/0004-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch
download: https://dl.rtems.org/23ca04a2e16c2b32c9baab14d388e6e74c057313fa0064f2d44eb8df5a0f74c8a0529ec159de3962924dd1a227885e6f413b005b72c766b945be1f8e6708fb10/0005-Patch-testsuite-Update-MicroBlaze-strings-test.patch -> patches/0005-Patch-testsuite-Update-MicroBlaze-strings-test.patch
download: https://dl.rtems.org/9ef4108d8ab54377b5579dd835cb5d248e6fe3778335a795865e7ec83428cda31286a81f0a9669460f13cf759c6f66615493fef00b44802480c70abe4646a5bf/0006-Patch-testsuite-Allow-MicroBlaze-.weakext-pattern-in.patch -> patches/0006-Patch-testsuite-Allow-MicroBlaze-.weakext-pattern-in.patch
download: https://dl.rtems.org/dfb1101f59ef20757f9a16c4235ecb3af3a7f1929f8d714e9835057d2fae88b88c5ad873c3eb2bc6ff67c94e6fb01e0ac0c4be1eea2493ed70962fe712717d75/0007-Patch-testsuite-Add-MicroBlaze-to-check_profiling_av.patch -> patches/0007-Patch-testsuite-Add-MicroBlaze-to-check_profiling_av.patch
download: https://dl.rtems.org/676edf672931df8cfe954750221de9ec272fffd8b1f17e0a2e3316b6f3cc6d4503aad9db10781a4555296ba94a44447ea251ef23e389e325607a29ac5d3d38e3/0008-Patch-microblaze-Fix-atomic-side-effects.patch -> patches/0008-Patch-microblaze-Fix-atomic-side-effects.patch
download: https://dl.rtems.org/acbe070096c44976c0c8add4b5a3577494f475e6d65eecfc92e9fe300bc233f44319acd837b6f4f50cd760898a5e533ddca19fd8deaf147881ae6626bdf9bea2/0009-Patch-microblaze-Fix-atomic-boolean-return-value.patch -> patches/0009-Patch-microblaze-Fix-atomic-boolean-return-value.patch
download: https://dl.rtems.org/7ab88f74bc86935d99a3bb05f256db1ddfff2a1693da6b890bc9e521421011cde70c5ed057e51e39447c260f0bf4b95da6ebfdefc248270710a73000307071fc/0010-Patch-microblaze-Fix-the-Microblaze-crash-with-msmal.patch -> patches/0010-Patch-microblaze-Fix-the-Microblaze-crash-with-msmal.patch
download: https://dl.rtems.org/0f0f37464f956e991247af32eee6384e9c7e7e72d97646e48af0e3289c5ff5d9b08b1ab588dae5f71860ad439cd6b35e5064b28774986d3284a2dc2ba90a21c0/0011-Patch-microblaze-Added-ashrsi3_with_size_opt.patch -> patches/0011-Patch-microblaze-Added-ashrsi3_with_size_opt.patch
download: https://dl.rtems.org/d7c61baaa77416c306215716344e703bd8687251bc921e071e4ae7ba06a6275a25201723070f4352bbfb1522aa430482781e0bde7edd728b460e590577bcabf4/0012-Patch-microblaze-Use-bralid-for-profiler-calls.patch -> patches/0012-Patch-microblaze-Use-bralid-for-profiler-calls.patch
download: https://dl.rtems.org/87dec1566f3e2e539d3a97fea4306f50e95e318da0d2c3f28d8db106efd71cb46ca825c79c86fd3a9d6ff08380a6414a2a65c05e09395da1f44f4aecee37f27b/0013-Patch-microblaze-Removed-moddi3-routinue.patch -> patches/0013-Patch-microblaze-Removed-moddi3-routinue.patch
download: https://dl.rtems.org/84253c3c180fbfc6b640ffda72e8574f95661bdf3132503acc3f1b73a8f78aeb0508c06dbb32d1c8363ff083765194eeff14e46445946969c51a4498d2b3a0e7/0001-gcc-config-aarch64-rtems.h-Define-__USE_INIT_FINI__.patch -> patches/0001-gcc-config-aarch64-rtems.h-Define-__USE_INIT_FINI__.patch
download: https://dl.rtems.org/bf1ec7eff0dd51d154dd0507edb085458c90a000f5a3ccefb1064147cf8fdafe0111d2094372e164976f2193c289bff9ea63dcad43555c90893272a494b7e779/0002-config-microblaze-crti.S-Add-single-underscore-init-.patch -> patches/0002-config-microblaze-crti.S-Add-single-underscore-init-.patch
download: https://dl.rtems.org/39c0666c2e5c560447f00ed913cd07261e9c0db05b0cc549400667013ccf1d4140c0bd7b012d60dd628235bf7ae27564460a45e969e9cff75d14ed94bfd82632/0001-microblaze-Define-__ELF__-for-RTEMS-target.patch -> patches/0001-microblaze-Define-__ELF__-for-RTEMS-target.patch
download: https://dl.rtems.org/c07fdb605a6520d194358504731e63b540211ef680383f1ca4ec65b4ac43ae27687534fd7d8196a4dbe83a0ecf2c42a4254c71e609ee484a7614573bc499a2e8/fix-mac-arm64-isl-config.patch -> patches/fix-mac-arm64-isl-config.patch
download: https://dl.rtems.org/3279f813ab37f47fdcc800e4ac5f306417d07f539593ca715876e43e04896e1d5bceccfb288ef2908a3f24b760747d0dbd0392a24b9b341bc3e12082e5c836ee/mpc-1.2.1.tar.gz -> sources/mpc-1.2.1.tar.gz
download: https://dl.rtems.org/2849b11e360ea98e0b4d708c67723ad2d6c7bac6d1e469673f408b0111cf0278429e8bc38fd2b7538dc2d5bb0cc430c646a0fa7f0b6b105a0482a5455fadc8b9/fix-mac-arm64-mpc-config.patch -> patches/fix-mac-arm64-mpc-config.patch
building: microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1
error: building microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1
Build FAILED
See error report: rsb-report-microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
error: building microblaze-rtems6-gcc-87a5641-newlib-1b3dcfd-x86_64-freebsd14.3-1
config: tools/rtems-tools-6.cfg
package: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
building: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
sizes: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1: 254.943MB (installed: 61.555MB)
cleaning: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
reporting: tools/rtems-tools-6.cfg -> rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1.txt
reporting: tools/rtems-tools-6.cfg -> rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1.xml
cleaning: expat-2.5.0-x86_64-freebsd14.3-1
cleaning: gmp-6.2.1-x86_64-freebsd14.3-1
cleaning: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.3-1
cleaning: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
Build Sizes: usage: 819.251MB total: 571.198MB (sources: 379.565MB, patches: 328.874KB, installed 191.311MB)
Mailing report: build at rtems.org
Report
======
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jun 30 01:56:41 2026
==============================================================================
Report: devel/expat-2.5.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 5d642fa4a69a3fbac5d749d3fc71f0cf8291f31f
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.5.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.5.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.5.0-x86_64-freebsd14.3-1
Config: devel/expat-2.5.0-1.cfg
Summary:
Expat XML Parser v2.5.0 for target microblaze-rtems6 on host x86_64-freebsd14.3
URL:
http://expat.sourceforge.net/
Version:
2.5.0
Release:
1
Sources: 1
1: https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
sha512: 8f99pfr7R9zW4PDYkoJqum3nZQnISXvAA4LxEJq44qk9OWlD27UiFkVwRJk6Odc3KASK32UNjoPigYntx7eEAg==
Patches: 0
Preparation:
build_top=$(pwd)
%setup source expat -q -n expat-2.5.0
%setup patch expat -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd expat-2.5.0
# 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-freebsd14.3" != "x86_64-freebsd14.3" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.3-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.3-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${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
./configure --build=x86_64-freebsd14.3 --host=x86_64-freebsd14.3 --verbose --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --without-docbook --disable-shared
gmake -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.5.0
gmake DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jun 30 01:56:42 2026
==============================================================================
Report: devel/expat-2.5.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 5d642fa4a69a3fbac5d749d3fc71f0cf8291f31f
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.5.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.5.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.5.0-x86_64-freebsd14.3-1
Config: devel/expat-2.5.0-1.cfg
Summary:
Expat XML Parser v2.5.0 for target microblaze-rtems6 on host x86_64-freebsd14.3
URL:
http://expat.sourceforge.net/
Version:
2.5.0
Release:
1
Sources: 1
1: https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
sha512: 8f99pfr7R9zW4PDYkoJqum3nZQnISXvAA4LxEJq44qk9OWlD27UiFkVwRJk6Odc3KASK32UNjoPigYntx7eEAg==
Patches: 0
Preparation:
build_top=$(pwd)
%setup source expat -q -n expat-2.5.0
%setup patch expat -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd expat-2.5.0
# 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-freebsd14.3" != "x86_64-freebsd14.3" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.3-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.3-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${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
./configure --build=x86_64-freebsd14.3 --host=x86_64-freebsd14.3 --verbose --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --without-docbook --disable-shared
gmake -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.5.0
gmake DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jun 30 01:57:06 2026
==============================================================================
Report: devel/gmp-6.2.1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 5d642fa4a69a3fbac5d749d3fc71f0cf8291f31f
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/gmp-6.2.1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/gmp-6.2.1.cfg
------------------------------------------------------------------------------
Package: gmp-6.2.1-x86_64-freebsd14.3-1
Config: devel/gmp-6.2.1.cfg
Summary:
The GNU Multiple Precision Arithmetic Library (GMP) v6.2.1 for target microblaze-rtems6 on host x86_64-freebsd14.3
URL:
https://gmplib.org/
Version:
6.2.1
Release:
1
Sources: 1
1: https://gcc.gnu.org/pub/gcc/infrastructure/gmp-6.2.1.tar.bz2
sha512: iQQzSjvMXIluzsq8dc2p3sZC5AH7U5fEmSxPq+peliyc6L1E6OQjPDTlXIAQzCjbBUX191DL27XwCvU43HY76Q==
Patches: 0
Preparation:
build_top=$(pwd)
%setup source gmp -q -n gmp-6.2.1
%setup patch gmp -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd gmp-6.2.1
# 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-freebsd14.3" != "x86_64-freebsd14.3" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.3-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.3-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${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
./configure --build=x86_64-freebsd14.3 --host=x86_64-freebsd14.3 --verbose --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --disable-shared
gmake -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd gmp-6.2.1
gmake DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jun 30 01:57:06 2026
==============================================================================
Report: devel/gmp-6.2.1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 5d642fa4a69a3fbac5d749d3fc71f0cf8291f31f
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/gmp-6.2.1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/gmp-6.2.1.cfg
------------------------------------------------------------------------------
Package: gmp-6.2.1-x86_64-freebsd14.3-1
Config: devel/gmp-6.2.1.cfg
Summary:
The GNU Multiple Precision Arithmetic Library (GMP) v6.2.1 for target microblaze-rtems6 on host x86_64-freebsd14.3
URL:
https://gmplib.org/
Version:
6.2.1
Release:
1
Sources: 1
1: https://gcc.gnu.org/pub/gcc/infrastructure/gmp-6.2.1.tar.bz2
sha512: iQQzSjvMXIluzsq8dc2p3sZC5AH7U5fEmSxPq+peliyc6L1E6OQjPDTlXIAQzCjbBUX191DL27XwCvU43HY76Q==
Patches: 0
Preparation:
build_top=$(pwd)
%setup source gmp -q -n gmp-6.2.1
%setup patch gmp -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd gmp-6.2.1
# 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-freebsd14.3" != "x86_64-freebsd14.3" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.3-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.3-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${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
./configure --build=x86_64-freebsd14.3 --host=x86_64-freebsd14.3 --verbose --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --disable-shared
gmake -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd gmp-6.2.1
gmake DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jun 30 01:58:04 2026
==============================================================================
Report: tools/rtems-xilinx-binutils-2.36.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 5d642fa4a69a3fbac5d749d3fc71f0cf8291f31f
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-xilinx-binutils-2.36.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-xilinx-binutils-2.36.cfg
------------------------------------------------------------------------------
Package: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.3-1
Config: tools/rtems-xilinx-binutils-2.36.cfg
Summary:
Binutils v7af075d for target microblaze-rtems6 on host x86_64-freebsd14.3
URL:
http://sources.redhat.com/binutils
Version:
7af075d
Release:
1
Sources: 1
1: --rsb-file=binutils-gdb-7af075d.tar.gz https://gitlab.rtems.org/contrib/binutils-gdb/-/archive/7af075d/binutils-gdb-7af075d.tar.gz
sha512: /k71xu5pT5qvkUpnckDVyBMtLYgWdtQHSF4MYBpfyenlrHw4UN8RB5k7OPMEuvmhKtizGzzRvPRrcHB4RVuJMA==
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source=binutils-gdb-7af075d
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-freebsd14.3" != "x86_64-freebsd14.3" ; 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 "microblaze-rtems6" -o "x86_64-freebsd14.3" == "microblaze-rtems6" ; 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-freebsd14.3" != "x86_64-freebsd14.3" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.3-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.3-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${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-freebsd14.3 --host=x86_64-freebsd14.3 --target=microblaze-rtems6 --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/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --disable-warn-execstack --disable-warn-rwx-segments
gmake -j 8 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
gmake DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
touch $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jun 30 01:58:04 2026
==============================================================================
Report: tools/rtems-xilinx-binutils-2.36.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 5d642fa4a69a3fbac5d749d3fc71f0cf8291f31f
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-xilinx-binutils-2.36.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-xilinx-binutils-2.36.cfg
------------------------------------------------------------------------------
Package: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.3-1
Config: tools/rtems-xilinx-binutils-2.36.cfg
Summary:
Binutils v7af075d for target microblaze-rtems6 on host x86_64-freebsd14.3
URL:
http://sources.redhat.com/binutils
Version:
7af075d
Release:
1
Sources: 1
1: --rsb-file=binutils-gdb-7af075d.tar.gz https://gitlab.rtems.org/contrib/binutils-gdb/-/archive/7af075d/binutils-gdb-7af075d.tar.gz
sha512: /k71xu5pT5qvkUpnckDVyBMtLYgWdtQHSF4MYBpfyenlrHw4UN8RB5k7OPMEuvmhKtizGzzRvPRrcHB4RVuJMA==
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source=binutils-gdb-7af075d
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-freebsd14.3" != "x86_64-freebsd14.3" ; 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 "microblaze-rtems6" -o "x86_64-freebsd14.3" == "microblaze-rtems6" ; 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-freebsd14.3" != "x86_64-freebsd14.3" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.3-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.3-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${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-freebsd14.3 --host=x86_64-freebsd14.3 --target=microblaze-rtems6 --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/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --disable-warn-execstack --disable-warn-rwx-segments
gmake -j 8 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
gmake DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
touch $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jun 30 01:59:02 2026
==============================================================================
Report: tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 5d642fa4a69a3fbac5d749d3fc71f0cf8291f31f
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-6.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
Package: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
Config: tools/rtems-tools-6.cfg
Summary:
RTEMS Tools a2538346b745e2bd31e7bf8909a4e847f6d9c760 for host x86_64-freebsd14.3
URL:
http://www.rtems.org/
Version:
a2538346b745e2bd31e7bf8909a4e847f6d9c760
Release:
1
Sources: 1
1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/a2538346b745e2bd31e7bf8909a4e847f6d9c760/rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760.tar.bz2
sha512: 9rogzrsHWKfRqCdyrG8u41BzUVVHAAcKD0dWfUSKjUVrE5r8J8kA5d+9JBGHx91c8lRsjJLQUe2MlTsp79JnlA==
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760
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-freebsd14.3" != "x86_64-freebsd14.3" ; then
RT_HOST="--host=x86_64-freebsd14.3"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/tester/rtems-cron-6/tools/6
./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> Tue Jun 30 01:59:02 2026
==============================================================================
Report: tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 5d642fa4a69a3fbac5d749d3fc71f0cf8291f31f
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-6.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
Package: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
Config: tools/rtems-tools-6.cfg
Summary:
RTEMS Tools a2538346b745e2bd31e7bf8909a4e847f6d9c760 for host x86_64-freebsd14.3
URL:
http://www.rtems.org/
Version:
a2538346b745e2bd31e7bf8909a4e847f6d9c760
Release:
1
Sources: 1
1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/a2538346b745e2bd31e7bf8909a4e847f6d9c760/rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760.tar.bz2
sha512: 9rogzrsHWKfRqCdyrG8u41BzUVVHAAcKD0dWfUSKjUVrE5r8J8kA5d+9JBGHx91c8lRsjJLQUe2MlTsp79JnlA==
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760
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-freebsd14.3" != "x86_64-freebsd14.3" ; then
RT_HOST="--host=x86_64-freebsd14.3"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/tester/rtems-cron-6/tools/6
./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