As Philip Mulrane wrote: > I don't actually have a PC-based Linux installation (would avarice run > on a Raspberry Pi? If so, then I could try this tomorrow).
There doesn't appear to be an easy way, alas. Raspbian has most of what's needed, but for the libusb 0.1 API wrapper, they only ship libusb-0.1.so.4, but no "-dev" package (static library, header file), so configure does not find anything. As the current src/jtag2usb.cc depends on the availability of the 0.1 libusb API in order to compile anything at all, this is fatal. With a little bit of cleanup, it might be possible to allow for just the --edbg functionality (which doesn't need libusb at all) without libusb 0.1 being present, but that needs to be sorted out. -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://makebettercode.com/inteldaal-eval _______________________________________________ avarice-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/avarice-user
