Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. ./qmake no such file or directory

./qmake no such file or directory

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
6 Posts 3 Posters 1.4k Views 1 Watching
  • 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.
  • V Offline
    V Offline
    vicky_mac
    wrote on last edited by
    #1

    I had crosscompiled qt for ubuntu16.04 using petalinux toolchain.
    It was working fine.
    Now i have coopied all the sdk folder/files to another system which has all the necessary files.

    Now when i try to add qmake from the build sdk crosscompiled above it says cannot execute qmake :execve :No such file or directory and i am not able to add this crosscompiled qt version to qtcreator.

    what could be the problem

    Also tried to execute qmake from the sdk directory and there also same error : No such file or Directory

    jsulmJ 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Call ldd on your qmake executable.

      On a side note, up until recently, Qt installation were not movable so unless you put the whole stuff in exactly the same folder tree on your other system, I wouldn't expect it to work.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • V vicky_mac

        I had crosscompiled qt for ubuntu16.04 using petalinux toolchain.
        It was working fine.
        Now i have coopied all the sdk folder/files to another system which has all the necessary files.

        Now when i try to add qmake from the build sdk crosscompiled above it says cannot execute qmake :execve :No such file or directory and i am not able to add this crosscompiled qt version to qtcreator.

        what could be the problem

        Also tried to execute qmake from the sdk directory and there also same error : No such file or Directory

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @vicky_mac said in ./qmake no such file or directory:

        Now i have coopied all the sdk folder/files to another system

        Is this other system same architecture?

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        V 1 Reply Last reply
        1
        • jsulmJ jsulm

          @vicky_mac said in ./qmake no such file or directory:

          Now i have coopied all the sdk folder/files to another system

          Is this other system same architecture?

          V Offline
          V Offline
          vicky_mac
          wrote on last edited by
          #4

          @jsulm yes
          Same.. ****

          jsulmJ 1 Reply Last reply
          0
          • V vicky_mac

            @jsulm yes
            Same.. ****

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @vicky_mac Did you try what @SGaist suggested?

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            V 1 Reply Last reply
            0
            • jsulmJ jsulm

              @vicky_mac Did you try what @SGaist suggested?

              V Offline
              V Offline
              vicky_mac
              wrote on last edited by
              #6

              @jsulm I tried but it didn't work so I created petalinux project and recompile whole sysroot for qt in new system.

              It's working fine now.

              1 Reply Last reply
              0

              • Login

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