pikeyd165

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/README
@@ -21,8 +21,14 @@
 
where "aarch64-linux-gnu" is the cross-compiler of choice.
 
2. Compile pikeyd165:
2. Edit the pikeyd165 "Makefile" to change the compiler to the
desired cross-compiler:
 
pikeyd165/Makefile:
CC := aarch64-linux-gnu-gcc
 
and then compile pikeyd165:
 
cd pikeyd165
make clean
make
@@ -30,6 +36,14 @@
3. Copy pikeyd165 from the pikeyd165 directory to your pi2jamma
arcade machine.
 
-=:[ Credits ]:=-
 
All content is copyright to their corresponding authors.
 
Wizardry and Steamworks assmebled the various parts needed to get
pikeyd165 working on a modern build system and made a few
modifications to the build system such as creating a static binary.
 
-=:[ References ]:=-
 
1. https://github.com/mmoller2k/pikeyd
/bcm2835/Makefile
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.3 from Makefile.am.
# Makefile. Generated from Makefile.in by configure.
 
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -133,8 +133,8 @@
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
cscope distdir distdir-am dist dist-all distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
$(LISP)config.h.in
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
@@ -196,16 +196,18 @@
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
DIST_TARGETS = dist-gzip
# Exists only to be overridden by the user if desired.
AM_DISTCHECK_DVI_TARGET = dvi
distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
distcleancheck_listfiles = find . -type f -print
ACLOCAL = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing aclocal-1.16
ACLOCAL = ${SHELL} '/root/pikeyd165/bcm2835/missing' aclocal-1.16
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
AUTOCONF = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoconf
AUTOHEADER = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoheader
AUTOMAKE = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing automake-1.16
AUTOCONF = ${SHELL} '/root/pikeyd165/bcm2835/missing' autoconf
AUTOHEADER = ${SHELL} '/root/pikeyd165/bcm2835/missing' autoheader
AUTOMAKE = ${SHELL} '/root/pikeyd165/bcm2835/missing' automake-1.16
AWK = gawk
CC = aarch64-linux-gnu-gcc
CCDEPMODE = depmode=gcc3
@@ -228,7 +230,7 @@
LIBOBJS =
LIBS = -lrt
LTLIBOBJS =
MAKEINFO = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing makeinfo
MAKEINFO = ${SHELL} '/root/pikeyd165/bcm2835/missing' makeinfo
MKDIR_P = /bin/mkdir -p
OBJEXT = o
PACKAGE = bcm2835
@@ -244,10 +246,10 @@
SHELL = /bin/bash
STRIP = aarch64-linux-gnu-strip
VERSION = 1.71
abs_builddir = /root/regamebox_pikeyd165/bcm2835-1.71
abs_srcdir = /root/regamebox_pikeyd165/bcm2835-1.71
abs_top_builddir = /root/regamebox_pikeyd165/bcm2835-1.71
abs_top_srcdir = /root/regamebox_pikeyd165/bcm2835-1.71
abs_builddir = /root/pikeyd165/bcm2835
abs_srcdir = /root/pikeyd165/bcm2835
abs_top_builddir = /root/pikeyd165/bcm2835
abs_top_srcdir = /root/pikeyd165/bcm2835
ac_ct_CC =
am__include = include
am__leading_dot = .
@@ -266,7 +268,7 @@
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/install-sh
install_sh = ${SHELL} /root/pikeyd165/bcm2835/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
@@ -544,6 +546,10 @@
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
$(am__post_remove_distdir)
 
dist-zstd: distdir
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
$(am__post_remove_distdir)
 
dist-tarZ: distdir
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >&2
@@ -586,6 +592,8 @@
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
*.tar.zst*) \
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
@@ -601,7 +609,7 @@
$(DISTCHECK_CONFIGURE_FLAGS) \
--srcdir=../.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
@@ -763,7 +771,7 @@
am--refresh check check-am clean clean-cscope clean-generic \
cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
distcheck distclean distclean-generic distclean-hdr \
dist-zstd distcheck distclean distclean-generic distclean-hdr \
distclean-tags distcleancheck distdir distuninstallcheck dvi \
dvi-am html html-am info info-am install install-am \
install-data install-data-am install-dvi install-dvi-am \
/bcm2835/Makefile.in
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.3 from Makefile.am.
# @configure_input@
 
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -133,8 +133,8 @@
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
cscope distdir distdir-am dist dist-all distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
$(LISP)config.h.in
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
config.h.in
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
@@ -196,6 +196,8 @@
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
DIST_TARGETS = dist-gzip
# Exists only to be overridden by the user if desired.
AM_DISTCHECK_DVI_TARGET = dvi
distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -544,6 +546,10 @@
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
$(am__post_remove_distdir)
 
dist-zstd: distdir
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
$(am__post_remove_distdir)
 
dist-tarZ: distdir
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >&2
@@ -586,6 +592,8 @@
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
*.tar.zst*) \
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
@@ -601,7 +609,7 @@
$(DISTCHECK_CONFIGURE_FLAGS) \
--srcdir=../.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
&& $(MAKE) $(AM_MAKEFLAGS) check \
&& $(MAKE) $(AM_MAKEFLAGS) install \
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
@@ -763,7 +771,7 @@
am--refresh check check-am clean clean-cscope clean-generic \
cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
distcheck distclean distclean-generic distclean-hdr \
dist-zstd distcheck distclean distclean-generic distclean-hdr \
distclean-tags distcleancheck distdir distuninstallcheck dvi \
dvi-am html html-am info info-am install install-am \
install-data install-data-am install-dvi install-dvi-am \
/bcm2835/aclocal.m4
@@ -1,6 +1,6 @@
# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
# generated automatically by aclocal 1.16.3 -*- Autoconf -*-
 
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -20,7 +20,7 @@
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
 
# Copyright (C) 2002-2018 Free Software Foundation, Inc.
# Copyright (C) 2002-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -35,7 +35,7 @@
[am__api_version='1.16'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
m4_if([$1], [1.16.1], [],
m4_if([$1], [1.16.3], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
 
@@ -51,7 +51,7 @@
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.16.1])dnl
[AM_AUTOMAKE_VERSION([1.16.3])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
@@ -58,7 +58,7 @@
 
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
 
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -110,7 +110,7 @@
 
# AM_COND_IF -*- Autoconf -*-
 
# Copyright (C) 2008-2018 Free Software Foundation, Inc.
# Copyright (C) 2008-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -147,7 +147,7 @@
 
# AM_CONDITIONAL -*- Autoconf -*-
 
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -178,7 +178,7 @@
Usually this means the macro was only invoked conditionally.]])
fi])])
 
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -369,7 +369,7 @@
 
# Generate code to set up dependency tracking. -*- Autoconf -*-
 
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -408,7 +408,9 @@
done
if test $am_rc -ne 0; then
AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE="gmake" (or whatever is
necessary). You can also try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).])
fi
@@ -435,7 +437,7 @@
 
# Do all the work for Automake. -*- Autoconf -*-
 
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -632,7 +634,7 @@
done
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -653,7 +655,7 @@
fi
AC_SUBST([install_sh])])
 
# Copyright (C) 2003-2018 Free Software Foundation, Inc.
# Copyright (C) 2003-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -674,7 +676,7 @@
 
# Check to see how 'make' treats includes. -*- Autoconf -*-
 
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -717,7 +719,7 @@
 
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
 
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -738,12 +740,7 @@
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
AC_REQUIRE_AUX_FILE([missing])dnl
if test x"${MISSING+set}" != xset; then
case $am_aux_dir in
*\ * | *\ *)
MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
*)
MISSING="\${SHELL} $am_aux_dir/missing" ;;
esac
MISSING="\${SHELL} '$am_aux_dir/missing'"
fi
# Use eval to expand $SHELL
if eval "$MISSING --is-lightweight"; then
@@ -758,7 +755,7 @@
# Obsolete and "removed" macros, that must however still report explicit
# error messages when used, to smooth transition.
#
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -785,7 +782,7 @@
 
