Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. India
  4. how to solve libts and libzs error?? please help

how to solve libts and libzs error?? please help

Scheduled Pinned Locked Moved Solved India
11 Posts 4 Posters 2.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    ruchi_benal
    wrote on 7 Jun 2019, 18:14 last edited by
    #1

    /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)

    P A 2 Replies Last reply 7 Jun 2019, 20:24
    0
    • R ruchi_benal
      7 Jun 2019, 18:14

      /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)

      P Offline
      P Offline
      Pablo J. Rogina
      wrote on 7 Jun 2019, 20:24 last edited by
      #2

      @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?

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      R 1 Reply Last reply 8 Jun 2019, 04:37
      4
      • R ruchi_benal
        7 Jun 2019, 18:14

        /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)

        A Offline
        A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on 8 Jun 2019, 04:07 last edited by
        #3

        @ruchi_benal

        and to add to @Pablo-J-Rogina, you will need this library cross compiled for your target processor.

        Qt has to stay free or it will die.

        R 1 Reply Last reply 8 Jun 2019, 04:52
        1
        • P Pablo J. Rogina
          7 Jun 2019, 20:24

          @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?

          R Offline
          R Offline
          ruchi_benal
          wrote on 8 Jun 2019, 04:37 last edited by
          #4

          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???

          1 Reply Last reply
          0
          • A aha_1980
            8 Jun 2019, 04:07

            @ruchi_benal

            and to add to @Pablo-J-Rogina, you will need this library cross compiled for your target processor.

            R Offline
            R Offline
            ruchi_benal
            wrote on 8 Jun 2019, 04:52 last edited by
            #5

            thanks for ur respond @aha_1980
            Im not getting that !!!

            A 1 Reply Last reply 8 Jun 2019, 05:28
            1
            • R ruchi_benal
              8 Jun 2019, 04:52

              thanks for ur respond @aha_1980
              Im not getting that !!!

              A Offline
              A Offline
              aha_1980
              Lifetime Qt Champion
              wrote on 8 Jun 2019, 05:28 last edited by
              #6

              @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?

              Qt has to stay free or it will die.

              R 1 Reply Last reply 8 Jun 2019, 06:58
              1
              • A aha_1980
                8 Jun 2019, 05:28

                @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?

                R Offline
                R Offline
                ruchi_benal
                wrote on 8 Jun 2019, 06:58 last edited by ruchi_benal 6 Aug 2019, 12:28
                #7

                @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%)

                A 1 Reply Last reply 8 Jun 2019, 08:06
                1
                • R ruchi_benal
                  8 Jun 2019, 06:58

                  @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%)

                  A Offline
                  A Offline
                  aha_1980
                  Lifetime Qt Champion
                  wrote on 8 Jun 2019, 08:06 last edited by
                  #8

                  @ruchi_benal

                  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)?

                  Qt has to stay free or it will die.

                  R 1 Reply Last reply 8 Jun 2019, 08:37
                  3
                  • A aha_1980
                    8 Jun 2019, 08:06

                    @ruchi_benal

                    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)?

                    R Offline
                    R Offline
                    ruchi_benal
                    wrote on 8 Jun 2019, 08:37 last edited by
                    #9

                    @aha_1980
                    ok wait i ll send it again

                    1 Reply Last reply
                    0
                    • Pradeep KumarP Offline
                      Pradeep KumarP Offline
                      Pradeep Kumar
                      wrote on 10 Jun 2019, 12:02 last edited by
                      #10

                      @ruchi_benal

                      u can use the below link to upload the image
                      https://imgur.com/upload

                      And copy the link which is created and upload to forum so others can view the image u have uploaded.

                      Thanks,

                      Pradeep Kumar
                      Qt,QML Developer

                      R 1 Reply Last reply 10 Jun 2019, 17:30
                      4
                      • Pradeep KumarP Pradeep Kumar
                        10 Jun 2019, 12:02

                        @ruchi_benal

                        u can use the below link to upload the image
                        https://imgur.com/upload

                        And copy the link which is created and upload to forum so others can view the image u have uploaded.

                        Thanks,

                        R Offline
                        R Offline
                        ruchi_benal
                        wrote on 10 Jun 2019, 17:30 last edited by
                        #11

                        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!!!!!

                        1 Reply Last reply
                        2

                        1/11

                        7 Jun 2019, 18:14

                        • Login

                        • Login or register to search.
                        1 out of 11
                        • First post
                          1/11
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved