Search found 4 matches

by gioboske
Wed Nov 30, 2016 2:05 pm
Forum: C and C++
Topic: C console examples for Linux
Replies: 9
Views: 29762

Re: C console examples for Linux

UPDATE 2: I found the missing "configure.ac" file, by installing the old driver (ver. 2.1.43r14) downloaded from: http://labs.picotech.com/raspbian/pool/main/libp/libps2000/libps2000_2.1.4-3r14_armhf.deb Now "autogen.sh" exits without errors. Please include the "configure.ac" files in the attached C...
by gioboske
Wed Nov 30, 2016 10:50 am
Forum: C and C++
Topic: C console examples for Linux
Replies: 9
Views: 29762

Re: C console examples for Linux

UPDATE:
I also installed the drivers on Ubuntu 15.04 and then I tried to compile the C example for PS2000.
Same problem when running autogen.sh:

Code: Select all

autoreconf: 'configure.ac' or 'configure.in' is required
gioboske
by gioboske
Mon Nov 28, 2016 9:03 am
Forum: C and C++
Topic: C console examples for Linux
Replies: 9
Views: 29762

Re: C console examples for Linux

Hi Hitesh,
I'm interested in Series 2000 (PicoScope 2203), so I first installed ps2000 driver.
However I also tried with other drivers, including libusbtc08 (following step by step the example posted by AndrewA), with the same result.

Thank you,
Regards
by gioboske
Thu Nov 24, 2016 9:34 pm
Forum: C and C++
Topic: C console examples for Linux
Replies: 9
Views: 29762

Re: C console examples for Linux

Hello Andrew, thank you for this information. I followed step by step your post to build some of the attached C examples on a Raspberry Pi 2. All the required packages are installed correctly and updated to the latest version available on the repository. However every time I try to run autogen.sh sc...