We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I have same issue. Using hermit crab v2 with rp2040. It seems to be downloading to wrong regions.
Sorry, something went wrong.
Same here with BTT SKR pico.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: