Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to run a Qt app on QNX 7: (1 Item)
   
How to run a Qt app on QNX 7  
when I try to run the Qt app with following command 
export LD_LIBRARY_PATH=/qt/lib
export QT_PLUGIN_PATH=/qt/plugins
export QML2_IMPORT_PATH=/qt/qml
export QT_QPA_FONTDIR=/qt/lib/fonts

export QT_DEBUG_PLUGINS=1

export QQNX_PHYSISCREEN_SIZE=150,100
export LD_DEBUG=1

random -p
waitfor /dev/random


waitfor /dev/slog2e

echo "starting the app"
/home/app/test


echo "the app started"


I got following errors


debug: Looking up symbol eglCreateSync
debug: Symbol eglCreateSync could not be resolved in this scope
NULL
debug: Looking up symbol eglDestroySync
debug: Symbol eglDestroySync could not be resolved in this scope
NULL
debug: Looking up symbol eglClientWaitSync
debug: Symbol eglClientWaitSync could not be resolved in this scope
NULL
debug: Looking up symbol eglGetSyncAttrib
debug: Symbol eglGetSyncAttrib could not be resolved in this scope
NULL
debug: Looking up symbol eglCreateImage
debug: Symbol eglCreateImage could not be resolved in this scope
NULL
debug: Looking up symbol eglDestroyImage
debug: Symbol eglDestroyImage could not be resolved in this scope
NULL
debug: Looking up symbol eglGetPlatformDisplay
debug: Symbol eglGetPlatformDisplay could not be resolved in this scope
NULL
debug: Looking up symbol eglCreatePlatformWindowSurface
debug: Symbol eglCreatePlatformWindowSurface could not be resolved in this scope
NULL
debug: Looking up symbol eglCreatePlatformPixmapSurface
debug: Symbol eglCreatePlatformPixmapSurface could not be resolved in this scope
NULL
debug: Looking up symbol eglWaitSync
debug: Symbol eglWaitSync could not be resolved in this scope
NULL

Process 1450012 (test) terminated SIGSEGV code=1 fltno=11 ip=00000001000788c0(/usr/lib/ldqnx-64.so.2@strlen+
0x0000000000000000) mapaddr=00000000000788c0. ref=0000000000000000
Memory fault (core dumped)