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. you don't seem to have 'make' or 'qmake' in your PATH
Forum Updated to NodeBB v4.3 + New Features

you don't seem to have 'make' or 'qmake' in your PATH

Scheduled Pinned Locked Moved Unsolved General and Desktop
84 Posts 5 Posters 31.9k Views 2 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.
  • jsulmJ jsulm

    @Asha You can't execute your cross compiled app on your host, run it on your device.

    A Offline
    A Offline
    Asha
    wrote on last edited by
    #56

    @jsulm
    Good Morning..

    I want to know how to run it on my device..

    jsulmJ 1 Reply Last reply
    0
    • A Asha

      @jsulm
      Good Morning..

      I want to know how to run it on my device..

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

      @Asha said in you don't seem to have 'make' or 'qmake' in your PATH:

      I want to know how to run it on my device

      You can manually copy it to your device and start there.
      Back to QtCreator: does it deploy your app to your device and start it there?
      Did you copy your cross compile Qt to the device or do you deploy your app to the device with all needed Qt libraries?

      The error message in QtCreator means that you're trying to start your app using eglfs as backend but the eglfs plugin was not found. Did you build it?

      "while configuring I mentioned -no-egl and -no-eglfs is that any issues?" - which backend do you want to use? Do you use X11 on your device or something else?

      And please be more patient: people here are volinteers helping in their own time and they do not live all in the same time-zone as you.

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

      A 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Asha said in you don't seem to have 'make' or 'qmake' in your PATH:

        I want to know how to run it on my device

        You can manually copy it to your device and start there.
        Back to QtCreator: does it deploy your app to your device and start it there?
        Did you copy your cross compile Qt to the device or do you deploy your app to the device with all needed Qt libraries?

        The error message in QtCreator means that you're trying to start your app using eglfs as backend but the eglfs plugin was not found. Did you build it?

        "while configuring I mentioned -no-egl and -no-eglfs is that any issues?" - which backend do you want to use? Do you use X11 on your device or something else?

        And please be more patient: people here are volinteers helping in their own time and they do not live all in the same time-zone as you.

        A Offline
        A Offline
        Asha
        wrote on last edited by
        #58

        @jsulm

        Yes I copied,using this command

        scp -r Qt5ForBBB1 debian@192.168.7.2:Qt5ForBBB1...

        After this I followed,this steps(Qt5ForBBB, replaced with Qt5ForBBB1)

        copy.PNG

        copy1.PNG

        here is the platforms
        qtplatforms.png

        here is the compiled qt selection
        qt.png .

        "The error message in QtCreator means that you're trying to start your app using eglfs as backend but the eglfs plugin was not found. Did you build it?"
        while building I am not mentioned...

        jsulmJ 1 Reply Last reply
        0
        • A Asha

          @jsulm

          Yes I copied,using this command

          scp -r Qt5ForBBB1 debian@192.168.7.2:Qt5ForBBB1...

          After this I followed,this steps(Qt5ForBBB, replaced with Qt5ForBBB1)

          copy.PNG

          copy1.PNG

          here is the platforms
          qtplatforms.png

          here is the compiled qt selection
          qt.png .

          "The error message in QtCreator means that you're trying to start your app using eglfs as backend but the eglfs plugin was not found. Did you build it?"
          while building I am not mentioned...

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

          @Asha Which backend do you want to use? Do you have X11 on your device?

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

          A 2 Replies Last reply
          1
          • jsulmJ jsulm

            @Asha Which backend do you want to use? Do you have X11 on your device?

            A Offline
            A Offline
            Asha
            wrote on last edited by
            #60

            @jsulm yes,I have X11 on my device(/etc/X11).

            Which backend do you want to use?(sorry I am new to this,I am not getting this one..)..

            jsulmJ 1 Reply Last reply
            0
            • A Asha

              @jsulm yes,I have X11 on my device(/etc/X11).

              Which backend do you want to use?(sorry I am new to this,I am not getting this one..)..

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

              @Asha OK, in that case you need to build Qt with X11 support (add -xcb to configure). You probably will have to add some stuff to your sysroot, but run configure with -xcb first and check its output.

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

              A 1 Reply Last reply
              1
              • jsulmJ jsulm

                @Asha OK, in that case you need to build Qt with X11 support (add -xcb to configure). You probably will have to add some stuff to your sysroot, but run configure with -xcb first and check its output.

                A Offline
                A Offline
                Asha
                wrote on last edited by
                #62

                @jsulm so know can I give like this

                ./configure -platform linux-g++ -release -device linux-beagleboard-g++ -sysroot /home/beagle/BBB/sysroot -prefix /home/debian/Qt5ForBBB1 -hostprefix ~/Qt5ForBBB1 -device-option CROSS_COMPILE=/home/beagle/BBB/gcc-linaro-6.3.1/bin/arm-linux-gnueabihf- -qtxcb -recheck-all -v

                You probably will have to add some stuff to your sysroot, (which stuff I need to add?)..

                jsulmJ 1 Reply Last reply
                0
                • A Asha

                  @jsulm so know can I give like this

                  ./configure -platform linux-g++ -release -device linux-beagleboard-g++ -sysroot /home/beagle/BBB/sysroot -prefix /home/debian/Qt5ForBBB1 -hostprefix ~/Qt5ForBBB1 -device-option CROSS_COMPILE=/home/beagle/BBB/gcc-linaro-6.3.1/bin/arm-linux-gnueabihf- -qtxcb -recheck-all -v

                  You probably will have to add some stuff to your sysroot, (which stuff I need to add?)..

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

                  @Asha I think it should be -xcb not -qtxcb. You can check the available parameters calling "./configure -h".

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

                  A 1 Reply Last reply
                  1
                  • jsulmJ jsulm

                    @Asha I think it should be -xcb not -qtxcb. You can check the available parameters calling "./configure -h".

                    A Offline
                    A Offline
                    Asha
                    wrote on last edited by
                    #64

                    @jsulm yes I tried with this -xcb,the result is

                    xcb.png

                    xcb1.png ..

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      Asha
                      wrote on last edited by
                      #65

                      Hi..

                      I am getting like above screenshots,

                      xcb is enabled,but xkbcommon and libs.xcb is failed....and EGL on X11 .....no

                      how to proceed next...

                      jsulmJ 1 Reply Last reply
                      0
                      • A Asha

                        Hi..

                        I am getting like above screenshots,

                        xcb is enabled,but xkbcommon and libs.xcb is failed....and EGL on X11 .....no

                        how to proceed next...

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

                        @Asha Please check the configure log or add -v parameter to your configure call and see what exactly happens when configures checks for xcb. You probably do not have needed header files and libs in your sysroot.

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

                        A 1 Reply Last reply
                        0
                        • jsulmJ jsulm

                          @Asha Please check the configure log or add -v parameter to your configure call and see what exactly happens when configures checks for xcb. You probably do not have needed header files and libs in your sysroot.

                          A Offline
                          A Offline
                          Asha
                          wrote on last edited by
                          #67

                          @jsulm Ok..

                          please go through the config.log

                          configlog.png

                          configlog1.png .....

                          If I want to use Linuxfb backend,than how to use it because this is enabled..

                          jsulmJ 1 Reply Last reply
                          0
                          • A Asha

                            @jsulm Ok..

                            please go through the config.log

                            configlog.png

                            configlog1.png .....

                            If I want to use Linuxfb backend,than how to use it because this is enabled..

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

                            @Asha said in you don't seem to have 'make' or 'qmake' in your PATH:

                            If I want to use Linuxfb backend

                            I don't think you can use it as long as X11 is running, so first you need to stop it.
                            Then start your executable with "-platform linuxfb" parameter.
                            See https://doc.qt.io/qt-5/embedded-linux.html

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

                            A 1 Reply Last reply
                            1
                            • jsulmJ jsulm

                              @Asha said in you don't seem to have 'make' or 'qmake' in your PATH:

                              If I want to use Linuxfb backend

                              I don't think you can use it as long as X11 is running, so first you need to stop it.
                              Then start your executable with "-platform linuxfb" parameter.
                              See https://doc.qt.io/qt-5/embedded-linux.html

                              A Offline
                              A Offline
                              Asha
                              wrote on last edited by
                              #69

                              @jsulm Ok..

                              Any idea about config.log file...

                              jsulmJ 1 Reply Last reply
                              0
                              • A Asha

                                @jsulm Ok..

                                Any idea about config.log file...

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

                                @Asha said in you don't seem to have 'make' or 'qmake' in your PATH:

                                Any idea about config.log file...

                                Well, it just tells you that some things will not be built, but as long as you don't need them you can ignore that.

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

                                A 1 Reply Last reply
                                0
                                • jsulmJ jsulm

                                  @Asha said in you don't seem to have 'make' or 'qmake' in your PATH:

                                  Any idea about config.log file...

                                  Well, it just tells you that some things will not be built, but as long as you don't need them you can ignore that.

                                  A Offline
                                  A Offline
                                  Asha
                                  wrote on last edited by
                                  #71

                                  @jsulm If i ignore this things,then what is the problem,why I am getting could not find the qt platform plugin "eglfs" in "".....

                                  How to see which backend is running on my device?...

                                  jsulmJ 1 Reply Last reply
                                  0
                                  • A Offline
                                    A Offline
                                    Asha
                                    wrote on last edited by
                                    #72

                                    The error is:

                                    qt.qpa.plugin: could not find the Qt platform plugin "eglfs" in ""
                                    This application failed to start because no Qt platform plugin could be initialized.Reinstalling the application may fix this problem..

                                    Available platform plugins are: linuxfb,minimal,offscreen,vnc.

                                    Remote process crashed..

                                    "no Qt platform plugin could be initialized"
                                    how to initialize Qt platform plugin

                                    Reinstalling the application may fix this problem..
                                    not getting what to reinstall,and how?

                                    1 Reply Last reply
                                    0
                                    • A Asha

                                      @jsulm If i ignore this things,then what is the problem,why I am getting could not find the qt platform plugin "eglfs" in "".....

                                      How to see which backend is running on my device?...

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

                                      @Asha said in you don't seem to have 'make' or 'qmake' in your PATH:

                                      How to see which backend is running on my device?

                                      You should know what device you have and what is running on it. You can ask the vendor.

                                      "If i ignore this things,then what is the problem,why I am getting could not find the qt platform plugin "eglfs" in ""....." - these errors are NOT related to eglfs.

                                      If eglfs is disabled by configure then enable eglfs when calling configure and check the configure log and see what errors are there related to eglfs. You're probably missing header files and/or libraries in your sysroot.

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

                                      A 1 Reply Last reply
                                      0
                                      • jsulmJ jsulm

                                        @Asha said in you don't seem to have 'make' or 'qmake' in your PATH:

                                        How to see which backend is running on my device?

                                        You should know what device you have and what is running on it. You can ask the vendor.

                                        "If i ignore this things,then what is the problem,why I am getting could not find the qt platform plugin "eglfs" in ""....." - these errors are NOT related to eglfs.

                                        If eglfs is disabled by configure then enable eglfs when calling configure and check the configure log and see what errors are there related to eglfs. You're probably missing header files and/or libraries in your sysroot.

                                        A Offline
                                        A Offline
                                        Asha
                                        wrote on last edited by
                                        #74

                                        @jsulm

                                        You're probably missing header files and/or libraries in your sysroot(which headers and libraries are required please let me know)

                                        while deploying the kit,for sysroot
                                        I am specifing the path:

                                        /home/beagle/BBB/sysroot

                                        in this sysroot i have again four directories
                                        home lib usr sbin

                                        which one i need to select for sysroot.

                                        or I need to give the path below

                                        /home/beagle/BBB/sysroot/home/debian/Qt5ForBBB1

                                        jsulmJ 1 Reply Last reply
                                        0
                                        • A Asha

                                          @jsulm

                                          You're probably missing header files and/or libraries in your sysroot(which headers and libraries are required please let me know)

                                          while deploying the kit,for sysroot
                                          I am specifing the path:

                                          /home/beagle/BBB/sysroot

                                          in this sysroot i have again four directories
                                          home lib usr sbin

                                          which one i need to select for sysroot.

                                          or I need to give the path below

                                          /home/beagle/BBB/sysroot/home/debian/Qt5ForBBB1

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

                                          @Asha said in you don't seem to have 'make' or 'qmake' in your PATH:

                                          which one i need to select for sysroot.

                                          It is not about specifying the sysroot, you're already doing this.
                                          The actual question is: does your sysroot contain everything needed?
                                          I already suggested to check the configure log file to see whether there are any errors when configure tests for eglfs functionality...

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

                                          A 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