Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. cannot run: no command
Forum Updated to NodeBB v4.3 + New Features

cannot run: no command

Scheduled Pinned Locked Moved Unsolved General and Desktop
50 Posts 5 Posters 10.0k 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.
  • A Asha
    10 Sept 2019, 04:28

    Good Morning guys,

    Any suggestions please..

    J Offline
    J Offline
    jsulm
    Lifetime Qt Champion
    wrote on 10 Sept 2019, 04:33 last edited by
    #28

    @asha "how to install qt creator on ubuntu 18.04" - either install one delivered with Ubuntu using apt-get, or download QtCreator from official website.
    "which version qt is required" - you should know that. Which version do you want to use, or which version is supported by your SDK?
    "which version cross-compiler is required" - the one provided by the SDK for your device.
    "how to install that one" - should be part of the SDK.
    "how to install debugger also" - should be part of the SDK.

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

    1 Reply Last reply
    0
    • A Offline
      A Offline
      Asha
      wrote on 10 Sept 2019, 06:22 last edited by
      #29

      Thankyou for the replay,

      I done the same things..

      then also getting permission denied error while running the qt application..

      trying to login ssh root@192.168.7.2 there also same error permission denied..

      not getting what is the problem..

      J 1 Reply Last reply 10 Sept 2019, 06:38
      0
      • A Asha
        10 Sept 2019, 06:22

        Thankyou for the replay,

        I done the same things..

        then also getting permission denied error while running the qt application..

        trying to login ssh root@192.168.7.2 there also same error permission denied..

        not getting what is the problem..

        J Offline
        J Offline
        jsulm
        Lifetime Qt Champion
        wrote on 10 Sept 2019, 06:38 last edited by
        #30

        @asha said in cannot run: no command:

        trying to login ssh root@192.168.7.2 there also same error permission denied..

        So, you actually can't login using SSH?
        Then you first need to solve this problem.
        Looks like root is not allowed to login via SSH on this device.
        Do you have other users there?
        Also, see https://www.cyberciti.biz/faq/howto-limit-what-users-can-log-onto-system-via-ssh/

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

        1 Reply Last reply
        1
        • A Offline
          A Offline
          Asha
          wrote on 10 Sept 2019, 06:40 last edited by
          #31

          yes I have other user as debian, through "ssh debian@192.168.7.2" I am able to login in target machine.

          J 1 Reply Last reply 10 Sept 2019, 06:49
          0
          • A Asha
            10 Sept 2019, 06:40

            yes I have other user as debian, through "ssh debian@192.168.7.2" I am able to login in target machine.

            J Offline
            J Offline
            jsulm
            Lifetime Qt Champion
            wrote on 10 Sept 2019, 06:49 last edited by
            #32

            @asha Then either use that user or enable root login via SSH

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

            1 Reply Last reply
            0
            • A Offline
              A Offline
              Asha
              wrote on 10 Sept 2019, 08:08 last edited by
              #33

              Hi,

              I login via debian user0_1568102197808_server.png

              then enabled the root login /etc/ssh/sshd_config file0_1568102251280_root.png

              here is the running status0_1568102281150_running.png

              now I am able login as a root0_1568102312397_rootlogin (1).png

              So, I changed the directory /opt permissions here "chmod go+wx opt"

              after this all, restarted the system ,and open the qt and run the simple application, the result is0_1568102663828_result.png

              0_1568102687165_result1.png

              So now what is the problem...any idea about this...(Thankyou very much)...

              J 1 Reply Last reply 10 Sept 2019, 08:11
              0
              • A Asha
                10 Sept 2019, 08:08

                Hi,

                I login via debian user0_1568102197808_server.png

                then enabled the root login /etc/ssh/sshd_config file0_1568102251280_root.png

                here is the running status0_1568102281150_running.png

                now I am able login as a root0_1568102312397_rootlogin (1).png

                So, I changed the directory /opt permissions here "chmod go+wx opt"

                after this all, restarted the system ,and open the qt and run the simple application, the result is0_1568102663828_result.png

                0_1568102687165_result1.png

                So now what is the problem...any idea about this...(Thankyou very much)...

                J Offline
                J Offline
                jsulm
                Lifetime Qt Champion
                wrote on 10 Sept 2019, 08:11 last edited by
                #34

                @asha You did not cross compile your app for your device.
                You can verify this by doing (in a terminal):

                file PATH_TO_YOUR_EXE
                

                and checking its output.

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

                1 Reply Last reply
                1
                • A Offline
                  A Offline
                  Asha
                  wrote on 10 Sept 2019, 09:01 last edited by
                  #35

                  can you give example,for more understanding purpose

                  J 1 Reply Last reply 10 Sept 2019, 09:05
                  0
                  • A Asha
                    10 Sept 2019, 09:01

                    can you give example,for more understanding purpose

                    J Offline
                    J Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on 10 Sept 2019, 09:05 last edited by
                    #36

                    @asha You open a terminal and type "file" followed by the path to the executable file you built and press enter...
                    For more information see "man file".

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

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      Asha
                      wrote on 10 Sept 2019, 10:45 last edited by
                      #37

                      Hi,

                      the result after typing "file /usr/lib/qt5/bin/qmake"0_1568112284524_exe.png

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        Asha
                        wrote on 10 Sept 2019, 10:55 last edited by
                        #38

                        what it means,how to processed next.

                        J 1 Reply Last reply 10 Sept 2019, 10:56
                        0
                        • A Asha
                          10 Sept 2019, 10:55

                          what it means,how to processed next.

                          J Offline
                          J Offline
                          jsulm
                          Lifetime Qt Champion
                          wrote on 10 Sept 2019, 10:56 last edited by
                          #39

                          @asha Why qmake?
                          It is about your app (beagle) which is created if you build your app.

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

                          1 Reply Last reply
                          0
                          • A Offline
                            A Offline
                            Asha
                            wrote on 10 Sept 2019, 11:27 last edited by
                            #40

                            0_1568114786685_executable.png ,

                            I build the application(beagle)but i dont no where exactly the location of executable.

                            1 Reply Last reply
                            0
                            • A Offline
                              A Offline
                              Asha
                              wrote on 10 Sept 2019, 11:42 last edited by
                              #41

                              Hi,

                              Sorry,now got the build beagle executable,please go through this one0_1568115707634_beagleexe.png

                              how to processed next.

                              J 1 Reply Last reply 10 Sept 2019, 12:00
                              0
                              • A Asha
                                10 Sept 2019, 11:42

                                Hi,

                                Sorry,now got the build beagle executable,please go through this one0_1568115707634_beagleexe.png

                                how to processed next.

                                J Offline
                                J Offline
                                jsulm
                                Lifetime Qt Champion
                                wrote on 10 Sept 2019, 12:00 last edited by
                                #42

                                @asha Your binary is for x86-64 as you can see. What is your device CPU? I guess ARM?

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

                                1 Reply Last reply
                                0
                                • A Offline
                                  A Offline
                                  Asha
                                  wrote on 10 Sept 2019, 12:03 last edited by
                                  #43

                                  yes it is ARM

                                  J 1 Reply Last reply 10 Sept 2019, 12:13
                                  0
                                  • A Asha
                                    10 Sept 2019, 12:03

                                    yes it is ARM

                                    J Offline
                                    J Offline
                                    jsulm
                                    Lifetime Qt Champion
                                    wrote on 10 Sept 2019, 12:13 last edited by
                                    #44

                                    @asha Then you did NOT cross compiled your app.
                                    Is your Kit for the device configured properly?
                                    It has red exclamation mark.

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

                                    1 Reply Last reply
                                    0
                                    • A Offline
                                      A Offline
                                      Asha
                                      wrote on 10 Sept 2019, 12:34 last edited by
                                      #45

                                      Then which cross compiler I have to use,

                                      when go on kit beagleboard its displaying the details ,in that showing

                                      Error:The compiler "cross_compiler"(arm-linux-generic-elf-unknown)cannot produce code for the qt version "Qt 5.13.0 GCC 64 bit"(x86-linux-generic-elf-64bit).

                                      J P 2 Replies Last reply 10 Sept 2019, 12:36
                                      0
                                      • A Asha
                                        10 Sept 2019, 12:34

                                        Then which cross compiler I have to use,

                                        when go on kit beagleboard its displaying the details ,in that showing

                                        Error:The compiler "cross_compiler"(arm-linux-generic-elf-unknown)cannot produce code for the qt version "Qt 5.13.0 GCC 64 bit"(x86-linux-generic-elf-64bit).

                                        J Offline
                                        J Offline
                                        jsulm
                                        Lifetime Qt Champion
                                        wrote on 10 Sept 2019, 12:36 last edited by
                                        #46

                                        @asha You need cross compiled Qt. Qt you're currently using is compiled for x86 as error says. You can't use x86 binaries on ARM.

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

                                        1 Reply Last reply
                                        0
                                        • A Offline
                                          A Offline
                                          Asha
                                          wrote on 10 Sept 2019, 12:48 last edited by
                                          #47

                                          It means I have to download the qt for arm,right..

                                          I have to uninstall this qt for x86.

                                          after installing arm qt ,have to configure everything once again..

                                          right.

                                          1 Reply Last reply
                                          0

                                          37/50

                                          10 Sept 2019, 10:45

                                          • Login

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