Closed jpmorris closed 2 years ago
This may be the gcc 10.x issue. I compiled the default keymap with: COMMAND_ENABLE = yes # Commands for debug and configuration
My environment is:
@nucleus ctrl % qmk doctor Ψ QMK Doctor is checking your environment. Ψ Detected macOS. Ψ All dependencies are installed. Ψ Found arm-none-eabi-gcc version 8.3.1 Ψ Found avr-gcc version 8.4.0 Ψ Found avrdude version 6.3 Ψ Found dfu-util version 0.9 Ψ Found dfu-programmer version 0.7.2 Ψ Submodules are up to date. Ψ QMK is ready to go
Closing as this is correctly handled in the recent RIOT work, and there is little motivation to update the legacy code.
Describe the Bug
With
COMMAND_ENABLE = yes
in rules.mk. I get the following error:As a workaround I've had to comment out:
In tmk_core/common/command.c
System Information