Hi,

I can't comment on the LD_LIBRARY_PATH issue; one thing you definitely need to fix is your export syntax, which needs to read:

# export PATH=$PATH:/base/usr/qt5-5.3/lib

(note: no "$" left of "=")

regards
Michael

On Sun, 2019-01-06 at 03:09 -0500, mike scott wrote:
Hi QNX,

       qnx sdp 6.6, qnx sdk for apps and media 1.1 release, qt-5.3.1-201503051558, qtcreator 3.5.1
       beaglebonedemo.ext.anm11.258.150325_2017

The beagleboneblack is booting from sdcard with MLO/u-boot.img/qnx-ifs/uEnv.txt extracted from beaglebonedemo.

I am testing qtcreator on TI beaglebone black with qnx 6.6. and got error message (in qtcreator on my PC):

ldd:FATAL: Could not load library libQt5Quick.so.5 

The library file is actually located at /base/usr/qt5-5.3/lib (on target device, i.e., beagleboneblack), and 

# echo $LD_LIBRARY_PATH
/base/usr/qt5-5.3/lib

However,

# ldd libQt5Quick.so.5
ldd ./libQt5Quick.so.5: No such file or directory

I tried 
# export $PATH=$PATH:/base/usr/qt5-5.3/lib

ldd still failed.

It appears that either $PATH or $LD_LIBRARY_PATH not functioning.

Please advise, thanks in advance

Mike







_______________________________________________

OSTech
http://community.qnx.com/sf/go/post119383
To cancel your subscription to this discussion, please e-mail ostech-core_os-unsubscribe@community.qnx.com