libps3000/ps3000.h

Post general discussions on using our drivers to write your own software here
Post Reply
Bruno93200
Newbie
Posts: 0
Joined: Fri Dec 28, 2012 4:21 pm

libps3000/ps3000.h

Post by Bruno93200 »

Hello folks,
I am installing the Picoscope 3206 on a Linux Ubuntu 12.04 LTD plateform.
I did install successfully the driver using the finely written picoscope topic of the ubuntu documentation (in French) !
see : http://doc.ubuntu-fr.org/picoscope

Though I have difficulties with
gcc -lps3000 ps3000con.c -opsS3000con
this command compiles the c file ps3000con.c to produce a driver example program

the c file ps3000con.c refers to a library libps3000/ps3000.h

the procedure aborts because of failure to find this library

CAN SOMEONE TELL ME WHERE FROM I CAN DOWNLOAD THIS libps3000/ps3000.h LIBRARY ?

Thanks to all,

Bruno93200

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: libps3000/ps3000.h

Post by Martyn »

If you have installed the driver then you will have everything you need however you will need to modify the compile line as librarry files need to be at the end with the newer O/S's

gcc ps3000con.c -opsS3000con -lps3000
Martyn
Technical Support Manager

Post Reply