Could not find library libQt5WebSockets.so.5 for AM57xx.
-
I am developing a websocket application to run in AM57xx. I could not find libQt5WebSockets.so.5 which is compatible for AM57xx.
-
@Jayasuriya Please provide more information: did you cross compile Qt for AM57xx?
-
@jsulm Yes, I have cross compiled the application. But when i run the executable in AM57xx it is showing libQt5WebSockets.so.5 not found.
-
where could get the libQt5WebSockets.so.5 for AM57xx?
-
Hi and welcome to devnet,
Either install it through your device distribution package manager or use the libraries you cross-compiled.
-
@Jayasuriya said in Could not find library libQt5WebSockets.so.5 for AM57xx.:
where could get the libQt5WebSockets.so.5 for AM57xx?
In your cross-compiled Qt
-
I have not cross compiled the libraries. I have already got some cross-compiled qt libraries along with AM57xx in the prebuild image itself, but the libqt5websockets-so-5 library is not available in AM57xx. I could not get any perfect procedure to cross compile the Qt libraries for AM57xx.
-
Who is providing that environment ?
Ask them for support/missing libraries.