Build CYGWIN_NT-10.0-19044: FAILED 6/rtems-riscv on x86_64-pc-cygwin (dtc-1.6.1-x86_64-pc-cygwin-1)
OAR Tester
rtems-tester at oarcorp.com
Thu Aug 11 16:33:34 UTC 2022
RTEMS Source Builder - Set Builder, 6 (eea379370116)
Host: CYGWIN_NT-10.0-19044-3.3.4-341.x86_64-x86_64-64bit-WindowsPE
CYGWIN_NT-10.0-19044 VM-Windows10 3.3.4-341.x86_64 2022-01-31 19:35 UTC
x86_64
Build Time: 0:04:51.274886
Output
======
Build Set: 6/rtems-riscv
Build Set: tools/rtems-default-tools.bset
config: devel/dtc-1.6.1-1.cfg
package: dtc-1.6.1-x86_64-pc-cygwin-1
building: dtc-1.6.1-x86_64-pc-cygwin-1
error: building dtc-1.6.1-x86_64-pc-cygwin-1
Build FAILED
See error report: rsb-report-dtc-1.6.1-x86_64-pc-cygwin-1.txt
error: building dtc-1.6.1-x86_64-pc-cygwin-1
config: devel/expat-2.4.8-1.cfg
package: expat-2.4.8-x86_64-pc-cygwin-1
building: expat-2.4.8-x86_64-pc-cygwin-1
sizes: expat-2.4.8-x86_64-pc-cygwin-1: 10.050MB (installed: 1.463MB)
cleaning: expat-2.4.8-x86_64-pc-cygwin-1
reporting: devel/expat-2.4.8-1.cfg -> expat-2.4.8-x86_64-pc-cygwin-1.txt
reporting: devel/expat-2.4.8-1.cfg -> expat-2.4.8-x86_64-pc-cygwin-1.xml
config: devel/gmp-6.2.1.cfg
package: gmp-6.2.1-x86_64-pc-cygwin-1
building: gmp-6.2.1-x86_64-pc-cygwin-1
sizes: gmp-6.2.1-x86_64-pc-cygwin-1: 34.138MB (installed: 4.218MB)
cleaning: gmp-6.2.1-x86_64-pc-cygwin-1
reporting: devel/gmp-6.2.1.cfg -> gmp-6.2.1-x86_64-pc-cygwin-1.txt
reporting: devel/gmp-6.2.1.cfg -> gmp-6.2.1-x86_64-pc-cygwin-1.xml
config: tools/rtems-gdb-11.2.cfg
error: config error: gdb-common-1.cfg:101: "gdb: python: header file not found: python3.9/Python.h, please install"
Build FAILED
Build Set: Time 0:04:51.265037
error: config error: gdb-common-1.cfg:101: "gdb: python: header file not found: python3.9/Python.h, please install"
Mailing report: build at rtems.org
Report
======
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Aug 11 11:38:49 2022
==============================================================================
Report: devel/expat-2.4.8-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: eea379370116628dbe91f19e61ad6129aa1951ac
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.4.8-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.4.8-1.cfg
------------------------------------------------------------------------------
Package: expat-2.4.8-x86_64-pc-cygwin-1
Config: devel/expat-2.4.8-1.cfg
Summary:
Expat XML Parser v2.4.8 for target riscv-rtems6 on host x86_64-pc-cygwin
URL:
http://expat.sourceforge.net/
Version:
2.4.8
Release:
1
Sources: 1
1: https://github.com/libexpat/libexpat/releases/download/R_2_4_8/expat-2.4.8.tar.gz
sha256: 398f6d95bf808d3108e27547b372cb4ac8dc2298a3c4251eb7aa3d4c6d4bb3e2
Patches: 0
Preparation:
build_top=$(pwd)
%setup source expat -q -n expat-2.4.8
%setup patch expat -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd expat-2.4.8
# 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-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
./configure --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --verbose --prefix=/home/rtems-tester/rtems-cron-6/tools/6 --bindir=/home/rtems-tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/rtems-tester/rtems-cron-6/tools/6 --includedir=/home/rtems-tester/rtems-cron-6/tools/6/include --libdir=/home/rtems-tester/rtems-cron-6/tools/6/lib --mandir=/home/rtems-tester/rtems-cron-6/tools/6/share/man --infodir=/home/rtems-tester/rtems-cron-6/tools/6/share/info --disable-shared
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.4.8
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Aug 11 11:38:50 2022
==============================================================================
Report: devel/expat-2.4.8-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: eea379370116628dbe91f19e61ad6129aa1951ac
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.4.8-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.4.8-1.cfg
------------------------------------------------------------------------------
Package: expat-2.4.8-x86_64-pc-cygwin-1
Config: devel/expat-2.4.8-1.cfg
Summary:
Expat XML Parser v2.4.8 for target riscv-rtems6 on host x86_64-pc-cygwin
URL:
http://expat.sourceforge.net/
Version:
2.4.8
Release:
1
Sources: 1
1: https://github.com/libexpat/libexpat/releases/download/R_2_4_8/expat-2.4.8.tar.gz
sha256: 398f6d95bf808d3108e27547b372cb4ac8dc2298a3c4251eb7aa3d4c6d4bb3e2
Patches: 0
Preparation:
build_top=$(pwd)
%setup source expat -q -n expat-2.4.8
%setup patch expat -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd expat-2.4.8
# 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-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
./configure --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --verbose --prefix=/home/rtems-tester/rtems-cron-6/tools/6 --bindir=/home/rtems-tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/rtems-tester/rtems-cron-6/tools/6 --includedir=/home/rtems-tester/rtems-cron-6/tools/6/include --libdir=/home/rtems-tester/rtems-cron-6/tools/6/lib --mandir=/home/rtems-tester/rtems-cron-6/tools/6/share/man --infodir=/home/rtems-tester/rtems-cron-6/tools/6/share/info --disable-shared
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.4.8
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Aug 11 11:42:17 2022
==============================================================================
Report: devel/gmp-6.2.1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: eea379370116628dbe91f19e61ad6129aa1951ac
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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-pc-cygwin-1
Config: devel/gmp-6.2.1.cfg
Summary:
The GNU Multiple Precision Arithmetic Library (GMP) v6.2.1 for target riscv-rtems6 on host x86_64-pc-cygwin
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: 8904334a3bcc5c896ececabc75cda9dec642e401fb5397c4992c4fabea5e962c9ce8bd44e8e4233c34e55c8010cc28db0545f5f750cbdbb5f00af538dc763be9
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-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
./configure --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --verbose --prefix=/home/rtems-tester/rtems-cron-6/tools/6 --bindir=/home/rtems-tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/rtems-tester/rtems-cron-6/tools/6 --includedir=/home/rtems-tester/rtems-cron-6/tools/6/include --libdir=/home/rtems-tester/rtems-cron-6/tools/6/lib --mandir=/home/rtems-tester/rtems-cron-6/tools/6/share/man --infodir=/home/rtems-tester/rtems-cron-6/tools/6/share/info --disable-shared
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd gmp-6.2.1
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Thu Aug 11 11:42:18 2022
==============================================================================
Report: devel/gmp-6.2.1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: eea379370116628dbe91f19e61ad6129aa1951ac
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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-pc-cygwin-1
Config: devel/gmp-6.2.1.cfg
Summary:
The GNU Multiple Precision Arithmetic Library (GMP) v6.2.1 for target riscv-rtems6 on host x86_64-pc-cygwin
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: 8904334a3bcc5c896ececabc75cda9dec642e401fb5397c4992c4fabea5e962c9ce8bd44e8e4233c34e55c8010cc28db0545f5f750cbdbb5f00af538dc763be9
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-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
./configure --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --verbose --prefix=/home/rtems-tester/rtems-cron-6/tools/6 --bindir=/home/rtems-tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/rtems-tester/rtems-cron-6/tools/6 --includedir=/home/rtems-tester/rtems-cron-6/tools/6/include --libdir=/home/rtems-tester/rtems-cron-6/tools/6/lib --mandir=/home/rtems-tester/rtems-cron-6/tools/6/share/man --infodir=/home/rtems-tester/rtems-cron-6/tools/6/share/info --disable-shared
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd gmp-6.2.1
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
More information about the build
mailing list