Compile serialbus with Socket CAN
-
wrote on 12 Dec 2022, 18:43 last edited by
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
-
wrote on 13 Dec 2022, 07:20 last edited by
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. -
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).
-
wrote on 16 Dec 2022, 11:04 last edited by
Is it also possible to compile it on the cli without qtcreator ?
-
@marcoh said in Compile serialbus with Socket CAN:
Is it also possible to compile it on the cli without qtcreator ?
Yes, why not?
-
2/6