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.4k 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.
  • J jsulm
    30 Sept 2019, 06:53

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

    Is there any issues

    Do you see any? I don't.
    So just do:

    make install
    
    A Offline
    A Offline
    Asha
    wrote on 30 Sept 2019, 07:03 last edited by
    #47

    @jsulm Ok..

    I installed, the result is

    makeinstall (1).png

    Is it correct,can I proceed next..

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

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

      J A 2 Replies Last reply 30 Sept 2019, 10:39
      0
      • A Offline
        A Offline
        Asha
        wrote on 30 Sept 2019, 10:34 last edited by
        #49

        Hi..

        Any suggestions please...

        1 Reply Last reply
        0
        • A Asha
          30 Sept 2019, 08:55

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

          J Online
          J Online
          jsulm
          Lifetime Qt Champion
          wrote on 30 Sept 2019, 10:39 last edited by
          #50

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

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

          A 3 Replies Last reply 30 Sept 2019, 10:47
          0
          • J jsulm
            30 Sept 2019, 10:39

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

            A Offline
            A Offline
            Asha
            wrote on 30 Sept 2019, 10:47 last edited by
            #51

            @jsulm sorry I am not understood...I am connecting my device on devices option...running a application on qt..

            run it on device means,where?

            1 Reply Last reply
            0
            • J jsulm
              30 Sept 2019, 10:39

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

              A Offline
              A Offline
              Asha
              wrote on 30 Sept 2019, 11:08 last edited by
              #52

              @jsulm can you elaborate it please...

              1 Reply Last reply
              0
              • A Offline
                A Offline
                Asha
                wrote on 30 Sept 2019, 12:02 last edited by
                #53

                Hi....

                Any suggestions...

                1 Reply Last reply
                0
                • A Asha
                  30 Sept 2019, 08:55

                  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 30 Sept 2019, 12:31 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 30 Sept 2019, 12:43 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
                    • J jsulm
                      30 Sept 2019, 10:39

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

                      A Offline
                      A Offline
                      Asha
                      wrote on 1 Oct 2019, 04:26 last edited by
                      #56

                      @jsulm
                      Good Morning..

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

                      J 1 Reply Last reply 1 Oct 2019, 04:38
                      0
                      • A Asha
                        1 Oct 2019, 04:26

                        @jsulm
                        Good Morning..

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

                        J Online
                        J Online
                        jsulm
                        Lifetime Qt Champion
                        wrote on 1 Oct 2019, 04:38 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 1 Oct 2019, 05:21
                        0
                        • J jsulm
                          1 Oct 2019, 04:38

                          @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 1 Oct 2019, 05:21 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...

                          J 1 Reply Last reply 1 Oct 2019, 05:23
                          0
                          • A Asha
                            1 Oct 2019, 05:21

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

                            J Online
                            J Online
                            jsulm
                            Lifetime Qt Champion
                            wrote on 1 Oct 2019, 05:23 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 Oct 2019, 05:34
                            1
                            • J jsulm
                              1 Oct 2019, 05:23

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

                              A Offline
                              A Offline
                              Asha
                              wrote on 1 Oct 2019, 05:34 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..)..

                              J 1 Reply Last reply 1 Oct 2019, 05:36
                              0
                              • A Asha
                                1 Oct 2019, 05:34

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

                                J Online
                                J Online
                                jsulm
                                Lifetime Qt Champion
                                wrote on 1 Oct 2019, 05:36 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 Oct 2019, 05:55
                                1
                                • J jsulm
                                  1 Oct 2019, 05:36

                                  @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 1 Oct 2019, 05:55 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?)..

                                  J 1 Reply Last reply 1 Oct 2019, 05:59
                                  0
                                  • A Asha
                                    1 Oct 2019, 05:55

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

                                    J Online
                                    J Online
                                    jsulm
                                    Lifetime Qt Champion
                                    wrote on 1 Oct 2019, 05:59 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 Oct 2019, 06:33
                                    1
                                    • J jsulm
                                      1 Oct 2019, 05:59

                                      @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 1 Oct 2019, 06:33 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 1 Oct 2019, 07:08 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...

                                        J 1 Reply Last reply 1 Oct 2019, 07:13
                                        0
                                        • A Asha
                                          1 Oct 2019, 07:08

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

                                          J Online
                                          J Online
                                          jsulm
                                          Lifetime Qt Champion
                                          wrote on 1 Oct 2019, 07:13 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 1 Oct 2019, 07:56
                                          0

                                          56/84

                                          1 Oct 2019, 04:26

                                          • Login

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