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
When I try and build the crkbd default firmware (make crkbd:default) it will not link, giving me this error:
Linking: .build/crkbd_rev1_default.elf [ERRORS]
|
| /usr/bin/avr-ld: .build/obj_crkbd_rev1_default/./lib/layer_state_reader.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: multiple definition of `display'; .build/obj_crkbd_rev1_default/ssd1306.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: first defined here
| /usr/bin/avr-ld: .build/obj_crkbd_rev1_default/./lib/logo_reader.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: multiple definition of `display'; .build/obj_crkbd_rev1_default/ssd1306.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: first defined here
| /usr/bin/avr-ld: .build/obj_crkbd_rev1_default/./lib/keylogger.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: multiple definition of `display'; .build/obj_crkbd_rev1_default/ssd1306.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: first defined here
| /usr/bin/avr-ld: .build/obj_crkbd_rev1_default/keyboards/crkbd/crkbd.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: multiple definition of `display'; .build/obj_crkbd_rev1_default/ssd1306.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: first defined here
| /usr/bin/avr-ld: .build/obj_crkbd_rev1_default/keyboards/crkbd/rev1/rev1.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: multiple definition of `display'; .build/obj_crkbd_rev1_default/ssd1306.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: first defined here
| /usr/bin/avr-ld: .build/obj_crkbd_rev1_default/keyboards/crkbd/keymaps/default/keymap.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: multiple definition of `display'; .build/obj_crkbd_rev1_default/ssd1306.o:/home/nihilazo/projects/qmk_firmware/keyboards/crkbd/ssd1306.h:68: first defined here
| collect2: error: ld returned 1 exit status
|
make[1]: *** [tmk_core/rules.mk:306: .build/crkbd_rev1_default.elf] Error 1
Make finished with errors
This does not happen with other crkbd keymaps, nor with firmware for other keyboards.
System Information
Keyboard: crkbd
Operating system: Arch Linux
AVR GCC version: 10.1.0
ARM GCC version: 10.1.0
QMK Firmware version: 0.8.168
The text was updated successfully, but these errors were encountered:
Describe the Bug
When I try and build the crkbd default firmware (
make crkbd:default
) it will not link, giving me this error:This does not happen with other crkbd keymaps, nor with firmware for other keyboards.
System Information
The text was updated successfully, but these errors were encountered: