CanBoot icon indicating copy to clipboard operation
CanBoot copied to clipboard

Make issue within pico-sdk

Open sallen1301 opened this issue 1 year ago • 3 comments

Trying to build for a FYSETC-ERB v2.0 with the following: Screenshot 2024-12-26 at 6 17 36 PM

When I go do the make, I get the following errors: Screenshot 2024-12-26 at 6 18 03 PM

If I flash to the board, the board will not boot into Katapult. I can flash the board with standalone Klipper without issues

sallen1301 avatar Dec 27 '24 00:12 sallen1301

I have same issue. Using hermit crab v2 with rp2040. It seems to be downloading to wrong regions.

shortyishere avatar Dec 28 '24 18:12 shortyishere

Same here with BTT SKR pico.

SinisterRj avatar Jan 04 '25 10:01 SinisterRj

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

Lebensgefahr avatar Jan 05 '25 01:01 Lebensgefahr