Edd - Hello, I have the following error when co...
Hello, I have the following error when compiling snap75 firmware, using the latest version of qmk on Bit-C pro:
The command I am running is:
qmk compile -kb nullbitsco/snap -km default -e CONVERT_TO=bit_c_pro
mistake :
./lib/chibios/os/hal/include/hal_serial.h:99:10: fatal error: hal_serial_lld.h: no such file or directory
99 | #include "hal_serial_lld.h"
Wich is the way to go?3 Replies
That's a known issue with the rp_2040 builds when compiling directly from the qmk main repo:
https://github.com/qmk/qmk_firmware/issues/22631
Jay has a custom fork of QMK which fixes the issue, but hasn't been upstreamed yet.
https://github.com/jaygreco/qmk_firmware/blob/rp2040_clean/keyboards/nullbitsco/
If you want to compile from source, you should patch that first.
GitHub
[Bug]
CONVERT_TO
RP2040 targets broken with `UART_DRIVER_REQUIRED...Describe the Bug I'm fixing up the Bit-C PRO RP2040 converters and have run into an issue with UART_DRIVER_REQUIRED, which has been introduced in the latest breaking change merge. All extra sou...
GitHub
qmk_firmware/keyboards/nullbitsco at rp2040_clean · jaygreco/qmk_fi...
Open-source keyboard firmware for Atmel AVR and Arm USB families - jaygreco/qmk_firmware
btw, the that branch I linked is the same one used for the nightly builds of the firmware.
thank you.
I already managed to compile successfully following this shell
https://gist.github.com/jaygreco/110443e9622b160cf7106cbd93afa856