Replies: 11 comments
-
The problem seems to be related to the detection of libusb-1.0 which causes issue with libftdi.
|
Beta Was this translation helpful? Give feedback.
-
I will try out DragonFly BSD 6.4 version later. Anyway, this should not block avrdude 7.3 release. |
Beta Was this translation helpful? Give feedback.
-
Dragon BSD 6.2.2 comes with avrdude 7.0. It does not seem to support HIDAPI. And of course there is no libserialport support in avrdude 7.0 version.
|
Beta Was this translation helpful? Give feedback.
-
Interestingly I have no issues building avrdude git main under DragonFly BSD 6.4 version (latest release). However the version does not seem to be correct. I will try again later. libftdi support wil still not work due to the detection issue of libusb-1.0.
|
Beta Was this translation helpful? Give feedback.
-
Hmm, I can not get it build with a fresh git checkout.
Applying the following patch does not help.
|
Beta Was this translation helpful? Give feedback.
-
@stefanrueger and @MCUdude You can see that I have produce an avrdude executable with the version listed as I have ecountered same issue with MSYS2 mingw64 build but I can always sorted out the issue by deleting the git repo and carry out the building process again. This time it is different as I can not build with a fresh checkout. Strange. |
Beta Was this translation helpful? Give feedback.
-
Assuming the successful build is correct, it does not seem to work well with the tests. So maybe there are deeper problems.
|
Beta Was this translation helpful? Give feedback.
-
BTW, DragonFly BSD 6.4 has avrdude 7.1, it does not support hidapi and libserialport.
|
Beta Was this translation helpful? Give feedback.
-
Move this to discussion for now. We may have to rely on people who are interested to help out. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/DragonFlyBSD/DPorts/tree/master/devel/avrdude avrdude 7.2 Makefile is there. |
Beta Was this translation helpful? Give feedback.
-
Close this one as it is not planned until someone is actibely working on this issue. This issue is also linked here. |
Beta Was this translation helpful? Give feedback.
-
There is a patch from DragonFly BSD to support avrdude 7.1 with ther DPorts system.
https://github.com/DragonFlyBSD/DPorts/tree/master/devel/avrdude
This patch makes sense. However, even with the patch, I still have issues building avrdude under DragonFly BSD, after installation of the dependencies. It would be good to fix this.
Beta Was this translation helpful? Give feedback.
All reactions