how to solve libts and libzs error?? please help
-
/opt/scv/toolchain/4.9.3/arm-cortexa9-linux-gnueabihf/bin/ld.bfd:-1: warning: libts-1.0.so.0, needed by /usr/local/Trolltech/QtEmbedded-4.8.6-arm/lib/libQtGui.so, not found (try using -rpath or -rpath-link)
-
@ruchi_benal said in how to solve libts and libzs error?? please help:
libts-1.0.so.0
Do you have tslib installed in your system?
-
and to add to @Pablo-J-Rogina, you will need this library cross compiled for your target processor.
-
thanks for ur respond @Pablo-J.-Rogina well i dont know whether tslib is there or not.
will u tell me how to check that???
If its not how to install it and which path should i give to that library??? -
@ruchi_benal you are using Qt embedded for an ARM processor, so you will need all libraries compiled for this processor too.
Can you tell us which system you are targetting?
-
@aha_1980
Its my first task on Qt creator. I'm using Qt version 2.5.2 on ubuntu 14.04, i just want to display #hello word on my device(friendlyarm) but before that i want to display it on my pc....and tats where im finding the error...here is my qt setup for scscoft!([0_1559996805989_Untitled 1.odt](Uploading 100%) -
ok, I understand. To run this program on your PC, you need to compile it against the Qt version for your PC. Creator needs a Kit (compiler, Qt version, Debugger) therefore.
Unfortunately your upload failed. can you upload the pics somewhere else (e.g. my signature)?
-
u can use the below link to upload the image
https://imgur.com/uploadAnd copy the link which is created and upload to forum so others can view the image u have uploaded.
Thanks,
-
thanks a lot for your respond@Pradeep-Kumar
i have solved that error .i.e. just by copying that libraries to my path
/usr/local/Trolltech/QtEmbeddedQtEmbedded-4.8.6-arm/lib and build it successfully!!!!!