Skip to content

Instantly share code, notes, and snippets.

@colinta
Created December 14, 2017 23:40
Show Gist options
  • Save colinta/37e1fc343587980b4b194ab2c15de762 to your computer and use it in GitHub Desktop.
Save colinta/37e1fc343587980b4b194ab2c15de762 to your computer and use it in GitHub Desktop.
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