Re: [AVaRICE-user] Building avarice on (Gentoo)-Linux with usb suport

2016-09-06 Thread Joerg Wunsch
As Olaf Dreyer wrote:

> But the resulting binary tells me, that it was build without usb support.
> Do I have to make some settings during the configure step?

You need to have a libusb around, including the required headers to 
compile against it.  On most Linux distributions, this means you'd have 
to have the respective "-dev" or "-devel" package installed.

AVRDUDE's configure script auto-detects the environment, and prints a 
summary like this:

Configuration summary:
--
DO HAVElibelf
DO HAVElibusb
DO HAVElibusb_1_0
DO HAVElibftdi1
DON'T HAVE libftdi
DON'T HAVE libhid
DO HAVElibhidapi
DO HAVEpthread
DISABLED   doc
ENABLEDparport
DISABLED   linuxgpio

Make sure libusb has a "DO HAVE" there.

Note that libhid there is Windows-only, and only relates to USBasp. 
In order to get support for the recent Atmel tools that are als HIDs, 
libhidapi support is needed.
-- 
cheers, Joerg   .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)

--
___
avarice-user mailing list
avarice-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avarice-user


[AVaRICE-user] Building avarice on (Gentoo)-Linux with usb suport

2016-09-06 Thread Olaf Dreyer
Hello,

I'm trying to build avarice on gentoo linux to work with a JTAG ICE mkII
via usb.

But the resulting binary tells me, that it was build without usb support.
Do I have to make some settings during the configure step?

My configure command is like that:

configure --enable-target-programming --prefix=$PREFIX

It would be great, if someone could help me.

Regards

Olaf



--
___
avarice-user mailing list
avarice-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avarice-user