# Helper functions for option handling. -*- Autoconf -*-
 
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -814,7 +811,7 @@
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -861,7 +858,7 @@
# For backward compatibility.
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
 
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -880,7 +877,7 @@
 
# Check to make sure that the build environment is sane. -*- Autoconf -*-
 
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -961,7 +958,7 @@
rm -f conftest.file
])
 
# Copyright (C) 2009-2018 Free Software Foundation, Inc.
# Copyright (C) 2009-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1021,7 +1018,7 @@
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
])
 
# Copyright (C) 2001-2018 Free Software Foundation, Inc.
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1049,7 +1046,7 @@
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
# Copyright (C) 2006-2018 Free Software Foundation, Inc.
# Copyright (C) 2006-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1068,7 +1065,7 @@
 
# Check how to create a tarball. -*- Autoconf -*-
 
# Copyright (C) 2004-2018 Free Software Foundation, Inc.
# Copyright (C) 2004-2020 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
/bcm2835/config.log
@@ -4,7 +4,7 @@
It was created by bcm2835 configure 1.71, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
$ ./configure --target=aarch64-linux-gnu --host=aarch64-linux-gnu
$ ./configure --target=aarch64-linux-gnu --host=aarch64-linux-gnu host_alias=aarch64-linux-gnu target_alias=aarch64-linux-gnu --no-create --no-recursion
 
## --------- ##
## Platform. ##
@@ -44,35 +44,37 @@
configure:1964: result: /usr/bin/install -c
configure:1975: checking whether build environment is sane
configure:2030: result: yes
configure:2089: checking for aarch64-linux-gnu-strip
configure:2105: found /usr/bin/aarch64-linux-gnu-strip
configure:2116: result: aarch64-linux-gnu-strip
configure:2181: checking for a thread-safe mkdir -p
configure:2220: result: /bin/mkdir -p
configure:2227: checking for gawk
configure:2243: found /usr/bin/gawk
configure:2254: result: gawk
configure:2265: checking whether make sets $(MAKE)
configure:2287: result: yes
configure:2316: checking whether make supports nested variables
configure:2333: result: yes
configure:2463: checking whether make supports the include directive
configure:2478: make -f confmf.GNU && cat confinc.out
configure:2084: checking for aarch64-linux-gnu-strip
configure:2100: found /usr/bin/aarch64-linux-gnu-strip
configure:2111: result: aarch64-linux-gnu-strip
configure:2176: checking for a thread-safe mkdir -p
configure:2215: result: /bin/mkdir -p
configure:2222: checking for gawk
configure:2238: found /usr/bin/gawk
configure:2249: result: gawk
configure:2260: checking whether make sets $(MAKE)
configure:2282: result: yes
configure:2311: checking whether make supports nested variables
configure:2328: result: yes
configure:2458: checking whether make supports the include directive
configure:2473: make -f confmf.GNU && cat confinc.out
make[1]: Entering directory '/root/pikeyd165/bcm2835'
make[1]: Leaving directory '/root/pikeyd165/bcm2835'
this is the am__doit target
configure:2481: $? = 0
configure:2500: result: yes (GNU style)
configure:2530: checking for aarch64-linux-gnu-gcc
configure:2546: found /usr/bin/aarch64-linux-gnu-gcc
configure:2557: result: aarch64-linux-gnu-gcc
configure:2826: checking for C compiler version
configure:2835: aarch64-linux-gnu-gcc --version >&5
configure:2476: $? = 0
configure:2495: result: yes (GNU style)
configure:2525: checking for aarch64-linux-gnu-gcc
configure:2541: found /usr/bin/aarch64-linux-gnu-gcc
configure:2552: result: aarch64-linux-gnu-gcc
configure:2821: checking for C compiler version
configure:2830: aarch64-linux-gnu-gcc --version >&5
aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
configure:2846: $? = 0
configure:2835: aarch64-linux-gnu-gcc -v >&5
configure:2841: $? = 0
configure:2830: aarch64-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=aarch64-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/aarch64-linux-gnu/10/lto-wrapper
@@ -81,79 +83,79 @@
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.2.1 20210110 (Debian 10.2.1-6)
configure:2846: $? = 0
configure:2835: aarch64-linux-gnu-gcc -V >&5
configure:2841: $? = 0
configure:2830: aarch64-linux-gnu-gcc -V >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-V'
aarch64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:2846: $? = 1
configure:2835: aarch64-linux-gnu-gcc -qversion >&5
configure:2841: $? = 1
configure:2830: aarch64-linux-gnu-gcc -qversion >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
aarch64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:2846: $? = 1
configure:2866: checking whether the C compiler works
configure:2888: aarch64-linux-gnu-gcc conftest.c >&5
configure:2892: $? = 0
configure:2940: result: yes
configure:2943: checking for C compiler default output file name
configure:2945: result: a.out
configure:2951: checking for suffix of executables
configure:2958: aarch64-linux-gnu-gcc -o conftest conftest.c >&5
configure:2962: $? = 0
configure:2984: result:
configure:3006: checking whether we are cross compiling
configure:3014: aarch64-linux-gnu-gcc -o conftest conftest.c >&5
configure:3018: $? = 0
configure:3025: ./conftest
./configure: line 3027: ./conftest: cannot execute binary file: Exec format error
configure:3029: $? = 126
configure:3044: result: yes
configure:3049: checking for suffix of object files
configure:3071: aarch64-linux-gnu-gcc -c conftest.c >&5
configure:3075: $? = 0
configure:3096: result: o
configure:3100: checking whether we are using the GNU C compiler
configure:3119: aarch64-linux-gnu-gcc -c conftest.c >&5
configure:3119: $? = 0
configure:3128: result: yes
configure:3137: checking whether aarch64-linux-gnu-gcc accepts -g
configure:3157: aarch64-linux-gnu-gcc -c -g conftest.c >&5
configure:3157: $? = 0
configure:3198: result: yes
configure:3215: checking for aarch64-linux-gnu-gcc option to accept ISO C89
configure:3278: aarch64-linux-gnu-gcc -c -g -O2 conftest.c >&5
configure:3278: $? = 0
configure:3291: result: none needed
configure:3316: checking whether aarch64-linux-gnu-gcc understands -c and -o together
configure:3338: aarch64-linux-gnu-gcc -c conftest.c -o conftest2.o
configure:3341: $? = 0
configure:3338: aarch64-linux-gnu-gcc -c conftest.c -o conftest2.o
configure:3341: $? = 0
configure:3353: result: yes
configure:3372: checking dependency style of aarch64-linux-gnu-gcc
configure:3483: result: gcc3
configure:3499: checking for clock_gettime in -lrt
configure:3524: aarch64-linux-gnu-gcc -o conftest -g -O2 conftest.c -lrt >&5
configure:3524: $? = 0
configure:3533: result: yes
configure:3548: checking for doxygen
configure:3578: result: no
configure:3587: WARNING: Doxygen not found - continuing without Doxygen support
configure:3593: checking for aarch64-linux-gnu-ranlib
configure:3609: found /usr/bin/aarch64-linux-gnu-ranlib
configure:3620: result: aarch64-linux-gnu-ranlib
configure:3690: checking for aarch64-linux-gnu-gcc
configure:3717: result: aarch64-linux-gnu-gcc
configure:3986: checking for C compiler version
configure:3995: aarch64-linux-gnu-gcc --version >&5
configure:2841: $? = 1
configure:2861: checking whether the C compiler works
configure:2883: aarch64-linux-gnu-gcc conftest.c >&5
configure:2887: $? = 0
configure:2935: result: yes
configure:2938: checking for C compiler default output file name
configure:2940: result: a.out
configure:2946: checking for suffix of executables
configure:2953: aarch64-linux-gnu-gcc -o conftest conftest.c >&5
configure:2957: $? = 0
configure:2979: result:
configure:3001: checking whether we are cross compiling
configure:3009: aarch64-linux-gnu-gcc -o conftest conftest.c >&5
configure:3013: $? = 0
configure:3020: ./conftest
./configure: line 3022: ./conftest: cannot execute binary file: Exec format error
configure:3024: $? = 126
configure:3039: result: yes
configure:3044: checking for suffix of object files
configure:3066: aarch64-linux-gnu-gcc -c conftest.c >&5
configure:3070: $? = 0
configure:3091: result: o
configure:3095: checking whether we are using the GNU C compiler
configure:3114: aarch64-linux-gnu-gcc -c conftest.c >&5
configure:3114: $? = 0
configure:3123: result: yes
configure:3132: checking whether aarch64-linux-gnu-gcc accepts -g
configure:3152: aarch64-linux-gnu-gcc -c -g conftest.c >&5
configure:3152: $? = 0
configure:3193: result: yes
configure:3210: checking for aarch64-linux-gnu-gcc option to accept ISO C89
configure:3273: aarch64-linux-gnu-gcc -c -g -O2 conftest.c >&5
configure:3273: $? = 0
configure:3286: result: none needed
configure:3311: checking whether aarch64-linux-gnu-gcc understands -c and -o together
configure:3333: aarch64-linux-gnu-gcc -c conftest.c -o conftest2.o
configure:3336: $? = 0
configure:3333: aarch64-linux-gnu-gcc -c conftest.c -o conftest2.o
configure:3336: $? = 0
configure:3348: result: yes
configure:3367: checking dependency style of aarch64-linux-gnu-gcc
configure:3478: result: gcc3
configure:3494: checking for clock_gettime in -lrt
configure:3519: aarch64-linux-gnu-gcc -o conftest -g -O2 conftest.c -lrt >&5
configure:3519: $? = 0
configure:3528: result: yes
configure:3543: checking for doxygen
configure:3573: result: no
configure:3582: WARNING: Doxygen not found - continuing without Doxygen support
configure:3588: checking for aarch64-linux-gnu-ranlib
configure:3604: found /usr/bin/aarch64-linux-gnu-ranlib
configure:3615: result: aarch64-linux-gnu-ranlib
configure:3685: checking for aarch64-linux-gnu-gcc
configure:3712: result: aarch64-linux-gnu-gcc
configure:3981: checking for C compiler version
configure:3990: aarch64-linux-gnu-gcc --version >&5
aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
configure:4006: $? = 0
configure:3995: aarch64-linux-gnu-gcc -v >&5
configure:4001: $? = 0
configure:3990: aarch64-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=aarch64-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/aarch64-linux-gnu/10/lto-wrapper
@@ -162,56 +164,31 @@
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 10.2.1 20210110 (Debian 10.2.1-6)
configure:4006: $? = 0
configure:3995: aarch64-linux-gnu-gcc -V >&5
configure:4001: $? = 0
configure:3990: aarch64-linux-gnu-gcc -V >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-V'
aarch64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4006: $? = 1
configure:3995: aarch64-linux-gnu-gcc -qversion >&5
configure:4001: $? = 1
configure:3990: aarch64-linux-gnu-gcc -qversion >&5
aarch64-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
aarch64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:4006: $? = 1
configure:4010: checking whether we are using the GNU C compiler
configure:4038: result: yes
configure:4047: checking whether aarch64-linux-gnu-gcc accepts -g
configure:4108: result: yes
configure:4125: checking for aarch64-linux-gnu-gcc option to accept ISO C89
configure:4201: result: none needed
configure:4226: checking whether aarch64-linux-gnu-gcc understands -c and -o together
configure:4263: result: yes
configure:4282: checking dependency style of aarch64-linux-gnu-gcc
configure:4393: result: gcc3
configure:4523: checking that generated files are newer than configure
configure:4529: result: done
configure:4560: creating ./config.status
configure:4001: $? = 1
configure:4005: checking whether we are using the GNU C compiler
configure:4033: result: yes
configure:4042: checking whether aarch64-linux-gnu-gcc accepts -g
configure:4103: result: yes
configure:4120: checking for aarch64-linux-gnu-gcc option to accept ISO C89
configure:4196: result: none needed
configure:4221: checking whether aarch64-linux-gnu-gcc understands -c and -o together
configure:4258: result: yes
configure:4277: checking dependency style of aarch64-linux-gnu-gcc
configure:4388: result: gcc3
configure:4518: checking that generated files are newer than configure
configure:4524: result: done
configure:4555: creating ./config.status
 
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
 
This file was extended by bcm2835 config.status 1.71, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
 
on grimore
 
config.status:848: creating Makefile
config.status:848: creating src/Makefile
config.status:848: creating doc/Makefile
config.status:848: creating config.h
config.status:1029: config.h is unchanged
config.status:1077: executing depfiles commands
config.status:1154: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:1159: $? = 0
 
## ---------------- ##
## Cache variables. ##
## ---------------- ##
@@ -252,7 +229,7 @@
## Output variables. ##
## ----------------- ##
 
ACLOCAL='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing aclocal-1.16'
ACLOCAL='${SHELL} '\''/root/pikeyd165/bcm2835/missing'\'' aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
@@ -261,9 +238,9 @@
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoconf'
AUTOHEADER='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoheader'
AUTOMAKE='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing automake-1.16'
AUTOCONF='${SHELL} '\''/root/pikeyd165/bcm2835/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/root/pikeyd165/bcm2835/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/root/pikeyd165/bcm2835/missing'\'' automake-1.16'
AWK='gawk'
CC='aarch64-linux-gnu-gcc'
CCDEPMODE='depmode=gcc3'
@@ -287,7 +264,7 @@
LIBOBJS=''
LIBS='-lrt '
LTLIBOBJS=''
MAKEINFO='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing makeinfo'
MAKEINFO='${SHELL} '\''/root/pikeyd165/bcm2835/missing'\'' makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='bcm2835'
@@ -326,7 +303,7 @@
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/install-sh'
install_sh='${SHELL} /root/pikeyd165/bcm2835/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
@@ -360,3 +337,48 @@
#define HAVE_LIBRT 1
 
