Not quite; is from the legacy 0.1 API; with libusb-1.0 one should
include
In fact I have
$ ls -l /usr/include/libusb-1.0/
total 72
-rw-r--r-- 1 root root 70156 Jun 19 2014 libusb.h
and
$ grep libusb module/owlib/src/c/Makefile
LIBUSB_CFLAGS = -I/usr/include/libusb-1.0
so the CFLAGS issue
Am 25.09.2015 um 22:45 schrieb Stefano Miccoli:
> I’m unable to compile on my raspberry pi with Arch Linux ARM:
>
> [...]
>
> After deleting those lines compilation is fine. Unfortunately I cannot test
> USB
> support since I do not have an USB adapter at hand.
>
Stefano,
actually that is beca
I’m unable to compile on my raspberry pi with Arch Linux ARM:In file included from ../include/ow_connection.h:78:0, from ../include/ow_standard.h:18, from ../include/ow_generic_read.h:38, from ../include/ow_device.h:75, from ../include
Great work, Jan - thanks!
I'll test it asap, maybe next week...
2015-09-25 0:37 GMT+02:00 Jan Kandziora :
> Am 21.09.2015 um 23:29 schrieb Jan Kandziora:
> > Am 21.09.2015 um 07:28 schrieb Sven Giermann:
> >> Well, I would like to...
> >> But I've no experience in debugging on linux, so I had no
Am 21.09.2015 um 23:29 schrieb Jan Kandziora:
> Am 21.09.2015 um 07:28 schrieb Sven Giermann:
>> Well, I would like to...
>> But I've no experience in debugging on linux, so I had no luck to get it
>> running. My "solution" now is to switch all I/O ports to pure 1-Wire, but I
>> would still be inte