Code: Select all
mkdir -p obj_gh60_lufa
Compiling C: keymap_poker.c
avr-gcc -c -mmcu=at90usb1287 -gdwarf-2 -DF_CPU=16000000UL -DINTERRUPT_CONTROL_ENDPOINT -DBOOTLOADER_SIZE=4096 -DF_USB=16000000UL -DARCH=ARCH_AVR8 -DUSB_DEVICE_ONLY -DUSE_FLASH_DESCRIPTORS -DUSE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" -DFIXED_CONTROL_ENDPOINT_SIZE=8 -DFIXED_NUM_CONFIGURATIONS=1 -DPROTOCOL_LUFA -DBOOTMAGIC_ENABLE -DMOUSEKEY_ENABLE -DMOUSE_ENABLE -DEXTRAKEY_ENABLE -DCONSOLE_ENABLE -DCOMMAND_ENABLE -DVERSION=preonic-1.0-7068-g9c2d77612-dirty -Os -funsigned-char -funsigned-bitfields -ffunction-sections -fdata-sections -fno-inline-small-functions -fpack-struct -fshort-enums -fno-strict-aliasing -Wall -Wstrict-prototypes -Wa,-adhlns=obj_gh60_lufa/keymap_poker.lst -I. -I../../tmk_core -I../../tmk_core/protocol/lufa -I../../tmk_core/protocol/lufa/LUFA-git -I../../tmk_core/common -std=gnu99 -include config.h -MMD -MP -MF .dep/obj_gh60_lufa_keymap_poker.o.d keymap_poker.c -o obj_gh60_lufa/keymap_poker.o
In file included from keymap_poker.c:1:0:
keymap_common.h:41:1: error: parameter name missing
) { \
^
keymap_poker.c:5:5: warning: implicit declaration of function 'KEYMAP' [-Wimplicit-function-declaration]
KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, \
^
keymap_poker.c:5:12: error: 'ESC' undeclared here (not in a function)
KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, \
^
keymap_poker.c:5:67: error: 'MINS' undeclared here (not in a function)
KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, \
^
keymap_poker.c:5:72: error: 'EQL' undeclared here (not in a function)
KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, \
^
keymap_poker.c:5:77: error: 'BSPC' undeclared here (not in a function)
KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, \
^
keymap_poker.c:5:84: warning: backslash and newline separated by space
KEYMAP(ESC, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, MINS,EQL, BSPC, \
^
keymap_poker.c:6:9: error: 'TAB' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:14: error: 'Q' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:19: error: 'W' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:24: error: 'E' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:29: error: 'R' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:34: error: 'T' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:39: error: 'Y' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:44: error: 'U' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:49: error: 'I' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:54: error: 'O' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:59: error: 'P' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:64: error: 'LBRC' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:69: error: 'RBRC' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:6:74: error: 'BSLS' undeclared here (not in a function)
TAB, Q, W, E, R, T, Y, U, I, O, P, LBRC,RBRC,BSLS, \
^
keymap_poker.c:7:9: error: 'CAPS' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:14: error: 'A' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:19: error: 'S' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:24: error: 'D' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:29: error: 'F' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:34: error: 'G' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:39: error: 'H' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:44: error: 'J' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:49: error: 'K' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:54: error: 'L' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:59: error: 'SCLN' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:64: error: 'QUOT' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:7:74: error: 'ENT' undeclared here (not in a function)
CAPS,A, S, D, F, G, H, J, K, L, SCLN,QUOT, ENT,\
^
keymap_poker.c:8:9: error: 'LSFT' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:14: error: 'Z' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:19: error: 'X' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:24: error: 'C' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:29: error: 'V' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:34: error: 'B' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:39: error: 'N' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:44: error: 'M' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:49: error: 'COMM' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:54: error: 'DOT' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:59: error: 'SLSH' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:74: error: 'RSFT' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:8:79: error: 'UP' undeclared here (not in a function)
LSFT,Z, X, C, V, B, N, M, COMM,DOT, SLSH, RSFT,UP,\
^
keymap_poker.c:9:9: error: 'LCTL' undeclared here (not in a function)
LCTL,LGUI,LALT, SPC, RALT,RCTL,GRV, LEFT,DOWN,RGHT\
^
keymap_poker.c:9:14: error: 'LGUI' undeclared here (not in a function)
LCTL,LGUI,LALT, SPC, RALT,RCTL,GRV, LEFT,DOWN,RGHT\
^
keymap_poker.c:9:19: error: 'LALT' undeclared here (not in a function)
LCTL,LGUI,LALT, SPC, RALT,RCTL,GRV, LEFT,DOWN,RGHT\
^
keymap_poker.c:9:34: error: 'SPC' undeclared here (not in a function)
LCTL,LGUI,LALT, SPC, RALT,RCTL,GRV, LEFT,DOWN,RGHT\
^
keymap_poker.c:9:59: error: 'RALT' undeclared here (not in a function)
LCTL,LGUI,LALT, SPC, RALT,RCTL,GRV, LEFT,DOWN,RGHT\
^
keymap_poker.c:9:64: error: 'RCTL' undeclared here (not in a function)
LCTL,LGUI,LALT, SPC, RALT,RCTL,GRV, LEFT,DOWN,RGHT\
^
keymap_poker.c:9:69: error: 'GRV' undeclared here (not in a function)
LCTL,LGUI,LALT, SPC, RALT,RCTL,GRV, LEFT,DOWN,RGHT\
^
keymap_poker.c:9:74: error: 'LEFT' undeclared here (not in a function)
LCTL,LGUI,LALT, SPC, RALT,RCTL,GRV, LEFT,DOWN,RGHT\
^
keymap_poker.c:9:79: error: 'DOWN' undeclared here (not in a function)
LCTL,LGUI,LALT, SPC, RALT,RCTL,GRV, LEFT,DOWN,RGHT\
^
keymap_poker.c:9:84: error: 'RGHT' undeclared here (not in a function)
LCTL,LGUI,LALT, SPC, RALT,RCTL,GRV, LEFT,DOWN,RGHT\
^
keymap_poker.c:10:1: error: expected ')' before '}' token
};
^
make: *** [../../tmk_core/rules.mk:557: obj_gh60_lufa/keymap_poker.o] Error 1
};