Created
July 1, 2020 13:37
-
-
Save fhunleth/772eeb9bf5a61c1805dac2f0fa41e180 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
umask 0022 && make -C /home/fhunleth/nerves/nerves_system_br/buildroot-2020.05 O=/home/fhunleth/nerves/nerves_system_br/o/rpi0/. | |
for p in https+https://github.com/erlang/otp/archive/OTP-23.0.2.tar.gz ; do \ | |
if test ! -e /home/fhunleth/dl/erlang/`basename $p` ; then \ | |
echo "[7m>>> erlang 23.0.2 Downloading[27m" ; \ | |
break ; \ | |
fi ; \ | |
done | |
mkdir -p /home/fhunleth/dl/erlang | |
PATH="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin:/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/sbin:/home/fhunleth/.asdf/shims:/home/fhunleth/.asdf/bin:/home/fhunleth/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin" BR2_DL_DIR="/home/fhunleth/nerves/nerves_system_br/buildroot-2020.05/dl" BUILD_DIR=/home/fhunleth/nerves/nerves_system_br/o/rpi0/build O=/home/fhunleth/nerves/nerves_system_br/o/rpi0 flock /home/fhunleth/dl/erlang/ support/download/dl-wrapper -c '23.0.2' -d '/home/fhunleth/dl/erlang' -D '/home/fhunleth/dl' -f 'OTP-23.0.2.tar.gz' -H 'package/erlang//erlang.hash' -n 'erlang-23.0.2' -N 'erlang' -o '/home/fhunleth/dl/erlang/OTP-23.0.2.tar.gz' -u https+https://github.com/erlang/otp/archive -u http\|urlencode+http://sources.buildroot.net/erlang -u http\|urlencode+http://sources.buildroot.net -- | |
OTP-23.0.2.tar.gz: OK (sha256: 6bab92d1a1b20cc319cd845c23db3611cc99f8c99a610d117578262e3c108af3) | |
mkdir -p /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 | |
touch /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/.stamp_downloaded | |
[7m>>> erlang 23.0.2 Extracting[27m | |
mkdir -p /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 | |
gzip -d -c /home/fhunleth/dl/erlang/OTP-23.0.2.tar.gz | /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/tar --strip-components=1 -C /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 --no-same-owner -xf - | |
chmod -R +rw /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 | |
touch /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/.stamp_extracted | |
[7m>>> erlang 23.0.2 Patching[27m | |
( \ | |
for D in package/erlang/ /home/fhunleth/nerves/nerves_system_br/patches/erlang; do \ | |
if test -d ${D}; then \ | |
if test -d ${D}/23.0.2; then \ | |
PATH=/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin:$PATH support/scripts/apply-patches.sh /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 ${D}/23.0.2 \*.patch \*.patch.arm || exit 1; \ | |
else \ | |
PATH=/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin:$PATH support/scripts/apply-patches.sh /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 ${D} \*.patch \*.patch.arm || exit 1; \ | |
fi; \ | |
fi; \ | |
done; \ | |
) | |
Applying 0001-erts-ethread-instruct-libatomic_ops-we-do-require-CA.patch using patch: | |
patching file erts/aclocal.m4 | |
Hunk #1 succeeded at 1994 (offset 16 lines). | |
Hunk #2 succeeded at 2036 (offset 16 lines). | |
patching file erts/include/internal/libatomic_ops/ethread.h | |
Applying 0002-erts-emulator-reorder-inclued-headers-paths.patch using patch: | |
patching file erts/emulator/Makefile.in | |
Hunk #1 succeeded at 751 (offset 26 lines). | |
Hunk #2 succeeded at 804 (offset 26 lines). | |
Applying 0003-erlang-enable-deterministic-builds.patch using patch: | |
patching file make/otp.mk.in | |
Hunk #1 succeeded at 110 (offset -4 lines). | |
Applying 0004-disksup-update-df-call-to-work-with-Busybox.patch using patch: | |
patching file lib/os_mon/src/disksup.erl | |
rm -rf /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/ssl/src/deps | |
[7m>>> erlang 23.0.2 Updating config.sub and config.guess[27m | |
for file in config.guess config.sub; do for i in $(find /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 -name $file); do cp support/gnuconfig/$file $i; done; done | |
[7m>>> erlang 23.0.2 Patching libtool[27m | |
for i in `find /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 -name ltmain.sh`; do ltmain_version=`sed -n '/^[ \t]*VERSION=/{s/^[ \t]*VERSION=//;p;q;}' $i | sed -e 's/\([0-9]*\.[0-9]*\).*/\1/' -e 's/\"//'`; ltmain_patchlevel=`sed -n '/^[ \t]*VERSION=/{s/^[ \t]*VERSION=//;p;q;}' $i | sed -e 's/\([0-9]*\.[0-9]*\.*\)\([0-9]*\).*/\2/' -e 's/\"//'`; if test ${ltmain_version} = '1.5'; then patch -i support/libtool/buildroot-libtool-v1.5.patch ${i}; elif test ${ltmain_version} = "2.2"; then patch -i support/libtool/buildroot-libtool-v2.2.patch ${i}; elif test ${ltmain_version} = "2.4"; then if test ${ltmain_patchlevel:-0} -gt 2; then patch -i support/libtool/buildroot-libtool-v2.4.4.patch ${i}; else patch -i support/libtool/buildroot-libtool-v2.4.patch ${i}; fi fi done | |
touch /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/.stamp_patched | |
[7m>>> erlang 23.0.2 Configuring[27m | |
cd /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 && PATH="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin:/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/sbin:/home/fhunleth/.asdf/shims:/home/fhunleth/.asdf/bin:/home/fhunleth/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin" ./otp_build autoconf | |
=== running autoconf in lib/common_test | |
=== running autoconf in lib/crypto | |
=== running autoconf in lib/erl_interface | |
=== running autoheader in lib/erl_interface | |
=== running autoconf in lib/megaco | |
=== running autoconf in lib/odbc | |
=== running autoconf in lib/snmp | |
=== running autoconf in lib/wx | |
=== running autoconf in lib/common_test/test_server | |
=== running autoconf in make | |
=== running autoconf in erts | |
=== running autoheader in erts | |
=== creating ./configure | |
(cd /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/ && rm -rf config.cache && PATH="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin:/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/sbin:/home/fhunleth/.asdf/shims:/home/fhunleth/.asdf/bin:/home/fhunleth/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin" AR="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ar" AS="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-as" LD="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ld" NM="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-nm" CC="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc" GCC="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc" CPP="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-cpp" CXX="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-g++" FC="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gfortran" F77="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gfortran" RANLIB="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ranlib" READELF="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-readelf" STRIP="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-strip" OBJCOPY="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-objcopy" OBJDUMP="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/include" LDFLAGS_FOR_BUILD="-L/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/lib -Wl,-rpath,/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-as" DEFAULT_LINKER="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/pkg-config" STAGING_DIR="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no ac_cv_func_isnan=yes ac_cv_func_isinf=yes i_cv_posix_fallocate_works=yes erl_xcomp_sysroot=/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot erl_xcomp_clock_gettime_cpu_time=yes ERL_TOP=/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-gnueabi --host=arm-buildroot-linux-gnueabi --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --without-javac --with-termcap --with-ssl --with-odbc --disable-builtin-zlib ) | |
=== Running configure in /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts === | |
./configure '--target=arm-buildroot-linux-gnueabi' '--host=arm-buildroot-linux-gnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--without-javac' '--with-termcap' '--with-ssl' '--with-odbc' '--disable-builtin-zlib' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ' --disable-option-checking --cache-file=/dev/null --srcdir="/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts" | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... arm-buildroot-linux-gnueabi | |
checking for arm-buildroot-linux-gnueabi-gcc... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
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... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -g... yes | |
checking for /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc option to accept ISO C89... none needed | |
checking for library containing strerror... none required | |
checking OTP release... 23 | |
checking OTP version... 23.0.2 | |
checking for arm-buildroot-linux-gnueabi-gcc... (cached) /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -g... (cached) yes | |
checking for /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc option to accept ISO C89... (cached) none needed | |
checking for mixed mingw-gcc and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking if we mix WSL with another native compiler... no | |
checking for arm-buildroot-linux-gnueabi-getconf... false | |
checking for arm-buildroot-linux-gnueabi-getconf... no | |
checking for getconf... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/getconf | |
checking for large file support CFLAGS... failed | |
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=implicit to WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=undef to WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -fno-common to CFLAGS (via CFLAGS)... yes | |
checking C99 support... yes | |
checking CFLAGS for -O switch... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -fprofile-generate -Werror...... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -fprofile-use -Werror...... no | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -fprofile-use -fprofile-correction -Werror...... no | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -fprofile-instr-generate -Werror...... no | |
checking whether to do PGO of erts... no, cross compiling | |
checking how to run the C preprocessor... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-cpp | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of void *... 4 | |
checking target hardware architecture... noarch | |
checking whether compilation mode forces ARCH adjustment... no: ARCH is noarch | |
checking if VM has to be linked with Carbon framework... no | |
checking for mkdir... /bin/mkdir | |
checking for cp... /bin/cp | |
checking if we are building a sharing-preserving emulator... no | |
checking how to run the C preprocessor... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-cpp | |
checking for arm-buildroot-linux-gnueabi-ranlib... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ranlib | |
checking for bison... bison -y | |
checking for perl5... /usr/bin/perl | |
checking whether ln -s works... yes | |
checking for arm-buildroot-linux-gnueabi-ar... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ar | |
checking for xsltproc... xsltproc | |
checking for fop... fop | |
checking for xmllint... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking how to create a directory including parents... /usr/bin/install -c -d | |
checking for extra flags needed to export symbols... -Wl,-export-dynamic | |
checking for sin in -lm... yes | |
checking for dlopen in -ldl... yes | |
checking for main in -linet... no | |
checking for openpty in -lutil... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking for arm-buildroot-linux-gnueabi-getconf... (cached) false | |
checking for arm-buildroot-linux-gnueabi-getconf... no | |
checking for getconf... (cached) /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/getconf | |
checking for Native POSIX Thread Library... cross | |
checking nptl/pthread.h usability... no | |
checking nptl/pthread.h presence... no | |
checking for nptl/pthread.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking for kstat_open in -lkstat... no | |
checking for clock_gettime in -lrt... yes | |
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... yes | |
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC | |
checking for clock_getres... yes | |
checking for clock_get_attributes... no | |
checking for gethrtime... no | |
checking for mach clock_get_time() with monotonic clock type... no | |
checking if SIGUSR1 and SIGUSR2 can be used... cross | |
checking if sigaltstack can be used... cross | |
checking for pthread.h... (cached) yes | |
checking for pthread/mit/pthread.h... (cached) no | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for usable PTHREAD_STACK_MIN... yes | |
checking for pthread_spin_lock... yes | |
checking for sched_yield... yes | |
checking whether sched_yield() returns an int... yes | |
checking for pthread_yield... yes | |
checking whether pthread_yield() returns an int... yes | |
checking for pthread_rwlock_init... yes | |
checking for pthread_rwlockattr_setkind_np... yes | |
checking for PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP... yes | |
checking for pthread_attr_setguardsize... yes | |
checking whether pthread_cond_timedwait() can use the monotonic clock CLOCK_MONOTONIC for timeout... yes | |
checking for Linux futexes... yes | |
checking for pthread_setname_np... linux | |
checking for pthread_getname_np... linux | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 4 | |
checking size of long long... 8 | |
checking size of __int128_t... 0 | |
checking for a working __sync_synchronize()... yes | |
checking for 32-bit __sync_add_and_fetch()... yes | |
checking for 64-bit __sync_add_and_fetch()... yes | |
checking for 128-bit __sync_add_and_fetch()... no | |
checking for 32-bit __sync_fetch_and_and()... yes | |
checking for 64-bit __sync_fetch_and_and()... yes | |
checking for 128-bit __sync_fetch_and_and()... no | |
checking for 32-bit __sync_fetch_and_or()... yes | |
checking for 64-bit __sync_fetch_and_or()... yes | |
checking for 128-bit __sync_fetch_and_or()... no | |
checking for 32-bit __sync_val_compare_and_swap()... yes | |
checking for 64-bit __sync_val_compare_and_swap()... yes | |
checking for 128-bit __sync_val_compare_and_swap()... no | |
checking for 32-bit __atomic_store_n()... yes | |
checking for 64-bit __atomic_store_n()... yes | |
checking for 128-bit __atomic_store_n()... no | |
checking for 32-bit __atomic_load_n()... yes | |
checking for 64-bit __atomic_load_n()... yes | |
checking for 128-bit __atomic_load_n()... no | |
checking for 32-bit __atomic_add_fetch()... yes | |
checking for 64-bit __atomic_add_fetch()... yes | |
checking for 128-bit __atomic_add_fetch()... no | |
checking for 32-bit __atomic_fetch_and()... yes | |
checking for 64-bit __atomic_fetch_and()... yes | |
checking for 128-bit __atomic_fetch_and()... no | |
checking for 32-bit __atomic_fetch_or()... yes | |
checking for 64-bit __atomic_fetch_or()... yes | |
checking for 128-bit __atomic_fetch_or()... no | |
checking for 32-bit __atomic_compare_exchange_n()... yes | |
checking for 64-bit __atomic_compare_exchange_n()... yes | |
checking for 128-bit __atomic_compare_exchange_n()... no | |
checking for ARM DMB instruction... no | |
checking for a usable libatomic_ops implementation... no | |
checking whether default stack size should be modified... no | |
checking size of void *... (cached) 4 | |
checking size of int... (cached) 4 | |
checking size of long... (cached) 4 | |
checking size of long long... (cached) 8 | |
checking size of __int64... 0 | |
checking size of __int128_t... (cached) 0 | |
checking whether byte ordering is bigendian... (cached) no | |
checking whether double word ordering is middle-endian... | |
checking for posix_fadvise... yes | |
checking for closefrom... no | |
checking linux/falloc.h usability... yes | |
checking linux/falloc.h presence... yes | |
checking for linux/falloc.h... yes | |
checking whether fallocate() works... yes | |
checking whether posix_fallocate() works... (cached) yes | |
checking whether lock checking should be enabled... no | |
checking whether lock counters should be enabled... no | |
checking whether dlopen() needs to be called before first call to dlerror()... no | |
checking for kstat_open in -lkstat... (cached) no | |
checking for tgetent in -ltinfo... no | |
checking for tgetent in -lncurses... yes | |
checking for wcwidth... yes | |
checking for zlib 1.2.5 or higher... yes | |
checking for zlib inflateGetDictionary presence... checking for library containing inflateGetDictionary... none required | |
checking for localtime_r... yes | |
checking for strftime... yes | |
checking for if_nametoindex... yes | |
checking for if_indextoname... yes | |
checking for if_nameindex... yes | |
checking for if_freenameindex... yes | |
checking for gethostname... yes | |
checking for connect... yes | |
checking for gethostbyname... yes | |
checking for gethostbyname_r... yes | |
checking for working posix_openpt implementation... yes | |
checking if netdb.h requires netinet/in.h to be previously included... yes | |
checking for socklen_t... yes | |
checking for h_errno declaration in netdb.h... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for unistd.h... (cached) yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking for sys/types.h... (cached) yes | |
checking sys/stropts.h usability... no | |
checking sys/stropts.h presence... no | |
checking for sys/stropts.h... no | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking for sys/time.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sockio.h usability... no | |
checking sys/sockio.h presence... no | |
checking for sys/sockio.h... no | |
checking sys/socketio.h usability... no | |
checking sys/socketio.h presence... no | |
checking for sys/socketio.h... no | |
checking net/errno.h usability... no | |
checking net/errno.h presence... no | |
checking for net/errno.h... no | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking arpa/nameser.h usability... yes | |
checking arpa/nameser.h presence... yes | |
checking for arpa/nameser.h... yes | |
checking libdlpi.h usability... no | |
checking libdlpi.h presence... no | |
checking for libdlpi.h... no | |
checking pty.h usability... yes | |
checking pty.h presence... yes | |
checking for pty.h... yes | |
checking util.h usability... no | |
checking util.h presence... no | |
checking for util.h... no | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking utmp.h usability... yes | |
checking utmp.h presence... yes | |
checking for utmp.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sdkddkver.h usability... no | |
checking sdkddkver.h presence... no | |
checking for sdkddkver.h... no | |
checking for struct ifreq.ifr_hwaddr... yes | |
checking for struct ifreq.ifr_enaddr... no | |
checking for dlpi_open in -ldlpi... no | |
configure: Extending the search to include /lib | |
checking for dlpi_open in -ldlpi... no | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking whether getrlimit is declared... yes | |
checking whether setrlimit is declared... yes | |
checking whether RLIMIT_STACK is declared... yes | |
checking for getrusage... yes | |
checking sys/event.h usability... no | |
checking sys/event.h presence... no | |
checking for sys/event.h... no | |
checking sys/epoll.h usability... yes | |
checking sys/epoll.h presence... yes | |
checking for sys/epoll.h... yes | |
checking sys/devpoll.h usability... no | |
checking sys/devpoll.h presence... no | |
checking for sys/devpoll.h... no | |
checking sys/timerfd.h usability... yes | |
checking sys/timerfd.h presence... yes | |
checking for sys/timerfd.h... yes | |
checking netpacket/packet.h usability... yes | |
checking netpacket/packet.h presence... yes | |
checking for netpacket/packet.h... yes | |
checking for netinet/sctp.h... no | |
checking for sched.h... (cached) yes | |
checking setns.h usability... no | |
checking setns.h presence... no | |
checking for setns.h... no | |
checking for setns... yes | |
checking linux/errqueue.h usability... yes | |
checking linux/errqueue.h presence... yes | |
checking for linux/errqueue.h... yes | |
checking valgrind/valgrind.h usability... no | |
checking valgrind/valgrind.h presence... no | |
checking for valgrind/valgrind.h... no | |
checking for SO_BSDCOMPAT declaration... yes | |
checking for INADDR_LOOPBACK in netinet/in.h... yes | |
checking for sys_errlist declaration in stdio.h or errno.h... yes | |
checking if windows.h includes winsock2.h... no | |
checking for an ANSI C-conforming const... yes | |
checking return type of signal handlers... void | |
checking for off_t... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking whether struct sockaddr has sa_len field... no | |
checking for struct exception (and matherr function)... no | |
checking size of char... 1 | |
checking size of short... (cached) 2 | |
checking size of int... (cached) 4 | |
checking size of long... (cached) 4 | |
checking size of void *... (cached) 4 | |
checking size of long long... (cached) 8 | |
checking size of size_t... 4 | |
checking size of off_t... 8 | |
checking size of time_t... 4 | |
checking size of suseconds_t... 4 | |
checking for C compiler 'restrict' support... yes | |
checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly... yes | |
checking for broken gcc-4.3.0 compiler... no; could not run test since cross compiling, checked version number (9.2.0) instead | |
checking whether byte ordering is bigendian... (cached) no | |
checking whether double word ordering is middle-endian... | |
checking for fdatasync... yes | |
checking for library containing fdatasync... none required | |
checking for sendfile... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking winsock2.h usability... no | |
checking winsock2.h presence... no | |
checking for winsock2.h... no | |
checking for ws2tcpip.h... no | |
checking for getaddrinfo... yes | |
checking whether getaddrinfo accepts enough flags... yes | |
checking for getnameinfo... yes | |
checking for getipnodebyname... no | |
checking for getipnodebyaddr... no | |
checking for gethostbyname2... yes | |
checking for ieee_handler... no | |
checking for fpsetmask... no | |
checking for finite... yes | |
checking for isnan... (cached) yes | |
checking for isinf... (cached) yes | |
checking for res_gethostbyname... no | |
checking for dlopen... yes | |
checking for pread... yes | |
checking for pwrite... yes | |
checking for memmove... yes | |
checking for strerror... yes | |
checking for strerror_r... yes | |
checking for strncasecmp... yes | |
checking for gethrtime... (cached) no | |
checking for localtime_r... (cached) yes | |
checking for gmtime_r... yes | |
checking for inet_pton... yes | |
checking for mprotect... yes | |
checking for mmap... yes | |
checking for mremap... yes | |
checking for memcpy... yes | |
checking for mallopt... yes | |
checking for sbrk... yes | |
checking for _sbrk... no | |
checking for __sbrk... yes | |
checking for brk... yes | |
checking for _brk... no | |
checking for __brk... no | |
checking for flockfile... yes | |
checking for fstat... yes | |
checking for strlcpy... no | |
checking for strlcat... no | |
checking for setsid... yes | |
checking for posix2time... no | |
checking for time2posix... no | |
checking for setlocale... yes | |
checking for nl_langinfo... yes | |
checking for poll... yes | |
checking for mlockall... yes | |
checking for ppoll... yes | |
checking for vsyslog... yes | |
checking for isfinite... no | |
checking for posix_memalign... yes | |
checking for writev... yes | |
checking whether posix2time is declared... no | |
checking whether time2posix is declared... no | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for conflicting declaration of fread... yes | |
checking for putc_unlocked... yes | |
checking for fwrite_unlocked... yes | |
checking for openpty... yes | |
checking net/if_dl.h usability... no | |
checking net/if_dl.h presence... no | |
checking for net/if_dl.h... no | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking for netpacket/packet.h... (cached) yes | |
checking sys/un.h usability... yes | |
checking sys/un.h presence... yes | |
checking for sys/un.h... yes | |
checking for getifaddrs... yes | |
checking whether in6addr_any is declared... yes | |
checking whether in6addr_loopback is declared... yes | |
checking whether IN6ADDR_ANY_INIT is declared... yes | |
checking whether IN6ADDR_LOOPBACK_INIT is declared... yes | |
checking whether IPV6_V6ONLY is declared... yes | |
checking for sched_getaffinity/sched_setaffinity... yes | |
checking for pset functionality... no | |
checking for processor_bind functionality... no | |
checking for cpuset_getaffinity/cpuset_setaffinity... no | |
checking for 'end' symbol... yes | |
checking for '_end' symbol... yes | |
checking if __after_morecore_hook can track malloc()s core memory use... cross | |
checking types of sbrk()s return value and argument... void *,intptr_t | |
checking types of brk()s return value and argument... int,void * | |
checking if sbrk()/brk() wrappers can track malloc()s core memory use... cross | |
checking for IP version 6 support... yes | |
checking for multicast support... yes | |
checking for clock_gettime in -lrt... (cached) yes | |
checking for clock_gettime() with wall clock type... CLOCK_REALTIME | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) no | |
checking for gettimeofday... yes | |
checking for mach clock_get_time() with wall clock type... no | |
checking for clock_gettime in -lrt... (cached) yes | |
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes | |
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) no | |
checking for gethrtime... (cached) no | |
checking for mach clock_get_time() with monotonic clock type... (cached) no | |
checking for clock_gettime in -lrt... (cached) yes | |
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes | |
checking for clock_gettime() with high resolution monotonic clock type... CLOCK_MONOTONIC | |
checking for clock_getres... (cached) yes | |
checking for clock_get_attributes... (cached) no | |
checking for gethrtime... (cached) no | |
checking for mach clock_get_time() with monotonic clock type... (cached) no | |
checking if gethrvtime works and how to use it... cross | |
checking if clock_gettime can be used to get thread CPU time... yes | |
checking for m4... m4 | |
checking for safe signal delivery... yes | |
checking for unreliable floating point exceptions... unreliable | |
checking whether to redefine FD_SETSIZE... no | |
checking for working poll()... cross | |
checking whether epoll is level triggered... yes | |
checking whether kernel poll support should be enabled... yes; epoll | |
checking whether putenv() stores a copy of the key-value pair... cross | |
checking for a compiler that handles jumptables... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
checking whether the code model is small... no | |
checking for kstat_open in -lkstat... (cached) no | |
checking for kvm_open in -lkvm... no | |
checking for arm-buildroot-linux-gnueabi-c++... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-g++ | |
checking for log2... yes | |
configure: creating ./config.status | |
config.status: creating emulator/arm-buildroot-linux-gnueabi/Makefile | |
config.status: creating epmd/src/arm-buildroot-linux-gnueabi/Makefile | |
config.status: creating etc/common/arm-buildroot-linux-gnueabi/Makefile | |
config.status: creating include/internal/arm-buildroot-linux-gnueabi/ethread.mk | |
config.status: creating include/internal/arm-buildroot-linux-gnueabi/erts_internal.mk | |
config.status: creating lib_src/arm-buildroot-linux-gnueabi/Makefile | |
config.status: creating ../make/arm-buildroot-linux-gnueabi/otp.mk | |
config.status: creating ../make/make_emakefile | |
config.status: creating ../lib/os_mon/c_src/arm-buildroot-linux-gnueabi/Makefile | |
config.status: creating ../lib/runtime_tools/c_src/arm-buildroot-linux-gnueabi/Makefile | |
config.status: creating ../lib/tools/c_src/arm-buildroot-linux-gnueabi/Makefile | |
config.status: creating ../make/install_dir_data.sh | |
config.status: creating arm-buildroot-linux-gnueabi/config.h | |
config.status: creating include/internal/arm-buildroot-linux-gnueabi/ethread_header_config.h | |
config.status: creating include/arm-buildroot-linux-gnueabi/erl_int_sizes_config.h | |
=== Running configure in /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/make === | |
./configure '--target=arm-buildroot-linux-gnueabi' '--host=arm-buildroot-linux-gnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--without-javac' '--with-termcap' '--with-ssl' '--with-odbc' '--disable-builtin-zlib' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ' --disable-option-checking --cache-file=/dev/null --srcdir="/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/make" | |
Ignoring the --cache-file argument since it can cause the system to be erroneously configured | |
Disabling caching | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... arm-buildroot-linux-gnueabi | |
checking for arm-buildroot-linux-gnueabi-gcc... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
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... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -g... yes | |
checking for /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-g++ accepts -g... yes | |
checking for arm-buildroot-linux-gnueabi-ld... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ld | |
checking for mixed mingw-gcc and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking if we mix WSL with another native compiler... no | |
checking for env... /usr/bin/env | |
checking for GNU make... yes (make) | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln -s works... yes | |
checking for arm-buildroot-linux-gnueabi-ranlib... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ranlib | |
checking for perl5... /usr/bin/perl | |
checking ERTS version... 11.0.2 | |
checking OTP release... 23 | |
checking OTP version... 23.0.2 | |
checking how to run the C preprocessor... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-cpp | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking for arm-buildroot-linux-gnueabi-getconf... false | |
checking for arm-buildroot-linux-gnueabi-getconf... no | |
checking for getconf... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/getconf | |
checking for Native POSIX Thread Library... cross | |
checking nptl/pthread.h usability... no | |
checking nptl/pthread.h presence... no | |
checking for nptl/pthread.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -fno-common to DED_CFLAGS (via CFLAGS)... yes | |
checking for arm-buildroot-linux-gnueabi-ld... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -fno-common -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -fno-common -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -fPIC | |
checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -fno-common -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -fPIC | |
checking for linker for loadable drivers... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
checking for linker flags for loadable drivers... -shared -Wl,-Bsymbolic | |
checking for 'runtime library path' linker flag... -Wl,-R | |
configure: creating ./config.status | |
config.status: creating ../Makefile | |
config.status: creating output.mk | |
config.status: creating ../make/arm-buildroot-linux-gnueabi/otp_ded.mk | |
config.status: creating emd2exml | |
=== Running configure in /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/common_test === | |
./configure '--target=arm-buildroot-linux-gnueabi' '--host=arm-buildroot-linux-gnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--without-javac' '--with-termcap' '--with-ssl' '--with-odbc' '--disable-builtin-zlib' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ' --disable-option-checking --cache-file=/dev/null --srcdir="/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/common_test" | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... arm-buildroot-linux-gnueabi | |
configure: creating ./config.status | |
config.status: creating priv/arm-buildroot-linux-gnueabi/Makefile | |
=== Running configure in /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/crypto === | |
./configure '--target=arm-buildroot-linux-gnueabi' '--host=arm-buildroot-linux-gnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--without-javac' '--with-termcap' '--with-ssl' '--with-odbc' '--disable-builtin-zlib' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ' --disable-option-checking --cache-file=/dev/null --srcdir="/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/crypto" | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... arm-buildroot-linux-gnueabi | |
checking for arm-buildroot-linux-gnueabi-gcc... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
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... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -g... yes | |
checking for /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc option to accept ISO C89... none needed | |
checking for mixed mingw-gcc and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking if we mix WSL with another native compiler... no | |
checking how to run the C preprocessor... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-cpp | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking for arm-buildroot-linux-gnueabi-getconf... false | |
checking for arm-buildroot-linux-gnueabi-getconf... no | |
checking for getconf... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/getconf | |
checking for Native POSIX Thread Library... cross | |
checking nptl/pthread.h usability... no | |
checking nptl/pthread.h presence... no | |
checking for nptl/pthread.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -fno-common to DED_CFLAGS (via CFLAGS)... yes | |
checking for arm-buildroot-linux-gnueabi-ld... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -fno-common -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -fno-common -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -fPIC | |
checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -fno-common -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -fPIC | |
checking for linker for loadable drivers... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
checking for linker flags for loadable drivers... -shared -Wl,-Bsymbolic | |
checking for 'runtime library path' linker flag... -Wl,-R | |
checking size of void *... 4 | |
checking for static ZLib to be used by SSL in standard locations... no | |
checking for OpenSSL >= 0.9.8c in standard locations... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot/usr | |
checking for OpenSSL kerberos 5 support... no | |
checking for ssl runtime library path to use... /usr/lib:/usr/local/lib:/usr/sfw/lib:/usr/lib:/opt/local/lib:/usr/pkg/lib:/usr/local/openssl/lib:/usr/lib/openssl/lib:/usr/openssl/lib:/usr/local/ssl/lib:/usr/lib/ssl/lib:/usr/ssl/lib:/lib | |
configure: creating ./config.status | |
config.status: creating c_src/arm-buildroot-linux-gnueabi/Makefile | |
=== Running configure in /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/erl_interface === | |
./configure '--target=arm-buildroot-linux-gnueabi' '--host=arm-buildroot-linux-gnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--without-javac' '--with-termcap' '--with-ssl' '--with-odbc' '--disable-builtin-zlib' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ' --disable-option-checking --cache-file=/dev/null --srcdir="/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/erl_interface" | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... arm-buildroot-linux-gnueabi | |
checking for arm-buildroot-linux-gnueabi-gcc... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
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... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -g... yes | |
checking for /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-cpp | |
checking for arm-buildroot-linux-gnueabi-ranlib... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ranlib | |
checking for ld.sh... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ld | |
checking for arm-buildroot-linux-gnueabi-ld... (cached) /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ld | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 4 | |
checking size of void *... 4 | |
checking size of long long... 8 | |
checking target hardware architecture... noarch | |
checking whether compilation mode forces ARCH adjustment... no: ARCH is noarch | |
checking for unaligned word access... no | |
checking for arm-buildroot-linux-gnueabi-ar... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ar | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking how to create a directory including parents... /usr/bin/install -c -d | |
checking for gethostbyname in -lnsl... no | |
checking for getpeername in -lsocket... no | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking malloc.h usability... yes | |
checking malloc.h presence... yes | |
checking for malloc.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking for uid_t in sys/types.h... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for socklen_t usability... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc needs -traditional... no | |
checking for working memcmp... (cached) yes | |
checking for dup2... yes | |
checking for gethostbyaddr... yes | |
checking for gethostbyname... yes | |
checking for gethostbyaddr_r... yes | |
checking for gethostbyname_r... yes | |
checking for gethostname... yes | |
checking for writev... yes | |
checking for gethrtime... no | |
checking for gettimeofday... yes | |
checking for inet_ntoa... yes | |
checking for memchr... yes | |
checking for memmove... yes | |
checking for memset... yes | |
checking for select... yes | |
checking for socket... yes | |
checking for strchr... yes | |
checking for strerror... yes | |
checking for strrchr... yes | |
checking for strstr... yes | |
checking for uname... yes | |
checking for sysconf... yes | |
checking for res_gethostbyname... no | |
checking for res_gethostbyname in -lresolv... no | |
checking for clock_gettime... yes | |
checking for mixed mingw-gcc and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking if we mix WSL with another native compiler... no | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking for arm-buildroot-linux-gnueabi-getconf... false | |
checking for arm-buildroot-linux-gnueabi-getconf... no | |
checking for getconf... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/getconf | |
checking for Native POSIX Thread Library... cross | |
checking nptl/pthread.h usability... no | |
checking nptl/pthread.h presence... no | |
checking for nptl/pthread.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking size of short... (cached) 2 | |
checking size of int... (cached) 4 | |
checking size of long... (cached) 4 | |
checking size of long long... (cached) 8 | |
checking size of __int128_t... 0 | |
checking for a working __sync_synchronize()... yes | |
checking for 32-bit __sync_add_and_fetch()... yes | |
checking for 64-bit __sync_add_and_fetch()... yes | |
checking for 128-bit __sync_add_and_fetch()... no | |
checking for 32-bit __sync_fetch_and_and()... yes | |
checking for 64-bit __sync_fetch_and_and()... yes | |
checking for 128-bit __sync_fetch_and_and()... no | |
checking for 32-bit __sync_fetch_and_or()... yes | |
checking for 64-bit __sync_fetch_and_or()... yes | |
checking for 128-bit __sync_fetch_and_or()... no | |
checking for 32-bit __sync_val_compare_and_swap()... yes | |
checking for 64-bit __sync_val_compare_and_swap()... yes | |
checking for 128-bit __sync_val_compare_and_swap()... no | |
checking for 32-bit __atomic_store_n()... yes | |
checking for 64-bit __atomic_store_n()... yes | |
checking for 128-bit __atomic_store_n()... no | |
checking for 32-bit __atomic_load_n()... yes | |
checking for 64-bit __atomic_load_n()... yes | |
checking for 128-bit __atomic_load_n()... no | |
checking for 32-bit __atomic_add_fetch()... yes | |
checking for 64-bit __atomic_add_fetch()... yes | |
checking for 128-bit __atomic_add_fetch()... no | |
checking for 32-bit __atomic_fetch_and()... yes | |
checking for 64-bit __atomic_fetch_and()... yes | |
checking for 128-bit __atomic_fetch_and()... no | |
checking for 32-bit __atomic_fetch_or()... yes | |
checking for 64-bit __atomic_fetch_or()... yes | |
checking for 128-bit __atomic_fetch_or()... no | |
checking for 32-bit __atomic_compare_exchange_n()... yes | |
checking for 64-bit __atomic_compare_exchange_n()... yes | |
checking for 128-bit __atomic_compare_exchange_n()... no | |
checking for ARM DMB instruction... no | |
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -fno-common to CFLAGS (via CFLAGS)... yes | |
configure: creating ./config.status | |
config.status: creating src/arm-buildroot-linux-gnueabi/Makefile | |
config.status: creating src/arm-buildroot-linux-gnueabi/eidefs.mk | |
config.status: creating src/arm-buildroot-linux-gnueabi/config.h | |
=== Running configure in /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/megaco === | |
./configure '--target=arm-buildroot-linux-gnueabi' '--host=arm-buildroot-linux-gnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--without-javac' '--with-termcap' '--with-ssl' '--with-odbc' '--disable-builtin-zlib' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ' --disable-option-checking --cache-file=/dev/null --srcdir="/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/megaco" | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... arm-buildroot-linux-gnueabi | |
checking for arm-buildroot-linux-gnueabi-gcc... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
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... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -g... yes | |
checking for /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc option to accept ISO C89... none needed | |
checking for mixed mingw-gcc and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking if we mix WSL with another native compiler... no | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... none needed | |
checking whether yytext is a pointer... no | |
checking for reentrant capable flex... yes | |
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes | |
checking how to run the C preprocessor... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-cpp | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking for arm-buildroot-linux-gnueabi-getconf... false | |
checking for arm-buildroot-linux-gnueabi-getconf... no | |
checking for getconf... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/getconf | |
checking for Native POSIX Thread Library... cross | |
checking nptl/pthread.h usability... no | |
checking nptl/pthread.h presence... no | |
checking for nptl/pthread.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking if we can add -Wdeclaration-after-statement to DED_WARN_FLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=implicit to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=undef to DED_WERRORFLAGS (via CFLAGS)... yes | |
checking if we can add -fno-common to DED_CFLAGS (via CFLAGS)... yes | |
checking for arm-buildroot-linux-gnueabi-ld... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
checking for static compiler flags... -Werror=undef -Werror=implicit -Werror=return-type -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -fno-common -Werror=return-type -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DSTATIC_ERLANG_NIF -DSTATIC_ERLANG_DRIVER | |
checking for basic compiler flags for loadable drivers... -fno-common -Werror=return-type -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -fPIC | |
checking for compiler flags for loadable drivers... -Werror=undef -Werror=implicit -Werror=return-type -Wdeclaration-after-statement -Wall -Wstrict-prototypes -Wmissing-prototypes -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -fno-common -Werror=return-type -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -fPIC | |
checking for linker for loadable drivers... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
checking for linker flags for loadable drivers... -shared -Wl,-Bsymbolic | |
checking for 'runtime library path' linker flag... -Wl,-R | |
checking for perl... /usr/bin/perl | |
configure: creating ./config.status | |
config.status: creating examples/meas/Makefile | |
configure: creating ./config.status | |
config.status: creating examples/meas/Makefile | |
config.status: creating src/flex/arm-buildroot-linux-gnueabi/Makefile | |
=== Running configure in /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/odbc === | |
./configure '--target=arm-buildroot-linux-gnueabi' '--host=arm-buildroot-linux-gnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--without-javac' '--with-termcap' '--with-ssl' '--with-odbc' '--disable-builtin-zlib' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ' --disable-option-checking --cache-file=/dev/null --srcdir="/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/odbc" | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... arm-buildroot-linux-gnueabi | |
checking for arm-buildroot-linux-gnueabi-gcc... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
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... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -g... yes | |
checking for /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc option to accept ISO C89... none needed | |
checking for mixed mingw-gcc and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking if we mix WSL with another native compiler... no | |
checking whether make sets $(MAKE)... yes | |
checking for ld.sh... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ld | |
checking for arm-buildroot-linux-gnueabi-ld... (cached) /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ld | |
checking for rm... /bin/rm | |
checking for connect... yes | |
checking for gethostbyname... yes | |
checking how to run the C preprocessor... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-cpp | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking winsock2.h usability... no | |
checking winsock2.h presence... no | |
checking for winsock2.h... no | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking for sql.h... yes | |
checking for sqlext.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking for struct sockaddr_in6.sin6_addr... yes | |
checking for memset... yes | |
checking for socket... yes | |
checking for native win32 threads... no | |
checking for pthread_create in -lpthread... yes | |
checking for arm-buildroot-linux-gnueabi-getconf... false | |
checking for arm-buildroot-linux-gnueabi-getconf... no | |
checking for getconf... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/getconf | |
checking for Native POSIX Thread Library... cross | |
checking nptl/pthread.h usability... no | |
checking nptl/pthread.h presence... no | |
checking for nptl/pthread.h... no | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pthread/mit/pthread.h usability... no | |
checking pthread/mit/pthread.h presence... no | |
checking for pthread/mit/pthread.h... no | |
checking size of void *... 4 | |
checking for odbc in standard locations... -L/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib | |
checking for SQLAllocHandle in -lodbc... yes | |
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes | |
configure: creating ./config.status | |
config.status: creating c_src/arm-buildroot-linux-gnueabi/Makefile | |
=== Running configure in /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/snmp === | |
./configure '--target=arm-buildroot-linux-gnueabi' '--host=arm-buildroot-linux-gnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--without-javac' '--with-termcap' '--with-ssl' '--with-odbc' '--disable-builtin-zlib' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ' --disable-option-checking --cache-file=/dev/null --srcdir="/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/snmp" | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... arm-buildroot-linux-gnueabi | |
checking for perl... /usr/bin/perl | |
configure: creating ./config.status | |
config.status: creating mibs/Makefile | |
=== Running configure in /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/wx === | |
./configure '--target=arm-buildroot-linux-gnueabi' '--host=arm-buildroot-linux-gnueabi' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--without-javac' '--with-termcap' '--with-ssl' '--with-odbc' '--disable-builtin-zlib' CFLAGS='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 ' --disable-option-checking --cache-file=/dev/null --srcdir="/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/wx" | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... arm-buildroot-linux-gnueabi | |
checking for arm-buildroot-linux-gnueabi-gcc... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc | |
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... yes | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc accepts -g... yes | |
checking for /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-g++ accepts -g... yes | |
checking for arm-buildroot-linux-gnueabi-ranlib... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-ranlib | |
checking how to run the C preprocessor... /home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-cpp | |
configure: Building for linux-gnueabi | |
checking for mixed mingw-gcc and native VC++ environment... no | |
checking for mixed cygwin and native MinGW environment... no | |
checking if we mix cygwin with any native compiler... no | |
checking if we mix msys with another native compiler... no | |
checking if we mix WSL with another native compiler... no | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking size of void *... 4 | |
checking if we can add -fno-move-loop-invariants to CXXNOOPT (via CFLAGS)... yes | |
checking GL/gl.h usability... no | |
checking GL/gl.h presence... no | |
checking for GL/gl.h... no | |
checking OpenGL/gl.h usability... no | |
checking OpenGL/gl.h presence... no | |
checking for OpenGL/gl.h... no | |
configure: Checking for OpenGL headers in /usr/X11R6 | |
checking GL/gl.h usability... no | |
checking GL/gl.h presence... no | |
checking for GL/gl.h... no | |
configure: Checking for OpenGL headers in /usr/local | |
checking GL/gl.h usability... no | |
checking GL/gl.h presence... no | |
checking for GL/gl.h... no | |
checking GL/glu.h usability... no | |
checking GL/glu.h presence... no | |
checking for GL/glu.h... no | |
checking OpenGL/glu.h usability... no | |
checking OpenGL/glu.h presence... no | |
checking for OpenGL/glu.h... no | |
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes | |
checking if we can add -Werror=return-type to CXXFLAGS (via CFLAGS)... yes | |
configure: creating arm-buildroot-linux-gnueabi/config.status | |
config.status: creating config.mk | |
config.status: creating c_src/Makefile | |
********************************************************************* | |
********************** APPLICATIONS DISABLED ********************** | |
********************************************************************* | |
jinterface : Java compiler disabled by user | |
********************************************************************* | |
********************************************************************* | |
********************** APPLICATIONS INFORMATION ******************* | |
********************************************************************* | |
wx : No OpenGL headers found, wx will NOT be usable | |
No GLU headers (glu.h) found, wx will NOT be usable | |
Cross compilation of the wx driver is not supported yet, wx will NOT be usable | |
********************************************************************* | |
********************************************************************* | |
********************** DOCUMENTATION INFORMATION ****************** | |
********************************************************************* | |
documentation : | |
xmllint is missing. | |
Using fakefop to generate placeholder PDF files. | |
********************************************************************* | |
touch /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/.stamp_configured | |
[7m>>> erlang 23.0.2 Building[27m | |
PATH="/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin:/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/sbin:/home/fhunleth/.asdf/shims:/home/fhunleth/.asdf/bin:/home/fhunleth/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin" /usr/bin/make -j33 -C /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/ | |
* | |
* Cross compiling Erlang/OTP-23 for: arm-buildroot-linux-gnueabi | |
* | |
test X"$ERTS_SKIP_DEPEND" = X"true" || (cd erts/emulator && PATH=/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/bootstrap/bin:"${PATH}" ERL_TOP=/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 make generate) | |
make -f arm-buildroot-linux-gnueabi/Makefile generate | |
if utils/gen_git_version arm-buildroot-linux-gnueabi/gen_git_version.mk; then touch beam/erl_bif_info.c; fi | |
LANG=C /usr/bin/perl utils/beam_makeops \ | |
-wordsize 32 \ | |
-code-model unknown \ | |
-outdir arm-buildroot-linux-gnueabi/opt/smp \ | |
-DUSE_VM_PROBES=0 \ | |
-DNO_FPE_SIGNALS=1 \ | |
-emulator /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/compiler/src/genop.tab beam/ops.tab beam/macros.tab beam/instrs.tab beam/arith_instrs.tab beam/bif_instrs.tab beam/bs_instrs.tab beam/float_instrs.tab beam/map_instrs.tab beam/msg_instrs.tab beam/select_instrs.tab beam/trace_instrs.tab && echo /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/lib/compiler/src/genop.tab beam/ops.tab beam/macros.tab beam/instrs.tab beam/arith_instrs.tab beam/bif_instrs.tab beam/bs_instrs.tab beam/float_instrs.tab beam/map_instrs.tab beam/msg_instrs.tab beam/select_instrs.tab beam/trace_instrs.tab utils/beam_makeops arm-buildroot-linux-gnueabi/Makefile >arm-buildroot-linux-gnueabi/opt/smp/OPCODES-GENERATED | |
LANG=C /usr/bin/perl utils/make_tables -src arm-buildroot-linux-gnueabi/opt/smp -include arm-buildroot-linux-gnueabi/opt/smp\ | |
-dst no -hipe no beam/atom.names beam/erl_dirty_bif.tab beam/bif.tab && echo beam/atom.names beam/erl_dirty_bif.tab beam/bif.tab utils/make_tables arm-buildroot-linux-gnueabi/Makefile >arm-buildroot-linux-gnueabi/opt/smp/TABLES-GENERATED | |
LANG=C /usr/bin/perl utils/make_alloc_types -src beam/erl_alloc.types -dst arm-buildroot-linux-gnueabi/opt/smp/erl_alloc_types.h threads nofrag unix | |
LANG=C /usr/bin/perl utils/make_version -o arm-buildroot-linux-gnueabi/erl_version.h 23 23.0.2 11.0.2 arm-buildroot-linux-gnueabi | |
LANG=C /usr/bin/perl utils/make_driver_tab -o arm-buildroot-linux-gnueabi/opt/smp/driver_tab.c -nifs obj/arm-buildroot-linux-gnueabi/opt/smp/erl_tracer_nif.o obj/arm-buildroot-linux-gnueabi/opt/smp/prim_buffer_nif.o obj/arm-buildroot-linux-gnueabi/opt/smp/prim_file_nif.o obj/arm-buildroot-linux-gnueabi/opt/smp/zlib_nif.o obj/arm-buildroot-linux-gnueabi/opt/smp/prim_socket_nif.o obj/arm-buildroot-linux-gnueabi/opt/smp/prim_net_nif.o -drivers obj/arm-buildroot-linux-gnueabi/opt/smp/inet_drv.o obj/arm-buildroot-linux-gnueabi/opt/smp/ram_file_drv.o obj/arm-buildroot-linux-gnueabi/opt/smp/ttsl_drv.o | |
CROSS_YCF=`utils/find_cross_ycf` && \ | |
"$CROSS_YCF" -yield -static_aux_funs -only_yielding_funs -f ets_insert_2_list_check -f ets_insert_new_2_list_has_member -f ets_insert_2_list_from_p_heap -f ets_insert_2_list_destroy_copied_dbterms -f ets_insert_2_list_copy_term_list -f ets_insert_new_2_dbterm_list_has_member -f ets_insert_2_list_insert_db_term_list -f ets_insert_2_list -fnoauto ets_insert_2_list_lock_tbl \ | |
-output_file_name arm-buildroot-linux-gnueabi/erl_db_insert_list.ycf.h beam/erl_db.c | |
LANG=C /usr/bin/perl utils/make_preload -old /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/erts_code_purger.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/erl_init.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/init.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/prim_buffer.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/prim_eval.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/prim_inet.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/prim_file.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/zlib.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/socket_registry.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/prim_socket.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/prim_net.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/prim_zip.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/erl_prim_loader.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/erlang.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/erts_internal.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/erl_tracer.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/erts_literal_area_collector.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/erts_dirty_process_signal_handler.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/atomics.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/counters.beam /home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/preloaded/ebin/persistent_term.beam > arm-buildroot-linux-gnueabi/preload.c | |
echo arm-buildroot-linux-gnueabi/opt/smp/OPCODES-GENERATED arm-buildroot-linux-gnueabi/opt/smp/TABLES-GENERATED arm-buildroot-linux-gnueabi/opt/smp/erl_alloc_types.h arm-buildroot-linux-gnueabi/erl_version.h arm-buildroot-linux-gnueabi/opt/smp/driver_tab.c arm-buildroot-linux-gnueabi/erl_db_insert_list.ycf.h >arm-buildroot-linux-gnueabi/opt/smp/GENERATED | |
test X"$ERTS_SKIP_DEPEND" = X"true" || (cd erts/emulator && PATH=/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/bootstrap/bin:"${PATH}" ERL_TOP=/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2 make depend) | |
make -f arm-buildroot-linux-gnueabi/Makefile depend | |
/home/fhunleth/nerves/nerves_system_br/o/rpi0/host/bin/armv6-rpi-linux-gnueabi-gcc -MM -MG -Werror=undef -Werror=implicit -Werror=return-type -fno-common -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -I/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/erts/arm-buildroot-linux-gnueabi -fno-tree-copyrename -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -DPOSIX_THREADS -D_POSIX_THREAD_SAFE_FUNCTIONS -Iarm-buildroot-linux-gnueabi/opt/smp -Ibeam -Isys/unix -Isys/common -Iarm-buildroot-linux-gnueabi -Ipcre -Ihipe -I../include -I../include/arm-buildroot-linux-gnueabi -I../include/internal -I../include/internal/arm-buildroot-linux-gnueabi -Idrivers/common -Idrivers/unix -Inifs/common -Inifs/unix beam/erl_md5.c beam/erl_bif_os.c beam/erl_lock_count.c beam/break.c beam/erl_port_task.c beam/erl_bits.c beam/erl_bif_counters.c beam/erl_node_tables.c beam/erl_db_tree.c beam/dist.c beam/big.c beam/erl_math.c beam/copy.c beam/erl_posix_str.c beam/index.c beam/time.c beam/erl_debug.c beam/erl_io_queue.c beam/erl_gc.c beam/erl_db_util.c beam/erl_message.c beam/erl_unicode.c beam/erl_afit_alloc.c beam/beam_load.c beam/erl_goodfit_alloc.c beam/erl_proc_sig_queue.c beam/erl_ptab.c beam/erl_nif.c beam/beam_debug.c beam/safe_hash.c beam/beam_bif_load.c beam/erl_term.c beam/erl_msacc.c beam/erl_db_catree.c beam/erl_bif_lists.c beam/erl_bif_guard.c beam/erl_zlib.c beam/erl_bif_atomics.c beam/erl_lock_check.c beam/erl_time_sup.c beam/erl_db_hash.c beam/beam_bp.c beam/export.c beam/hash.c beam/erl_bif_info.c beam/erl_map.c beam/erl_cpu_topology.c beam/erl_async.c beam/erl_bif_unique.c beam/utils.c beam/erl_bif_persistent.c beam/erl_process_dict.c beam/erl_bif_port.c beam/beam_emu.c beam/erl_mtrace.c beam/beam_ranges.c beam/code_ix.c beam/erl_arith.c beam/binary.c beam/erl_process.c beam/bif.c beam/erl_drv_thread.c beam/erl_ao_firstfit_alloc.c beam/erlang_lttng.c beam/erl_nfunc_sched.c beam/erl_alloc.c beam/erl_init.c beam/erl_fun.c beam/io.c beam/atom.c beam/erl_thr_queue.c beam/erl_monitor_link.c beam/packet_parser.c beam/beam_catches.c beam/elib_memmove.c beam/erl_process_lock.c beam/erl_bif_op.c beam/erl_hl_timer.c beam/erl_trace.c beam/erl_db.c beam/erl_printf_term.c beam/erl_bif_ddll.c beam/external.c beam/erl_bestfit_alloc.c beam/erl_thr_progress.c beam/erl_bif_trace.c beam/register.c beam/erl_lock_flags.c beam/erl_bif_binary.c beam/erl_process_dump.c beam/erl_sched_spec_pre_alloc.c beam/erl_dyn_lock_check.c beam/erl_flxctr.c beam/erl_bif_re.c beam/erl_bif_chksum.c beam/erl_alloc_util.c beam/module.c \ | |
| sed 's|^\([^:]*:\)|$(OBJDIR)/\1|g;s|arm-buildroot-linux-gnueabi/opt/smp/|$(TTF_DIR)/|g;s|\([ ]\)/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/|\1$(ERL_TOP)/|g;s|^/home/fhunleth/nerves/nerves_system_br/o/rpi0/build/erlang-23.0.2/|$(ERL_TOP)/|g;s|$(OBJDIR)/erl_poll.o|$(OBJDIR)/erl_poll.o $(OBJDIR)/erl_poll.flbk.o|g;s|\([^/]\)erl_compile_flags\.h|\1$(TTF_DIR)/erl_compile_flags\.h|g' > arm-buildroot-linux-gnueabi/opt/smp/depend.mk | |
if utils/gen_git_version arm-buildroot-linux-gnueabi/gen_git_version.mk; then touch beam/erl_bif_info.c; fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment