makestuff / fx2loader

JUNK:A small command-line interface to libfx2loader
http://www.makestuff.eu/wordpress/?page_id=343
GNU General Public License v3.0
11 stars 1 forks source link

Deprecated Dependency #1

Open southwolf opened 11 years ago

southwolf commented 11 years ago

fx2loader uses function usbOpenDeviceVP which has been removed from libusbwrap, and the libusb-0.1dependency conflicts with the whole makestuff framework

makestuff commented 11 years ago

I am in the process of porting everything to libusb-1.0. Normal service will resume soon.

Is there any reason you need to build from source? Is your platform not supported by the binary distribution?

southwolf commented 11 years ago

Thanks for the response. I'v been working on an FPGA and I want to control it with an ARM system such as Raspberry Pi or BeagleBone, so the fx2loader must be coss-compiled.