Created
May 17, 2019 07:48
-
-
Save siegy22/84b5d422d43ab06f26b6e9fcea1f4093 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
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether make supports the include directive... yes (GNU style) | |
checking for gcc... 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... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking for clock_gettime in -lrt... no | |
checking for doxygen... no | |
configure: WARNING: Doxygen not found - continuing without Doxygen support | |
checking for ranlib... ranlib | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) gcc3 | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands |
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
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive | |
Making all in src | |
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT bcm2835.o -MD -MP -MF .deps/bcm2835.Tpo -c -o bcm2835.o bcm2835.c | |
mv -f .deps/bcm2835.Tpo .deps/bcm2835.Po | |
rm -f libbcm2835.a | |
ar cru libbcm2835.a bcm2835.o | |
ranlib libbcm2835.a | |
Making all in doc | |
make[2]: Nothing to be done for `all'. | |
make[2]: Nothing to be done for `all-am'. |
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
Making check in src | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make test | |
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o test.c | |
mv -f .deps/test.Tpo .deps/test.Po | |
gcc -g -O2 -o test test.o ./libbcm2835.a | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS | |
FAIL: test | |
============================================================================ | |
Testsuite summary for bcm2835 1.58 | |
============================================================================ | |
# TOTAL: 1 | |
# PASS: 0 | |
# SKIP: 0 | |
# XFAIL: 0 | |
# FAIL: 1 | |
# XPASS: 0 | |
# ERROR: 0 | |
============================================================================ | |
See src/test-suite.log | |
Please report to [email protected] | |
============================================================================ | |
make[3]: *** [test-suite.log] Error 1 | |
make[2]: *** [check-TESTS] Error 2 | |
make[1]: *** [check-am] Error 2 | |
make: *** [check-recursive] Error 1 |
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
====================================== | |
bcm2835 1.58: src/test-suite.log | |
====================================== | |
# TOTAL: 1 | |
# PASS: 0 | |
# SKIP: 0 | |
# XFAIL: 0 | |
# FAIL: 1 | |
# XPASS: 0 | |
# ERROR: 0 | |
.. contents:: :depth: 2 | |
FAIL: test | |
========== | |
bcm2835_init: Unable to open /dev/mem: No such file or directory | |
FAIL test (exit status: 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment