Build Linux: PASSED 4.10/rtems-avr.bset on x86_64-linux-gnu
joel at rtems.org
joel at rtems.org
Thu Jul 5 15:33:22 UTC 2018
Host: Linux-3.10.0-862.6.3.el7.x86_64-x86_64-with-centos-7.5.1804-Core
Linux devel.oarcorp.com 3.10.0-862.6.3.el7.x86_64 #1 SMP Tue Jun 26
16:32:21 UTC 2018 x86_64 x86_64
Build Time: 0:07:05.498685
Output
======
Report
======
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Jul 5 10:26:36 2018
==============================================================================
Report: devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: ssh://joel@dispatch.rtems.org/data/git/rtems-source-builder.git
Status:
Clean
Head:
Commit: 6baeb3558640d4fba1a282ef0e570066dde64bb9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.1.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.1.0-x86_64-linux-gnu-1
Config: devel/expat-2.1.0-1.cfg
Summary:
Expat XML Parser v2.1.0 for target avr-rtems4.10 on host x86_64-linux-gnu
URL:
http://expat.sourceforge.net/
Version:
2.1.0
Release:
1
Sources: 1
1: https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz
sha256: 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
Patches: 0
Preparation:
build_top=$(pwd)
%setup source expat -q -n expat-2.1.0
%setup patch expat -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd expat-2.1.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-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
# 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}"
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}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
CC=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD
./configure \
--build=x86_64-linux-gnu --host=x86_64-linux-gnu \
--verbose \
--prefix=/home/joel/rtems-410-work/tools/4.10 --bindir=/home/joel/rtems-410-work/tools/4.10/bin \
--exec-prefix=/home/joel/rtems-410-work/tools/4.10 \
--includedir=/home/joel/rtems-410-work/tools/4.10/include --libdir=/home/joel/rtems-410-work/tools/4.10/lib \
--mandir=/home/joel/rtems-410-work/tools/4.10/share/man --infodir=/home/joel/rtems-410-work/tools/4.10/share/info
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.1.0
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Jul 5 10:26:36 2018
==============================================================================
Report: devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: ssh://joel@dispatch.rtems.org/data/git/rtems-source-builder.git
Status:
Clean
Head:
Commit: 6baeb3558640d4fba1a282ef0e570066dde64bb9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.1.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.1.0-x86_64-linux-gnu-1
Config: devel/expat-2.1.0-1.cfg
Summary:
Expat XML Parser v2.1.0 for target avr-rtems4.10 on host x86_64-linux-gnu
URL:
http://expat.sourceforge.net/
Version:
2.1.0
Release:
1
Sources: 1
1: https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz
sha256: 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
Patches: 0
Preparation:
build_top=$(pwd)
%setup source expat -q -n expat-2.1.0
%setup patch expat -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd expat-2.1.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-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
# 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}"
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}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
CC=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD
./configure \
--build=x86_64-linux-gnu --host=x86_64-linux-gnu \
--verbose \
--prefix=/home/joel/rtems-410-work/tools/4.10 --bindir=/home/joel/rtems-410-work/tools/4.10/bin \
--exec-prefix=/home/joel/rtems-410-work/tools/4.10 \
--includedir=/home/joel/rtems-410-work/tools/4.10/include --libdir=/home/joel/rtems-410-work/tools/4.10/lib \
--mandir=/home/joel/rtems-410-work/tools/4.10/share/man --infodir=/home/joel/rtems-410-work/tools/4.10/share/info
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.1.0
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Jul 5 10:27:31 2018
==============================================================================
Report: tools/rtems-binutils-2.20.1-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: ssh://joel@dispatch.rtems.org/data/git/rtems-source-builder.git
Status:
Clean
Head:
Commit: 6baeb3558640d4fba1a282ef0e570066dde64bb9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.20.1-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.20.1-1.cfg
------------------------------------------------------------------------------
Package: avr-rtems4.10-binutils-2.20.1-x86_64-linux-gnu-1
Config: tools/rtems-binutils-2.20.1-1.cfg
Summary:
Binutils v2.20.1 for target avr-rtems4.10 on host x86_64-linux-gnu
URL:
http://sources.redhat.com/binutils
Version:
2.20.1
Release:
1
Sources: 1
1: ftp://ftp.gnu.org/gnu/binutils/binutils-2.20.1.tar.bz2
md5: 2b9dc8f2b7dbd5ec5992c6e29de0b764
Patches: 1
1: https://git.rtems.org/rtems-tools/plain/tools/4.10/binutils/binutils-2.20.1-rtems4.10-20100826.diff
md5: 733899876e0b32ce0700666b29662d91
2: https://git.rtems.org/rtems-tools/plain/tools/4.10/binutils/binutils-2.20.1-rtems4.10-20151123.diff
sha512: ce24ba3e56e7552739c167950a488d80557fdf562dcb527b2e5972c2d18da42a8fd1a47197e54aff0df630d105eb40702f09cad330c193cb8f9309b43b1fb1bc
Preparation:
build_top=$(pwd)
binutils_source="binutils-2.20.1"
source_dir_binutils=${binutils_source}
%setup source binutils -q -n ${binutils_source}
%setup patch binutils -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "avr-rtems4.10" -o "x86_64-linux-gnu" == "avr-rtems4.10" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
# 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}"
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}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
CC=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD
../${source_dir_binutils}/configure \
--build=x86_64-linux-gnu --host=x86_64-linux-gnu \
--target=avr-rtems4.10 \
--verbose --disable-nls \
\
--without-included-gettext \
--disable-win32-registry \
--disable-werror \
--prefix=/home/joel/rtems-410-work/tools/4.10 --bindir=/home/joel/rtems-410-work/tools/4.10/bin \
--exec-prefix=/home/joel/rtems-410-work/tools/4.10 \
--includedir=/home/joel/rtems-410-work/tools/4.10/include --libdir=/home/joel/rtems-410-work/tools/4.10/lib \
--mandir=/home/joel/rtems-410-work/tools/4.10/share/man --infodir=/home/joel/rtems-410-work/tools/4.10/share/info
make -j 8 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/dir
touch $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/bin/avr-rtems4.10-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/share/man/man1/avr-rtems4.10-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/bin/avr-rtems4.10-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/share/man/man1/avr-rtems4.10-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/bin/avr-rtems4.10-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/share/man/man1/avr-rtems4.10-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/bin/avr-rtems4.10-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/share/man/man1/avr-rtems4.10-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Jul 5 10:27:31 2018
==============================================================================
Report: tools/rtems-binutils-2.20.1-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: ssh://joel@dispatch.rtems.org/data/git/rtems-source-builder.git
Status:
Clean
Head:
Commit: 6baeb3558640d4fba1a282ef0e570066dde64bb9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.20.1-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.20.1-1.cfg
------------------------------------------------------------------------------
Package: avr-rtems4.10-binutils-2.20.1-x86_64-linux-gnu-1
Config: tools/rtems-binutils-2.20.1-1.cfg
Summary:
Binutils v2.20.1 for target avr-rtems4.10 on host x86_64-linux-gnu
URL:
http://sources.redhat.com/binutils
Version:
2.20.1
Release:
1
Sources: 1
1: ftp://ftp.gnu.org/gnu/binutils/binutils-2.20.1.tar.bz2
md5: 2b9dc8f2b7dbd5ec5992c6e29de0b764
Patches: 1
1: https://git.rtems.org/rtems-tools/plain/tools/4.10/binutils/binutils-2.20.1-rtems4.10-20100826.diff
md5: 733899876e0b32ce0700666b29662d91
2: https://git.rtems.org/rtems-tools/plain/tools/4.10/binutils/binutils-2.20.1-rtems4.10-20151123.diff
sha512: ce24ba3e56e7552739c167950a488d80557fdf562dcb527b2e5972c2d18da42a8fd1a47197e54aff0df630d105eb40702f09cad330c193cb8f9309b43b1fb1bc
Preparation:
build_top=$(pwd)
binutils_source="binutils-2.20.1"
source_dir_binutils=${binutils_source}
%setup source binutils -q -n ${binutils_source}
%setup patch binutils -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "avr-rtems4.10" -o "x86_64-linux-gnu" == "avr-rtems4.10" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
# 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}"
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}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
CC=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD
../${source_dir_binutils}/configure \
--build=x86_64-linux-gnu --host=x86_64-linux-gnu \
--target=avr-rtems4.10 \
--verbose --disable-nls \
\
--without-included-gettext \
--disable-win32-registry \
--disable-werror \
--prefix=/home/joel/rtems-410-work/tools/4.10 --bindir=/home/joel/rtems-410-work/tools/4.10/bin \
--exec-prefix=/home/joel/rtems-410-work/tools/4.10 \
--includedir=/home/joel/rtems-410-work/tools/4.10/include --libdir=/home/joel/rtems-410-work/tools/4.10/lib \
--mandir=/home/joel/rtems-410-work/tools/4.10/share/man --infodir=/home/joel/rtems-410-work/tools/4.10/share/info
make -j 8 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/dir
touch $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/bin/avr-rtems4.10-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/share/man/man1/avr-rtems4.10-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/bin/avr-rtems4.10-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/share/man/man1/avr-rtems4.10-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/bin/avr-rtems4.10-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/share/man/man1/avr-rtems4.10-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/bin/avr-rtems4.10-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/share/man/man1/avr-rtems4.10-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Jul 5 10:32:05 2018
==============================================================================
Report: tools/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: ssh://joel@dispatch.rtems.org/data/git/rtems-source-builder.git
Status:
Clean
Head:
Commit: 6baeb3558640d4fba1a282ef0e570066dde64bb9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
------------------------------------------------------------------------------
Package: avr-rtems4.10-gcc-4.4.7-newlib-1.18.0-x86_64-linux-gnu-1
Config: tools/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
Summary:
GCC v4.4.7 and Newlib v1.18.0 for target avr-rtems4.10 on host x86_64-linux-gnu
URL:
http://gcc.gnu.org/
Version:
4.4.7
Release:
1
Sources: 5
1: ftp://sourceware.org/pub/newlib/newlib-1.18.0.tar.gz
md5: 3dae127d4aa659d72f8ea8c0ff2a7a20
2: ftp://ftp.gnu.org/gnu/gcc/gcc-4.4.7/gcc-core-4.4.7.tar.bz2
md5: 3bda0831d654964ee152c46fa8d29e46
3: https://ftp.gnu.org/gnu/gmp/gmp-5.0.5.tar.bz2
md5: 041487d25e9c230b0c42b106361055fe
4: https://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
md5: d6a1d5f8ddea3abd2cc3e98f58352d26
5: https://ftp.gnu.org/gnu/mpfr/mpfr-2.4.2.tar.bz2
md5: 89e59fe665e2b3ad44a6789f40b059a0
Patches: 2
1: https://git.rtems.org/rtems-tools/plain/tools/4.10/newlib/newlib-1.18.0-rtems4.10-20110518.diff
md5: e6508b36490d841b00d5011ed11cdc16
2: https://git.rtems.org/rtems-tools/plain/tools/4.10/gcc/gcc-core-4.4.7-rtems4.10-20120314.diff
md5: 084c9085c255b1f6a9204e239dde0579
3: https://git.rtems.org/rtems-tools/plain/tools/4.10/gcc/gcc-core-4.4.7-rtems4.10-20151123.diff
sha512: 70e5868157fd02f011e66f8fa9dcdc3341deee47ff105d9102a501b6e346c0e635c70600ff0646ea5f28faf8152e806367cf8acb60ff35ac61348af20796c4e4
Preparation:
build_top=$(pwd)
gcc_source="gcc-4.4.7"
source_dir_gcc=${gcc_source}
%setup source gcc -q -n ${gcc_source}
%setup patch gcc -p1
cd ${build_top}
source_dir_newlib="newlib-1.18.0"
%setup source newlib -q -D -n newlib-1.18.0
%setup patch newlib -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/newlib
ln -s $PWD/${source_dir_newlib}/newlib ${source_dir_gcc}/newlib
source_dir_mpfr="mpfr-2.4.2"
%setup source mpfr -q -D -n mpfr-2.4.2
%setup patch mpfr -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/mpfr
ln -s $PWD/${source_dir_mpfr} ${source_dir_gcc}/mpfr
source_dir_mpc="mpc-1.0.3"
%setup source mpc -q -D -n mpc-1.0.3
%setup patch mpc -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/mpc
ln -s $PWD/${source_dir_mpc} ${source_dir_gcc}/mpc
source_dir_gmp="gmp-5.0.5"
%setup source gmp -q -D -n gmp-5.0.5
%setup patch gmp -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/gmp
ln -s $PWD/${source_dir_gmp} ${source_dir_gcc}/gmp
echo "RTEMS 4.10, RSB 6baeb3558640d4fba1a282ef0e570066dde64bb9, Newlib 1.18.0" > ${source_dir_gcc}/gcc/DEV-PHASE
cd ${source_dir_gcc}
contrib/gcc_update --touch
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "avr-rtems4.10" -o "x86_64-linux-gnu" == "avr-rtems4.10" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
languages="c"
zlib_option="--with-system-zlib"
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
# 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}"
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}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
CC=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD
../${source_dir_gcc}/configure \
--prefix=/home/joel/rtems-410-work/tools/4.10 \
--bindir=/home/joel/rtems-410-work/tools/4.10/bin \
--exec_prefix=/home/joel/rtems-410-work/tools/4.10 \
--includedir=/home/joel/rtems-410-work/tools/4.10/include \
--libdir=/home/joel/rtems-410-work/tools/4.10/lib \
--libexecdir=/home/joel/rtems-410-work/tools/4.10/libexec \
--mandir=/home/joel/rtems-410-work/tools/4.10/share/man \
--infodir=/home/joel/rtems-410-work/tools/4.10/share/info \
--datadir=/home/joel/rtems-410-work/tools/4.10/share \
--build=x86_64-linux-gnu --host=x86_64-linux-gnu \
--target=avr-rtems4.10 \
--disable-libstdcxx-pch \
--with-gnu-as --with-gnu-ld --verbose \
--with-newlib \
"$zlib_option" \
--disable-nls --without-included-gettext \
--disable-win32-registry \
--enable-version-specific-runtime-libs \
--disable-lto \
--enable-newlib-io-c99-formats \
MAKEINFO=missing \
\
\
--enable-threads \
--disable-plugin \
\
\
\
--enable-languages="$languages"
if test "%_host" != "%_build" ; then
mkdir -p gcc/include
cp ../${source_dir_gcc}/gcc/gsyslimits.h gcc/include/syslimits.h
fi
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/lib/libiberty.a
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/bin/avr-rtems4.10-c++filt
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/dir
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/man/man3/*ffi*
/bin/rm -rf ${source_dir_gcc}/newlib
/bin/rm -rf ${source_dir_gcc}/mpfr
/bin/rm -rf ${source_dir_gcc}/mpc
/bin/rm -rf ${source_dir_gcc}/gmp
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Jul 5 10:32:05 2018
==============================================================================
Report: tools/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: ssh://joel@dispatch.rtems.org/data/git/rtems-source-builder.git
Status:
Clean
Head:
Commit: 6baeb3558640d4fba1a282ef0e570066dde64bb9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
------------------------------------------------------------------------------
Package: avr-rtems4.10-gcc-4.4.7-newlib-1.18.0-x86_64-linux-gnu-1
Config: tools/rtems-gcc-4.4.7-newlib-1.18.0-1.cfg
Summary:
GCC v4.4.7 and Newlib v1.18.0 for target avr-rtems4.10 on host x86_64-linux-gnu
URL:
http://gcc.gnu.org/
Version:
4.4.7
Release:
1
Sources: 5
1: ftp://sourceware.org/pub/newlib/newlib-1.18.0.tar.gz
md5: 3dae127d4aa659d72f8ea8c0ff2a7a20
2: ftp://ftp.gnu.org/gnu/gcc/gcc-4.4.7/gcc-core-4.4.7.tar.bz2
md5: 3bda0831d654964ee152c46fa8d29e46
3: https://ftp.gnu.org/gnu/gmp/gmp-5.0.5.tar.bz2
md5: 041487d25e9c230b0c42b106361055fe
4: https://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
md5: d6a1d5f8ddea3abd2cc3e98f58352d26
5: https://ftp.gnu.org/gnu/mpfr/mpfr-2.4.2.tar.bz2
md5: 89e59fe665e2b3ad44a6789f40b059a0
Patches: 2
1: https://git.rtems.org/rtems-tools/plain/tools/4.10/newlib/newlib-1.18.0-rtems4.10-20110518.diff
md5: e6508b36490d841b00d5011ed11cdc16
2: https://git.rtems.org/rtems-tools/plain/tools/4.10/gcc/gcc-core-4.4.7-rtems4.10-20120314.diff
md5: 084c9085c255b1f6a9204e239dde0579
3: https://git.rtems.org/rtems-tools/plain/tools/4.10/gcc/gcc-core-4.4.7-rtems4.10-20151123.diff
sha512: 70e5868157fd02f011e66f8fa9dcdc3341deee47ff105d9102a501b6e346c0e635c70600ff0646ea5f28faf8152e806367cf8acb60ff35ac61348af20796c4e4
Preparation:
build_top=$(pwd)
gcc_source="gcc-4.4.7"
source_dir_gcc=${gcc_source}
%setup source gcc -q -n ${gcc_source}
%setup patch gcc -p1
cd ${build_top}
source_dir_newlib="newlib-1.18.0"
%setup source newlib -q -D -n newlib-1.18.0
%setup patch newlib -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/newlib
ln -s $PWD/${source_dir_newlib}/newlib ${source_dir_gcc}/newlib
source_dir_mpfr="mpfr-2.4.2"
%setup source mpfr -q -D -n mpfr-2.4.2
%setup patch mpfr -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/mpfr
ln -s $PWD/${source_dir_mpfr} ${source_dir_gcc}/mpfr
source_dir_mpc="mpc-1.0.3"
%setup source mpc -q -D -n mpc-1.0.3
%setup patch mpc -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/mpc
ln -s $PWD/${source_dir_mpc} ${source_dir_gcc}/mpc
source_dir_gmp="gmp-5.0.5"
%setup source gmp -q -D -n gmp-5.0.5
%setup patch gmp -p1
cd ${build_top}
/bin/rm -f ${source_dir_gcc}/gmp
ln -s $PWD/${source_dir_gmp} ${source_dir_gcc}/gmp
echo "RTEMS 4.10, RSB 6baeb3558640d4fba1a282ef0e570066dde64bb9, Newlib 1.18.0" > ${source_dir_gcc}/gcc/DEV-PHASE
cd ${source_dir_gcc}
contrib/gcc_update --touch
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "avr-rtems4.10" -o "x86_64-linux-gnu" == "avr-rtems4.10" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
languages="c"
zlib_option="--with-system-zlib"
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
# 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}"
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}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
CC=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD
../${source_dir_gcc}/configure \
--prefix=/home/joel/rtems-410-work/tools/4.10 \
--bindir=/home/joel/rtems-410-work/tools/4.10/bin \
--exec_prefix=/home/joel/rtems-410-work/tools/4.10 \
--includedir=/home/joel/rtems-410-work/tools/4.10/include \
--libdir=/home/joel/rtems-410-work/tools/4.10/lib \
--libexecdir=/home/joel/rtems-410-work/tools/4.10/libexec \
--mandir=/home/joel/rtems-410-work/tools/4.10/share/man \
--infodir=/home/joel/rtems-410-work/tools/4.10/share/info \
--datadir=/home/joel/rtems-410-work/tools/4.10/share \
--build=x86_64-linux-gnu --host=x86_64-linux-gnu \
--target=avr-rtems4.10 \
--disable-libstdcxx-pch \
--with-gnu-as --with-gnu-ld --verbose \
--with-newlib \
"$zlib_option" \
--disable-nls --without-included-gettext \
--disable-win32-registry \
--enable-version-specific-runtime-libs \
--disable-lto \
--enable-newlib-io-c99-formats \
MAKEINFO=missing \
\
\
--enable-threads \
--disable-plugin \
\
\
\
--enable-languages="$languages"
if test "%_host" != "%_build" ; then
mkdir -p gcc/include
cp ../${source_dir_gcc}/gcc/gsyslimits.h gcc/include/syslimits.h
fi
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-410-work/tools/4.10/lib/libiberty.a
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/bin/avr-rtems4.10-c++filt
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/dir
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/man/man3/*ffi*
/bin/rm -rf ${source_dir_gcc}/newlib
/bin/rm -rf ${source_dir_gcc}/mpfr
/bin/rm -rf ${source_dir_gcc}/mpc
/bin/rm -rf ${source_dir_gcc}/gmp
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Jul 5 10:33:19 2018
==============================================================================
Report: tools/rtems-gdb-7.11-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: ssh://joel@dispatch.rtems.org/data/git/rtems-source-builder.git
Status:
Clean
Head:
Commit: 6baeb3558640d4fba1a282ef0e570066dde64bb9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gdb-7.11-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gdb-7.11-1.cfg
------------------------------------------------------------------------------
Package: avr-rtems4.10-gdb-7.11-x86_64-linux-gnu-1
Config: tools/rtems-gdb-7.11-1.cfg
Summary:
GDB v7.11 for target avr-rtems4.10 on host x86_64-linux-gnu
URL:
http://www.gnu.org/software/gdb/
Version:
7.11
Release:
1
Sources: 1
1: http://ftp.gnu.org/gnu/gdb/gdb-7.11.tar.xz
md5: b5c784685e1cde65ba135feea86b6d75
Patches: 1
1: https://git.rtems.org/rtems-tools/plain/tools/4.10/gdb/gdb-7.11-erc32-endian-fix.diff
md5: d0cd4207f0c7d04cb9bc9b918eebfdc6
2: https://git.rtems.org/rtems-tools/plain/tools/4.10/gdb/gdb-7.11-erc32-printf_filtered.diff
md5: 1e03d4c90c0cb4ded7c08963210f7127
3: https://git.rtems.org/rtems-tools/plain/tools/4.10/gdb/gdb-7.11-erc32-common-run.diff
md5: e986ce115b81f7dd45f36d6f257af541
Preparation:
build_top=$(pwd)
gdb_source="gdb-7.11"
source_dir_gdb=${gdb_source}
%setup source gdb -q -n ${gdb_source}
%setup patch gdb -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "avr-rtems4.10" -o "x86_64-linux-gnu" == "avr-rtems4.10" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
# 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}"
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}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
CC=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
GDB_LIBS_STATIC="-lexpat"
else
GDB_LIBS_STATIC="-lexpat"
GDB_LIBS="-Xlinker -Bstatic ${LIBS_STATIC} -Xlinker -Bdynamic"
fi
LIBS_STATIC=${GDB_LIBS_STATIC} \
LIBS=${GDB_LIBS} \
../${source_dir_gdb}/configure \
--build=x86_64-linux-gnu --host=x86_64-linux-gnu \
--target=avr-rtems4.10 \
--verbose --disable-nls \
\
--without-included-gettext \
--disable-win32-registry \
--disable-werror \
--enable-sim \
\
--without-zlib \
--with-expat \
--with-python \
--prefix=/home/joel/rtems-410-work/tools/4.10 --bindir=/home/joel/rtems-410-work/tools/4.10/bin \
--exec-prefix=/home/joel/rtems-410-work/tools/4.10 \
--includedir=/home/joel/rtems-410-work/tools/4.10/include --libdir=/home/joel/rtems-410-work/tools/4.10/lib \
--mandir=/home/joel/rtems-410-work/tools/4.10/share/man --infodir=/home/joel/rtems-410-work/tools/4.10/share/info
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/dir
touch $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/dir
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Jul 5 10:33:19 2018
==============================================================================
Report: tools/rtems-gdb-7.11-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: ssh://joel@dispatch.rtems.org/data/git/rtems-source-builder.git
Status:
Clean
Head:
Commit: 6baeb3558640d4fba1a282ef0e570066dde64bb9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gdb-7.11-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gdb-7.11-1.cfg
------------------------------------------------------------------------------
Package: avr-rtems4.10-gdb-7.11-x86_64-linux-gnu-1
Config: tools/rtems-gdb-7.11-1.cfg
Summary:
GDB v7.11 for target avr-rtems4.10 on host x86_64-linux-gnu
URL:
http://www.gnu.org/software/gdb/
Version:
7.11
Release:
1
Sources: 1
1: http://ftp.gnu.org/gnu/gdb/gdb-7.11.tar.xz
md5: b5c784685e1cde65ba135feea86b6d75
Patches: 1
1: https://git.rtems.org/rtems-tools/plain/tools/4.10/gdb/gdb-7.11-erc32-endian-fix.diff
md5: d0cd4207f0c7d04cb9bc9b918eebfdc6
2: https://git.rtems.org/rtems-tools/plain/tools/4.10/gdb/gdb-7.11-erc32-printf_filtered.diff
md5: 1e03d4c90c0cb4ded7c08963210f7127
3: https://git.rtems.org/rtems-tools/plain/tools/4.10/gdb/gdb-7.11-erc32-common-run.diff
md5: e986ce115b81f7dd45f36d6f257af541
Preparation:
build_top=$(pwd)
gdb_source="gdb-7.11"
source_dir_gdb=${gdb_source}
%setup source gdb -q -n ${gdb_source}
%setup patch gdb -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "avr-rtems4.10" -o "x86_64-linux-gnu" == "avr-rtems4.10" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
# 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}"
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}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
CC=$(echo "/usr/bin/gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
GDB_LIBS_STATIC="-lexpat"
else
GDB_LIBS_STATIC="-lexpat"
GDB_LIBS="-Xlinker -Bstatic ${LIBS_STATIC} -Xlinker -Bdynamic"
fi
LIBS_STATIC=${GDB_LIBS_STATIC} \
LIBS=${GDB_LIBS} \
../${source_dir_gdb}/configure \
--build=x86_64-linux-gnu --host=x86_64-linux-gnu \
--target=avr-rtems4.10 \
--verbose --disable-nls \
\
--without-included-gettext \
--disable-win32-registry \
--disable-werror \
--enable-sim \
\
--without-zlib \
--with-expat \
--with-python \
--prefix=/home/joel/rtems-410-work/tools/4.10 --bindir=/home/joel/rtems-410-work/tools/4.10/bin \
--exec-prefix=/home/joel/rtems-410-work/tools/4.10 \
--includedir=/home/joel/rtems-410-work/tools/4.10/include --libdir=/home/joel/rtems-410-work/tools/4.10/lib \
--mandir=/home/joel/rtems-410-work/tools/4.10/share/man --infodir=/home/joel/rtems-410-work/tools/4.10/share/info
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/dir
touch $SB_BUILD_ROOT/home/joel/rtems-410-work/tools/4.10/share/info/dir
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Jul 5 10:33:19 2018
==============================================================================
Report: tools/rtems-kernel-4.10.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: ssh://joel@dispatch.rtems.org/data/git/rtems-source-builder.git
Status:
Clean
Head:
Commit: 6baeb3558640d4fba1a282ef0e570066dde64bb9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-kernel-4.10.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-kernel-4.10.cfg
------------------------------------------------------------------------------
Package: avr-rtems4.10-kernel-4.10-1
Config: tools/rtems-kernel-4.10.cfg
Summary:
RTEMS v4.10 for target avr-rtems4.10 on host x86_64-linux-gnu
URL:
http://www.rtems.org/
Version:
4.10
Release:
1
Sources: 0
Patches: 0
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Jul 5 10:33:19 2018
==============================================================================
Report: tools/rtems-kernel-4.10.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
1: origin: ssh://joel@dispatch.rtems.org/data/git/rtems-source-builder.git
Status:
Clean
Head:
Commit: 6baeb3558640d4fba1a282ef0e570066dde64bb9
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-kernel-4.10.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-kernel-4.10.cfg
------------------------------------------------------------------------------
Package: avr-rtems4.10-kernel-4.10-1
Config: tools/rtems-kernel-4.10.cfg
Summary:
RTEMS v4.10 for target avr-rtems4.10 on host x86_64-linux-gnu
URL:
http://www.rtems.org/
Version:
4.10
Release:
1
Sources: 0
Patches: 0
More information about the build
mailing list