Last active
August 23, 2016 18:58
-
-
Save arialdomartini/c706359d77e6066c61ad295f4aff86ca to your computer and use it in GitHub Desktop.
ergo dox
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
~/prg/docker/qmk_firmware • docker run -e keymap=dvorak_programmer -e keyboard=ergodox --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware | |
make: Warning: File '.build/obj_ergodox_ez_dvorak_programmer/keyboards/ergodox/ergodox.d' has modification time 257 s in the future | |
make: warning: Clock skew detected. Your build may be incomplete. | |
avr-gcc (GCC) 4.8.1 | |
Copyright (C) 2013 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. | |
WARNING: | |
Some git sub-modules are out of date or modified, please consider runnning: | |
git submodule sync --recursive | |
git submodule update --init --recursive | |
You can ignore this warning if you are not compiling any ChibiOS keyboards, | |
or if you have modified the ChibiOS libraries yourself. | |
Compiling: ./keyboards/ergodox/ez/twimaster.c [OK] | |
Compiling: ./keyboards/ergodox/ez/matrix.c [OK] | |
Compiling: keyboards/ergodox/ergodox.c [OK] | |
make: Warning: File 'keyboards/ergodox/keymaps/dvorak_programmer/keymap.c' has modification time 263 s in the future | |
Compiling: keyboards/ergodox/keymaps/dvorak_programmer/keymap.cIn file included from ./keyboards/ergodox/ergodox.h:4:0, | |
from keyboards/ergodox/keymaps/dvorak_programmer/keymap.c:1: | |
keyboards/ergodox/keymaps/dvorak_programmer/keymap.c:141:10: error: 'KC_F0' undeclared here (not in a function) | |
KC_F0, KC_DOT, KC_EQL, KC_TRNS, KC_TRNS, | |
^ | |
./keyboards/ergodox/ez/ez.h:115:27: note: in definition of macro 'KEYMAP' | |
{ k09, k19, k29, k39, k49, k59 }, \ | |
^ | |
[ERRORS] | |
tmk_core/rules.mk:438: recipe for target '.build/obj_ergodox_ez_dvorak_programmer/keyboards/ergodox/keymaps/dvorak_programmer/keymap.o' failed | |
make: *** [.build/obj_ergodox_ez_dvorak_programmer/keyboards/ergodox/keymaps/dvorak_programmer/keymap.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment