PDA

View Full Version : Qt serial bus in qt5.7.0 using pcan



mvpbabu
29th December 2016, 06:02
hi,
Iam using QT5.7.0 iam facing problem in qt serial bus runtime error
Starting /home/sau/Qt5.7.0/Examples/Qt-5.7/serialbus/can/can...
Failed to load the library: pcanbasic
The PCAN runtime library is not found
iam using peaksystem pcan 8.2 drivers
thanks in advance
regards
prasad

high_flyer
15th January 2017, 22:36
What is the question?
The error you have posted clearly states what the problem is:

Failed to load the library: pcanbasic
The PCAN runtime library is not found
Its seems that the location of your PCAN lib is not set in your environment.
Try adding it to the LD_LIBRARY_PATH.