-
Notifications
You must be signed in to change notification settings - Fork 139
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
DragonFly BSD support #1656
Comments
The problem seems to be related to the detection of libusb-1.0 which causes issue with libftdi.
|
I will try out DragonFly BSD 6.4 version later. Anyway, this should not block avrdude 7.3 release. |
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.
|
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.
|
Hmm, I can not get it build with a fresh git checkout.
Applying the following patch does not help.
|
@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. |
Assuming the successful build is correct, it does not seem to work well with the tests. So maybe there are deeper problems.
|
BTW, DragonFly BSD 6.4 has avrdude 7.1, it does not support hidapi and libserialport.
|
Move this to discussion for now. We may have to rely on people who are interested to help out. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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.
The text was updated successfully, but these errors were encountered: