This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

qmake - No such file or directory

Hi,
I thank you for all your kind reply for my previous post.


1) I install Ubuntu 12.04 32bit
2) I install QT 5.4.1 version
3) I install TI-SDK-AM37x-EVM-06.00


Then I get correct toolchain from ACS (acs.com.hk) for ACR890 pos terminal.

I unpack the correct toolchain and copied into home/ntms/ location. Now there is a qmake in home/ntms/linux-devkit/bin/qmake.


I start my QT 5.4.1 (creator 3.3.1) and create a QT Widgets App. (Sample HelloWorld). ACS advice me to use new toolchain and register to QT. So in project > manage kits section I goto QT version. And try to add new kits. There is a auto-detected qmake version (/home/ntms/Qt5.4.1/5.4/gcc/bin/qmake). I use add button to enter new qmake manually.


As soon as I choose the qmake in (home/ntms/linux-devkit/bin/qmake) I get an error that says:


***The qmake executable home/ntms/linux-devkit/bin/qmake could not be added. Cannot start "home/ntms/linux-devkit/bin/qmake": No such file or directory.***

Any help please?


Kind Regards

  • Neither Qt nor ACS toolchain are TI products. This forum supports only the TI Sitara processor family.
  • Thank you,

    Where I can get  answer for TI-SDK-AM37x-EVM-06.00 toolchain and QT questions?

    Kind Regards,

  • Hello Niyazi,

    We support only the TI products here. For third-party products you can contact their supports.

    Regarding the error which you have got. What are the outputs of these two commands?

    ntms@ubuntu:~$ file /home/ntms/linux-devkit/bin/qmake
    ntms@ubuntu:~$ /home/ntms/linux-devkit/bin/qmake

    Best regards,
    Kemal

  • Thank you Kemal,

    Here is the output:

    ntms@ubuntu:~$ file /home/ntms/linux-devkit/bin/qmake
    /home/ntms/linux-devkit/bin/qmake: symbolic link to `qmake2'
    ntms@ubuntu:~$ /home/ntms/linux-devkit/bin/qmake
    bash: /home/ntms/linux-devkit/bin/qmake: No such file or directory
    ntms@ubuntu:~$

    And here is the qmake2:

    ntms@ubuntu:~$ file /home/ntms/linux-devkit/bin/qmake2
    /home/ntms/linux-devkit/bin/qmake2: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, stripped
    ntms@ubuntu:~$ /home/ntms/linux-devkit/bin/qmake2
    bash: /home/ntms/linux-devkit/bin/qmake2: No such file or directory
    ntms@ubuntu:~$


    Kind Regards

     

  • and these:

    ntms@ubuntu:~$ objdump -p /home/ntms/linux-devkit/bin/qmake2 | grep NEEDED
    ntms@ubuntu:~$ ldd /home/ntms/linux-devkit/bin/qmake2
  • Hi Kemal,

    Here is the output:

    ntms@ubuntu:~$ objdump -p /home/ntms/linux-devkit/bin/qmake2 | grep NEEDED
      NEEDED               libstdc++.so.6
      NEEDED               libm.so.6
      NEEDED               libgcc_s.so.1
      NEEDED               libc.so.6
    ntms@ubuntu:~$ ldd /home/ntms/linux-devkit/bin/qmake2
        linux-gate.so.1 =>  (0xb77b3000)
        libstdc++.so.6 => /home/ntms/linux-devkit/bin/../lib/libstdc++.so.6 (0xb76c8000)
        libm.so.6 => /home/ntms/linux-devkit/bin/../lib/libm.so.6 (0xb76a3000)
        libgcc_s.so.1 => /home/ntms/linux-devkit/bin/../lib/libgcc_s.so.1 (0xb768d000)
        libc.so.6 => /home/ntms/linux-devkit/bin/../lib/libc.so.6 (0xb7530000)
        /home/ken/ti-sdk-am37x-evm-05.07.00.00/linux-devkit/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb77b4000)
    ntms@ubuntu:~$

     

    Kind Regards