Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
Qt Creator 4.4.1
-
None
-
Ubuntu 16.04 /
5.9.2 snapshot (qt-enterprise-linux-x64-qnx-5.9.2_722) /
QNX 6.6 Platform /
Boundaey Devices BD-SL-i.MX6 HW
-
5baecec6b7faefab6f4483c1ac29b39af442b021
Description
Select Clocks example from QNX examples list. Building & deploying to device works fine. When trying to start QML debugging, application output is following:
Debugging starts
Preparing remote side...
----ONLINE----
QML debugging is enabled. Only use this in a safe environment.
Could not load shared library symbols for /usr/lib/graphics/iMX6X/libEGL_viv.so.1.
Do you need "set solib-search-path" or "set sysroot"?Could not load shared library symbols for /usr/lib/graphics/iMX6X/libOpenVG_viv.so.
Do you need "set solib-search-path" or "set sysroot"?QML Debugger: Waiting for connection on port 10002...
Could not load shared library symbols for /qt/qml/QtQuick.2/libqtquick2plugin.so.
Do you need "set solib-search-path" or "set sysroot"?Could not load shared library symbols for /usr/lib/graphics/iMX6X/libGLESv2_viv.so.
Do you need "set solib-search-path" or "set sysroot"?
Similar thing with Welcome -> Projects -> New Project -> Qt Quick Application. Setting a breakpoint to engine.load line works ok, but continuing give following application output:
QML debugging is enabled. Only use this in a safe environment.
Could not load shared library symbols for /usr/lib/graphics/iMX6X/libEGL_viv.so.1.
Do you need "set solib-search-path" or "set sysroot"?Could not load shared library symbols for /usr/lib/graphics/iMX6X/libOpenVG_viv.so.
Do you need "set solib-search-path" or "set sysroot"?QML Debugger: Waiting for connection on port 10005...
Could not load shared library symbols for /qt/qml/QtQuick.2/libqtquick2plugin.so.
Do you need "set solib-search-path" or "set sysroot"?Could not load shared library symbols for /qt/qml/QtQuick/Window.2/libwindowplugin.so.
Do you need "set solib-search-path" or "set sysroot"?Could not load shared library symbols for /usr/lib/graphics/iMX6X/libGLESv2_viv.so.
Do you need "set solib-search-path" or "set sysroot"?