Replies: 5 comments 15 replies
-
@stefanrueger @MCUdude and @dl8dtl Do you think it is a good idea to publish mingw32/mingw64 build as official Windows binaries as well? Currently the deploy github action only upload Windows MSVC binaries of an official release. The above deploy github action does build MSYS2 mingw32/mingw64/clang32/clang64/ucrt64 binaries for avrdude 7.3 release. So we can decide whether to upload them or not. |
Beta Was this translation helpful? Give feedback.
-
As for the binaries generated by arduino-packing script, as of now, the script does not deal with releases yet.So the version number will not matching -- one commit after the release tag. Probably not a real problem though.
|
Beta Was this translation helpful? Give feedback.
-
For arduino_packing binaries, here is the discussion. Except macOS, I can build the binaries with libserialport support with the Arduino crossbuild container. The binaries (no macOS) are archived here. |
Beta Was this translation helpful? Give feedback.
-
I will close this discussion here. More discussions will be in the following places. |
Beta Was this translation helpful? Give feedback.
-
In my opinion, we could provide statically built binaries for those who want a binary that "just works", and dynamically linked ones for those who want to deal with dependencies. At the moment, I'm recommending the ones compiled by Arduino for those who just need a working binary for their system. |
Beta Was this translation helpful? Give feedback.
-
Now we only provide Windows MSVC build binaries with avrdude 7.3 release here.
https://github.com/avrdudes/avrdude/releases/tag/v7.3
This is in line with avrdude 7.0/7.1/7.2 release.
However, Windows MSVC build has some limitations and sometimes the user may need to use the mingw32/mingw64 build.
https://github.com/avrdudes/avrdude/wiki/Getting-Nightly-Builds-for-AVRDUDE
And Arduino Core distributions traditionally like the static linking binaries for Linux, macOS and Windows mingw32 build using the Arduino arvdude-packing cross-build.
Beta Was this translation helpful? Give feedback.
All reactions