Qt5 cross compilation in Beaglebone Black
Unsolved
Mobile and Embedded
-
I am getting "undefined reference to `QByteArray::toHex(char) const@Qt_5'" in Qt5 when running CAN bus Qt program in beaglebone black.
I have used following link as reference :- https://wiki.qt.io/BeagleBone_Black_Beginners_Guide
Kindly help me on this.
-
Hi and welcome to devnet,
Are you using the same Qt version on your target that you are using to cross-compile your application ?
-
I am getting "undefined reference to `QByteArray::toHex(char) const@Qt_5'" in Qt5 when running CAN bus Qt program in beaglebone black.
I have used following link as reference :- https://wiki.qt.io/BeagleBone_Black_Beginners_Guide
Kindly help me on this.
@gunjanvora Are you using compatible Qt libs on your BB? I.e. are your Qt libs cross compiled for that device?