Harald Kipp wrote:
> This is easier to implement than what I suggested: Building an
> intermediate LGPL'ed DLL which links OpenOCD with FTD2XX.
>   
I don't see how that solves the GPL problem: as soon as the FTD2XX 
library is linked into openocd, it is not OK to distribute - having an 
intermediate do the linking does not change the legal status, IMHO - but 
IANAL.

As far as I see the situationn, the only clean possibility (except 
changing the license) is to have the FTD2XX library in a separate 
process, not linked into openocd's address space, which means separating 
the functionality and communicating by sockets or similar mechanisms.

cu
Michael

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to