configure: exit 0
 
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
 
This file was extended by bcm2835 config.status 1.71, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
 
on grimore
 
config.status:848: creating Makefile
config.status:848: creating src/Makefile
config.status:848: creating doc/Makefile
config.status:848: creating config.h
config.status:1029: config.h is unchanged
config.status:1077: executing depfiles commands
config.status:1154: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
make[1]: Entering directory '/root/pikeyd165/bcm2835/src'
make[1]: Nothing to be done for 'am--depfiles'.
make[1]: Leaving directory '/root/pikeyd165/bcm2835/src'
config.status:1159: $? = 0
 
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
 
This file was extended by bcm2835 config.status 1.71, which was
generated by GNU Autoconf 2.69. Invocation command line was
 
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status config.h
 
on grimore
 
config.status:848: creating config.h
config.status:1029: config.h is unchanged
/bcm2835/config.status
@@ -437,7 +437,7 @@
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
 
ac_pwd='/root/regamebox_pikeyd165/bcm2835-1.71'
ac_pwd='/root/pikeyd165/bcm2835'
srcdir='.'
INSTALL='/usr/bin/install -c'
MKDIR_P='/bin/mkdir -p'
@@ -655,12 +655,12 @@
S["MKDIR_P"]="/bin/mkdir -p"
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
S["STRIP"]="aarch64-linux-gnu-strip"
S["install_sh"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/install-sh"
S["MAKEINFO"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing makeinfo"
S["AUTOHEADER"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoheader"
S["AUTOMAKE"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing automake-1.16"
S["AUTOCONF"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoconf"
S["ACLOCAL"]="${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing aclocal-1.16"
S["install_sh"]="${SHELL} /root/pikeyd165/bcm2835/install-sh"
S["MAKEINFO"]="${SHELL} '/root/pikeyd165/bcm2835/missing' makeinfo"
S["AUTOHEADER"]="${SHELL} '/root/pikeyd165/bcm2835/missing' autoheader"
S["AUTOMAKE"]="${SHELL} '/root/pikeyd165/bcm2835/missing' automake-1.16"
S["AUTOCONF"]="${SHELL} '/root/pikeyd165/bcm2835/missing' autoconf"
S["ACLOCAL"]="${SHELL} '/root/pikeyd165/bcm2835/missing' aclocal-1.16"
S["VERSION"]="1.71"
S["PACKAGE"]="bcm2835"
S["CYGPATH_W"]="echo"
@@ -1163,7 +1163,9 @@
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE=\"gmake\" (or whatever is
necessary). You can also try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See \`config.log' for more details" "$LINENO" 5; }
/bcm2835/configure
@@ -2053,12 +2053,7 @@
am_aux_dir=`cd "$ac_aux_dir" && pwd`
 
if test x"${MISSING+set}" != xset; then
case $am_aux_dir in
*\ * | *\ *)
MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
*)
MISSING="\${SHELL} $am_aux_dir/missing" ;;
esac
MISSING="\${SHELL} '$am_aux_dir/missing'"
fi
# Use eval to expand $SHELL
if eval "$MISSING --is-lightweight"; then
@@ -5835,7 +5830,9 @@
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE=\"gmake\" (or whatever is
necessary). You can also try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See \`config.log' for more details" "$LINENO" 5; }
/bcm2835/doc/Makefile
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.3 from Makefile.am.
# doc/Makefile. Generated from Makefile.in by configure.
 
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -117,12 +117,12 @@
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing aclocal-1.16
ACLOCAL = ${SHELL} '/root/pikeyd165/bcm2835/missing' aclocal-1.16
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
AUTOCONF = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoconf
AUTOHEADER = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoheader
AUTOMAKE = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing automake-1.16
AUTOCONF = ${SHELL} '/root/pikeyd165/bcm2835/missing' autoconf
AUTOHEADER = ${SHELL} '/root/pikeyd165/bcm2835/missing' autoheader
AUTOMAKE = ${SHELL} '/root/pikeyd165/bcm2835/missing' automake-1.16
AWK = gawk
CC = aarch64-linux-gnu-gcc
CCDEPMODE = depmode=gcc3
@@ -145,7 +145,7 @@
LIBOBJS =
LIBS = -lrt
LTLIBOBJS =
MAKEINFO = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing makeinfo
MAKEINFO = ${SHELL} '/root/pikeyd165/bcm2835/missing' makeinfo
MKDIR_P = /bin/mkdir -p
OBJEXT = o
PACKAGE = bcm2835
@@ -161,10 +161,10 @@
SHELL = /bin/bash
STRIP = aarch64-linux-gnu-strip
VERSION = 1.71
abs_builddir = /root/regamebox_pikeyd165/bcm2835-1.71/doc
abs_srcdir = /root/regamebox_pikeyd165/bcm2835-1.71/doc
abs_top_builddir = /root/regamebox_pikeyd165/bcm2835-1.71
abs_top_srcdir = /root/regamebox_pikeyd165/bcm2835-1.71
abs_builddir = /root/pikeyd165/bcm2835/doc
abs_srcdir = /root/pikeyd165/bcm2835/doc
abs_top_builddir = /root/pikeyd165/bcm2835
abs_top_srcdir = /root/pikeyd165/bcm2835
ac_ct_CC =
am__include = include
am__leading_dot = .
@@ -183,7 +183,7 @@
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/install-sh
install_sh = ${SHELL} /root/pikeyd165/bcm2835/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
/bcm2835/doc/Makefile.in
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.3 from Makefile.am.
# @configure_input@
 
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
/bcm2835/src/Makefile
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.3 from Makefile.am.
# src/Makefile. Generated from Makefile.in by configure.
 
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -352,6 +352,7 @@
bases='$(TEST_LOGS)'; \
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
bases=`echo $$bases`
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
RECHECK_LOGS = $(TEST_LOGS)
AM_RECURSIVE_TARGETS = check recheck
TEST_SUITE_LOG = test-suite.log
@@ -377,12 +378,12 @@
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
$(top_srcdir)/test-driver
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing aclocal-1.16
ACLOCAL = ${SHELL} '/root/pikeyd165/bcm2835/missing' aclocal-1.16
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
AUTOCONF = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoconf
AUTOHEADER = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing autoheader
AUTOMAKE = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing automake-1.16
AUTOCONF = ${SHELL} '/root/pikeyd165/bcm2835/missing' autoconf
AUTOHEADER = ${SHELL} '/root/pikeyd165/bcm2835/missing' autoheader
AUTOMAKE = ${SHELL} '/root/pikeyd165/bcm2835/missing' automake-1.16
AWK = gawk
CC = aarch64-linux-gnu-gcc
CCDEPMODE = depmode=gcc3
@@ -405,7 +406,7 @@
LIBOBJS =
LIBS = -lrt
LTLIBOBJS =
MAKEINFO = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/missing makeinfo
MAKEINFO = ${SHELL} '/root/pikeyd165/bcm2835/missing' makeinfo
MKDIR_P = /bin/mkdir -p
OBJEXT = o
PACKAGE = bcm2835
@@ -421,10 +422,10 @@
SHELL = /bin/bash
STRIP = aarch64-linux-gnu-strip
VERSION = 1.71
abs_builddir = /root/regamebox_pikeyd165/bcm2835-1.71/src
abs_srcdir = /root/regamebox_pikeyd165/bcm2835-1.71/src
abs_top_builddir = /root/regamebox_pikeyd165/bcm2835-1.71
abs_top_srcdir = /root/regamebox_pikeyd165/bcm2835-1.71
abs_builddir = /root/pikeyd165/bcm2835/src
abs_srcdir = /root/pikeyd165/bcm2835/src
abs_top_builddir = /root/pikeyd165/bcm2835
abs_top_srcdir = /root/pikeyd165/bcm2835
ac_ct_CC =
am__include = include
am__leading_dot = .
@@ -443,7 +444,7 @@
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /root/regamebox_pikeyd165/bcm2835-1.71/install-sh
install_sh = ${SHELL} /root/pikeyd165/bcm2835/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
@@ -757,7 +758,7 @@
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
fi; \
echo "$${col}$$br$${std}"; \
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
echo "$${col}$$br$${std}"; \
create_testsuite_report --maybe-color; \
echo "$$col$$br$$std"; \
/bcm2835/src/Makefile.in
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.16.3 from Makefile.am.
# @configure_input@
 
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -352,6 +352,7 @@
bases='$(TEST_LOGS)'; \
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
bases=`echo $$bases`
AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
RECHECK_LOGS = $(TEST_LOGS)
AM_RECURSIVE_TARGETS = check recheck
TEST_SUITE_LOG = test-suite.log
@@ -757,7 +758,7 @@
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
fi; \
echo "$${col}$$br$${std}"; \
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
echo "$${col}$$br$${std}"; \
create_testsuite_report --maybe-color; \
echo "$$col$$br$$std"; \