-
Notifications
You must be signed in to change notification settings - Fork 136
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
To support MinGW cross compiler #1275
Conversation
Without this patch, the failure is like the following github action run.
|
I think @mariusgreuel's comment is correct. This is a not a problem of avrdude but rather the cross-compile environment from Arduino avrdude-packing project. In this case, this PR is invalid. |
This patch is necessary to support MinGW cross compiler.
It is adapted from Arduino avrdude-packing project.
https://github.com/arduino/avrdude-packing/blob/main/patches/0007-Cmake-fix-build-not-working-with-mingw-toolchain.patch