Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make issue within pico-sdk #140

Open
sallen1301 opened this issue Dec 27, 2024 · 3 comments
Open

Make issue within pico-sdk #140

sallen1301 opened this issue Dec 27, 2024 · 3 comments

Comments

@sallen1301
Copy link

sallen1301 commented Dec 27, 2024

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

@shortyishere
Copy link

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

@SinisterRj
Copy link

Same here with BTT SKR pico.

@Lebensgefahr
Copy link

Lebensgefahr commented Jan 5, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants