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 30.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.
  • 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 Online
    jsulmJ Online
    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 Online
        jsulmJ Online
        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 Online
            jsulmJ Online
            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 Online
                  jsulmJ Online
                  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 Online
                      jsulmJ Online
                      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 Online
                          jsulmJ Online
                          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 Online
                                jsulmJ Online
                                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 Online
                                    jsulmJ Online
                                    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
                                    • jsulmJ jsulm

                                      @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...

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

                                      @jsulm
                                      I checked configure log file,the issues with eglfs shown below attachement, please go through this

                                      egl.png

                                      egl1.png

                                      egl2.png

                                      please let me know ,if any error is there..

                                      jsulmJ 1 Reply Last reply
                                      0
                                      • A Asha

                                        @jsulm
                                        I checked configure log file,the issues with eglfs shown below attachement, please go through this

                                        egl.png

                                        egl1.png

                                        egl2.png

                                        please let me know ,if any error is there..

                                        jsulmJ Online
                                        jsulmJ Online
                                        jsulm
                                        Lifetime Qt Champion
                                        wrote on last edited by
                                        #77

                                        @Asha As you can see EGL libraries were not found. I guess you're missing them in your sysroot.

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

                                        A 3 Replies Last reply
                                        0
                                        • jsulmJ jsulm

                                          @Asha As you can see EGL libraries were not found. I guess you're missing them in your sysroot.

                                          A Offline
                                          A Offline
                                          Asha
                                          wrote on last edited by
                                          #78
                                          This post is deleted!
                                          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