You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#8 129.1 Making annepro2/c18 with keymap thomazmoura [ERRORS]
#8 129.7 In file included from quantum/quantum.h:28,
#8 129.7 from keyboards/annepro2/annepro2.h:19,
#8 129.7 from keyboards/annepro2/annepro2.c:3:
#8 129.7 keyboards/annepro2/annepro2.c: In function 'keyboard_pre_init_kb':
#8 129.7 keyboards/annepro2/annepro2.c:56:13: error: 'ANNEPRO2_LED_MCU_WAKEUP_DELAY' undeclared (first use in this function)
#8 129.7 wait_ms(ANNEPRO2_LED_MCU_WAKEUP_DELAY);
#8 129.7 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#8 129.7 tmk_core/common/wait.h:17:17: note: in definition of macro 'wait_ms'
#8 129.7 if (ms != 0) { \
#8 129.7 ^~
#8 129.7 keyboards/annepro2/annepro2.c:56:13: note: each undeclared identifier is reported only once for each function it appears in
#8 129.7 wait_ms(ANNEPRO2_LED_MCU_WAKEUP_DELAY);
#8 129.7 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#8 129.7 tmk_core/common/wait.h:17:17: note: in definition of macro 'wait_ms'
#8 129.7 if (ms != 0) { \
#8 129.7 ^~
#8 129.7 |
#8 129.7 |
#8 129.7 |
#8 129.7 make[1]: *** [tmk_core/rules.mk:412: .build/obj_annepro2_c18_thomazmoura/keyboards/annepro2/annepro2.o] Error 1
#8 129.7 Make finished with errors
#8 129.7 make: *** [Makefile:523: annepro2/c18] Error 1
Trying to build using the alternative Dockerfile from https://openannepro.github.io/install_docker.html the following output is shown: