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 29.7k 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
    #52

    @jsulm can you elaborate it please...

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

      Hi....

      Any suggestions...

      1 Reply Last reply
      0
      • A Asha

        Hi,

        I cross compiled qt..

        After this i installed qt 5.13.1..

        here is the kit configuration

        bbbkit.png

        Here is the qtversion selection

        qtversion (2).png

        Here is the compiler selection

        qtcmp.png

        here is the gdb selection

        qtgdb.png

        After setting this all, running a simple application..

        where I am getting the error like this

        error.png

        I am not getting ,what is the mistake please suggest me how to solve this...

        Thankyou..

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

        @Asha

        for that error..

        I am not enabled the eglfs while configuring qt5..

        while configuring I mentioned -no-egl and -no-eglfs is that any issues?...(I thought this is is issue ,while configuring i have to give -qt-egl ang -qt-eglfs)

        If this might be the issue ,then how to overcome with this...

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

          when I tried configuring with -qt-egl and -qt-eglfs ,getting the error

          ERROR: Invalid value given for boolean command line option egl

          ERROR: Invalid value given for boolean command line option eglfs

          1 Reply Last reply
          0
          • 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

                                          • Login

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