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)
wrote on 7 Jun 2019, 20:24 last edited by@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?
-
/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)
and to add to @Pablo-J-Rogina, you will need this library cross compiled for your target processor.
-
@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?
wrote on 8 Jun 2019, 04:37 last edited bythanks 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??? -
and to add to @Pablo-J-Rogina, you will need this library cross compiled for your target processor.
wrote on 8 Jun 2019, 04:52 last edited bythanks for ur respond @aha_1980
Im not getting that !!! -
thanks for ur respond @aha_1980
Im not getting that !!!@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?
-
@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?
wrote on 8 Jun 2019, 06:58 last edited by ruchi_benal 6 Aug 2019, 12:28@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%) -
@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)?
-
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)?
wrote on 8 Jun 2019, 08:37 last edited by@aha_1980
ok wait i ll send it again -
wrote on 10 Jun 2019, 12:02 last edited by
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,
-
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,
wrote on 10 Jun 2019, 17:30 last edited bythanks 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!!!!!
11/11