Created
December 14, 2017 23:40
-
-
Save colinta/37e1fc343587980b4b194ab2c15de762 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
make test:all | |
QMK Firmware 0.5.192 | |
WARNING: | |
Some git sub-modules are out of date or modified, please consider runnning: | |
make git-submodule | |
You can ignore this warning if you are not compiling any ChibiOS keyboards, | |
or if you have modified the ChibiOS libraries yourself. | |
Making test basic [ERRORS] | |
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1 | |
clang: error: unsupported argument '-adhlns=.build/test_obj/basic/tests/basic/keymap.lst' to option 'Wa,' | |
clang: error: optimization flag '-fno-inline-small-functions' is not supported [-Werror,-Wignored-optimization-argument] | |
clang: error: the clang compiler does not support '-funsigned-bitfields' [-Werror] | |
| | |
| | |
| | |
make[1]: *** [.build/test_obj/basic/tests/basic/keymap.o] Error 1 | |
Making test serial_link_byte_stuffer [ERRORS] | |
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1 | |
clang: error: unsupported argument '-adhlns=.build/test_obj/serial_link_byte_stuffer/./quantum/serial_link/tests/byte_stuffer_tests.lst' to option 'Wa,' | |
| | |
| | |
| | |
make[1]: *** [.build/test_obj/serial_link_byte_stuffer/./quantum/serial_link/tests/byte_stuffer_tests.o] Error 1 | |
Making test serial_link_frame_validator [ERRORS] | |
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1 | |
clang: error: unsupported argument '-adhlns=.build/test_obj/serial_link_frame_validator/./quantum/serial_link/tests/frame_validator_tests.lst' to option 'Wa,' | |
| | |
| | |
| | |
make[1]: *** [.build/test_obj/serial_link_frame_validator/./quantum/serial_link/tests/frame_validator_tests.o] Error 1 | |
Making test serial_link_frame_router [ERRORS] | |
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1 | |
clang: error: unsupported argument '-adhlns=.build/test_obj/serial_link_frame_router/./quantum/serial_link/tests/frame_router_tests.lst' to option 'Wa,' | |
| | |
| | |
| | |
make[1]: *** [.build/test_obj/serial_link_frame_router/./quantum/serial_link/tests/frame_router_tests.o] Error 1 | |
Making test serial_link_triple_buffered_object [ERRORS] | |
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1 | |
clang: error: unsupported argument '-adhlns=.build/test_obj/serial_link_triple_buffered_object/./quantum/serial_link/tests/triple_buffered_object_tests.lst' to option 'Wa,' | |
| | |
| | |
| | |
make[1]: *** [.build/test_obj/serial_link_triple_buffered_object/./quantum/serial_link/tests/triple_buffered_object_tests.o] Error 1 | |
Making test serial_link_transport [ERRORS] | |
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/c++/4.2.1 | |
clang: error: unsupported argument '-adhlns=.build/test_obj/serial_link_transport/./quantum/serial_link/tests/transport_tests.lst' to option 'Wa,' | |
| | |
| | |
| | |
make[1]: *** [.build/test_obj/serial_link_transport/./quantum/serial_link/tests/transport_tests.o] Error 1 | |
make: *** [test:all] Error 1 | |
Make finished with errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment