There is a new pull request by Liebach against master on the void-packages repository https://github.com/Liebach/void-packages qmk-cross-arm-none-eabi https://github.com/void-linux/void-packages/pull/22370 qmk: change dependency to cross-arm-none-eabi cross-arm-none-eabi pulls in both cross-arm-none-eabi-gcc and cross-arm-none-eabi-newlib, and I found out the latter is also needed to build at least planck/rev6 firmware, and likely other keyboards with ARM based controllers. Found out with help from Discord users Erovia and fauxpark on the qmk server. Using cross-arm-none-eabi as dep to get -newlib suggested by @ericonr. A patch file from https://github.com/void-linux/void-packages/pull/22370.patch is attached