Search found 3 matches

by nypdmax
Thu 26. Apr 2018, 08:01
Forum: Linux
Topic: PCAN Driver Install on RPI
Replies: 2
Views: 3264

Re: PCAN Driver Install on RPI

1.

cc src/transmitest.cpp src/common.c src/parser.cpp -I. -I../lib -I../driver -L../lib -L/lib -L/usr/lib -L/usr/local/lib -o transmitest -lpcan -lstdc++ -DNO_RT
cc: error trying to exec 'cc1plus': execvp: No such file or directory
cc: error trying to exec 'cc1plus': execvp: No such file or ...
by nypdmax
Wed 25. Apr 2018, 09:56
Forum: Linux
Topic: PCAN-USB FD with libpcap on Raspberry Pi 3
Replies: 1
Views: 2828

Re: PCAN-USB FD with libpcap on Raspberry Pi 3

Problem solved. For anyone interested, see here:
https://github.com/the-tcpdump-group/libpcap/issues/699
by nypdmax
Tue 24. Apr 2018, 08:23
Forum: Linux
Topic: PCAN-USB FD with libpcap on Raspberry Pi 3
Replies: 1
Views: 2828

PCAN-USB FD with libpcap on Raspberry Pi 3

Hello all,

I posted same issue in libpcap's github repo.

I have a program woking well on my PC (ubuntu 16.04 amd64, with libpcap0.8 and libpcap0.8-dev installed from ubuntu apt repo, version 1.7.4) . Now I'm running that CAN bus monitor in my raspberry pi 3 and I found some issues.

While I'm ...