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
Hi!, I'm getting an error while linking when changing the DEBOUNCE_TYPE to either eager_pr or eager_pk on the WhiteFox. This does not happen with sym_g. If there's anything else I can provide let me know.
My current rules.mk overrides options are:
BACKLIGHT_ENABLE = no
BOOTMAGIC_ENABLE = no
VISUALIZER_ENABLE = no
DEBOUNCE_TYPE = eager_pk
The error I'm getting:
Linking: .build/whitefox_albertogg.elf [ERRORS]
|
| /bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m/libg.a(lib_a-sbrkr.o): In function `_sbrk_r':
| sbrkr.c:(.text._sbrk_r+0xc): undefined reference to `_sbrk'
| collect2: error: ld returned 1 exit status
|
tmk_core/rules.mk:298: recipe for target '.build/whitefox_albertogg.elf' failed
make[1]: *** [.build/whitefox_albertogg.elf] Error 1
"safe" depends on a few things, we don't malloc much so there are not a lot of scenarios where we would be leaking. That said, the workaround hasn't had much exposure so YMMV.
Hi!, I'm getting an error while linking when changing the
DEBOUNCE_TYPE
to eithereager_pr
oreager_pk
on the WhiteFox. This does not happen withsym_g
. If there's anything else I can provide let me know.My current
rules.mk
overrides options are:The error I'm getting:
System Information
qmkfm/base_container
The text was updated successfully, but these errors were encountered: