Mathieu Jolicoeur wrote:
I think I was getting stuck because by I had installed SIMtrace before sam7utils. This way, I had already installed libusb-1.0-0-dev, so sam7utils would compile with that base.
And since sam7utils has not yet been adapted to support libusb-1.0 it requires the libusb-dev package with the libusb-0.1 API.
Having only libusb-1.0-0-dev and not libusb-dev means that libusb-dev is not available, and that is the only libusb which sam7utils currently can use.
//Peter