Search found 2 matches

by felixlechat
Sun 18. May 2014, 22:40
Forum: Linux
Topic: PCANbasic compilation problem on Linux
Replies: 7
Views: 9759

Re: PCANbasic compilation problem on Linux

I have tried some test which may be usefull:

diff peak-linux-driver-7.10/driver/pcan.h peak-linux-driver-7.11/driver/pcan.h
32c32
< // $Id: pcan.h 753 2014-01-21 10:45:03Z stephane $
---
> // $Id: pcan.h 766 2014-04-17 09:03:30Z stephane $
176d175
< #define SF_SET_SERIALNUMBER 2 // to set the ...
by felixlechat
Sun 18. May 2014, 12:56
Forum: Linux
Topic: PCANbasic compilation problem on Linux
Replies: 7
Views: 9759

PCANbasic compilation problem on Linux

Hello,

I have some trouble compiling pcanbasic on linux (ubuntu 12.04).
The peak-linux-driver-7.11 compiled and installed like a charm. (Juste needed a apt-get install libpopt-dev)
Now as I wanted to use the Java API, I downloaded PCAN_Basic_Linux-2.0.2.tar.gz

So I tried to compile the ...