CanBoot
CanBoot copied to clipboard
Make issue within pico-sdk
Trying to build for a FYSETC-ERB v2.0 with the following:
When I go do the make, I get the following errors:
If I flash to the board, the board will not boot into Katapult. I can flash the board with standalone Klipper without issues
I have same issue. Using hermit crab v2 with rp2040. It seems to be downloading to wrong regions.
Same here with BTT SKR pico.
When I go do the make, I get the following errors:
AFAIK it is not an errors, it is just a warnings you can remove them by changing corresponding lines
-static inline void rom_connect_internal_flash() {
+static inline void rom_connect_internal_flash(void) {
Or you can remove -Wold-style-definition from Makefile CFLAGS parameters