Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - AnM asked for QT5.3.1 libraries while Qt5.3.0 is installed: (3 Items)
   
AnM asked for QT5.3.1 libraries while Qt5.3.0 is installed  
HI there,

I tried to mksysimage AnM for VMware with the following command.
mksysimage.sh -P AnM -o output_dir -k
"-b base_dir/target/qnx6/x86/boot/sys/ipl-diskpc1" vmware.ext -f

And I have Qt5.3.0 installed. Strangely, during the compilation, it shown the following messages which was looking for 5
.3.1 libraries. Of course, they are not available.
Has anyone experienced this before? Does anyone know how to resolve this issues? QNX has only released Qt5.3.0. Does 
that mean, I would need to install Qt5.3.1?

Any comments or suggestions are very appreciated.

[info]: Generating Archive...
Locating files...
Warning: /home/qws/qnx/6.60/target/qnx6/x86/lib/libmtouch-virtual.so is a symlink file
Warning: /home/qws/qnx/6.60/target/qnx6/x86/lib/libvmmouse.so is a symlink file
Warning: /home/qws/qnx/6.60/target/qnx6/x86/lib/libves-client.so is a symlink file
skipped missing item: lib/libQt5CLucene.so.5.3.1
skipped missing item: lib/libQt5Concurrent.so.5.3.1
skipped missing item: lib/libQt5Core.so.5.3.1
skipped missing item: lib/libQt5Gui.so.5.3.1
skipped missing item: lib/libQt5Help.so.5.3.1
skipped missing item: lib/libQt5MultimediaQuick_p.so.5.3.1
skipped missing item: lib/libQt5Multimedia.so.5.3.1
skipped missing item: lib/libQt5MultimediaWidgets.so.5.3.1
skipped missing item: lib/libQt5Network.so.5.3.1
skipped missing item: lib/libQt5OpenGL.so.5.3.1
skipped missing item: lib/libQt5Positioning.so.5.3.1
skipped missing item: lib/libQt5Qml.so.5.3.1
skipped missing item: lib/libQt5QuickParticles.so.5.3.1
skipped missing item: lib/libQt5Quick.so.5.3.1
skipped missing item: lib/libQt5QuickTest.so.5.3.1
skipped missing item: lib/libQt5QuickWidgets.so.5.3.1
skipped missing item: lib/libQt5Script.so.5.3.1
skipped missing item: lib/libQt5ScriptTools.so.5.3.1
skipped missing item: lib/libQt5Sensors.so.5.3.1
skipped missing item: lib/libQt5Sql.so.5.3.1
skipped missing item: lib/libQt5Svg.so.5.3.1
skipped missing item: lib/libQt5Test.so.5.3.1
skipped missing item: lib/libQt5Widgets.so.5.3.1
skipped missing item: lib/libQt5XmlPatterns.so.5.3.1
skipped missing item: lib/libQt5Xml.so.5.3.1
skipped missing item: plugins/mediaservice/libqtmedia_qnx.so
skipped missing item: usr/anm/bin/homescreen
 
Re: AnM asked for QT5.3.1 libraries while Qt5.3.0 is installed  
Having recompiled from source Qt5.3.1, the missing error due Qt5.3.1 earlier have not resolved. However, homescreen is 
still there.

>>skipped missing item: usr/anm/bin/homescreen

The AnM screen is still showing blank after the bootscripts and invocation of all relevant drivers. Attached is the 
screen display. FYI, the system was running, just without showing anything on screen. How do I know, because I can ssh 
to it.

Any comments or suggestions please?

Attachment: Image AnM-blankScreen.png 67.72 KB
Re: AnM asked for QT5.3.1 libraries while Qt5.3.0 is installed  
By compiling individual apps and then copied the Homescreen apps to the respective directory and finally re-made the 
sysImage, everything works as it should now.