Re: [avrdude-dev] Building Avrdude 6.3

2019-03-24 Thread Joerg Wunsch
As Matthew Mondor wrote: > > Maybe the OSX linker needs it, I don't know. > > It's quite possible some ranlib magic is still missing in the current > > make/automake files. > > Very likely, Darwin being a BSD variant, all the BSDs that I know need > it as well. My main development system is

Re: [avrdude-dev] Building Avrdude 6.3

2019-03-24 Thread Wayne Holder
> Did you “make clean” or otherwise clear out the directory at the same time as you deleted /opt? To completely resolve the build issue I had to completely remove the /opt tree, then remove all references to it from my $PATH setting and, finally, rebuild all the libraries I'd built with brew, as

Re: [avrdude-dev] Problem with TPI and "serbb" mode (giving up)

2019-03-24 Thread David Mosberger
Wayne, I attached my original email below. It has a link to a git repository with my patches applied. With those patches, you should be able to use any FTDI serial chip to program via TPI. Best regards, --david --- David Mosberger Thu, May 4, 2017, 5:24 PM to avrdude-dev I just submitted

Re: [avrdude-dev] Problem with TPI and "serbb" mode (giving up)

2019-03-24 Thread Wayne Holder
Well, I'm going to throw in the towel on this one. I've tried just about everything I can think of to try and diagnose and fix the problem, but everything has come up short. Most recently I've tried: 1. Using another input pin, such as DCD, instead of CTS as the MISO pin --- No change 2. Adding

Re: [avrdude-dev] Building Avrdude 6.3

2019-03-24 Thread Matthew Mondor
On Sun, 24 Mar 2019 08:52:28 +0100 Joerg Wunsch wrote: > Maybe the OSX linker needs it, I don't know. > It's quite possible some ranlib magic is still missing in the current > make/automake files. Very likely, Darwin being a BSD variant, all the BSDs that I know need it as well. -- Matt

Re: [avrdude-dev] Building Avrdude 6.3

2019-03-24 Thread Joerg Wunsch
Am 24. März 2019 05:05:39 MEZ schrieb Joel Ray Holveck : >In Joerg’s case, it sounds like the mingw32 cross-build might not >properly detect that it needs to run ranlib. It’s not needed, for >instance, on Linux. Maybe the OSX linker needs it, I don't know. It's quite possible some ranlib

[avrdude-dev] [patch #9328] ft245r.c: add TPI support (patches 5-7)

2019-03-24 Thread Rene Liebscher
Follow-up Comment #1, patch #9328 (project avrdude): If all stuff also works with the current libftdi based solution, and only licenses make problems with the d2xx part, so why not separate this d2xx part in a separate patch? ___ Reply to

Re: [avrdude-dev] [patch #9328] ft245r.c: add TPI support (patches 5-7)

2019-03-24 Thread David Mosberger-Tang
It already is! And it's the last patch, so nothing else depends on it. On Sun, Mar 24, 2019 at 5:40 PM Rene Liebscher wrote: > Follow-up Comment #1, patch #9328 (project avrdude): > > If all stuff also works with the current libftdi based solution, and only > licenses make problems with the