Compile serialbus with Socket CAN
-
Hi,
how can I compile the serialbus module with socketcan ?
When I run qmake ..\qt-everywhere-src-5.15.3\qtserialbus\ it outputs the bellow.Qt SerialBus: Socket CAN ............................. no Socket CAN FD .......................... no SerialPort Support ..................... yes
I try to build it on Windows 10 x64 as an x86 framework.
-
Socket CAN imo can/does not work on windows - see https://doc.qt.io/qt-6/qtcanbus-backends.html#can-bus-plugins
-
Ok that makes sense to me.
What is about the passthrucan Plugin.
Where / How can I Enable It to build ?
I'm using QT 5.15 if that matters.@marcoh you can build it separately. Just download the qtserialbus sources, open it in qtcreator and build. AFAIK, there are no a special requirements to build it on Windows (I meant about peakcan, tinycan, passthrucan, vectorcan).
-
@marcoh said in Compile serialbus with Socket CAN:
Is it also possible to compile it on the cli without qtcreator ?
Yes, why not?
-
A aha_1980 has marked this topic as solved on