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.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 said in you don't seem to have 'make' or 'qmake' in your PATH:

    is present in my system

    It needs to be present in your sysroot since you're cross compiling

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

    @jsulm yes this library is present in sysroot also..

    here is the attachement

    library.png

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

      when I gave the command below

      qmake --version

      The result is:

      Qmake version 3.1
      using Qt version 5.9.5 in /usr/lib/x86_64-linux-gnu

      Is this any issue?

      jsulmJ 1 Reply Last reply
      0
      • A Asha

        when I gave the command below

        qmake --version

        The result is:

        Qmake version 3.1
        using Qt version 5.9.5 in /usr/lib/x86_64-linux-gnu

        Is this any issue?

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

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

        Is this any issue?

        No, this is qmake from Qt delivered by Ubuntu.
        qmake for your cross compiled Qt will be built when you cross compile Qt, but I don't know why you get that libstdc++ error.

        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:

          Is this any issue?

          No, this is qmake from Qt delivered by Ubuntu.
          qmake for your cross compiled Qt will be built when you cross compile Qt, but I don't know why you get that libstdc++ error.

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

          @jsulm while getting that error,I inserted below line in my qmake.conf file

          QMAKE_LIBDIR=/home/beagle/BBB/sysroot/usr/lib/arm-linux-gnueabihf

          after this tried once again for configure...now facing the error

          meta.o: file not recognized: File format not recognized
          collect2:error: ld returned 1 exit status
          Makefile:189: recipe for target '../bin/qmake'failed
          make: ***[../bin/qmake] Error1

          when I checked meta.o file with the command

          file meta.o

          The result is:
          meta.o: ELF 64-bit LSB relocatable,x86-64,version 1(SYSV) ,with debug info,not stripped

          Here is the attachement

          meta.o.png

          Where other file are 32bit ELF with ARM.....

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

            How to install this libraries libstdc++.so.6 and libgcc_s.so.1

            jsulmJ 1 Reply Last reply
            0
            • A Asha

              How to install this libraries libstdc++.so.6 and libgcc_s.so.1

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

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

              How to install this libraries libstdc++.so.6 and libgcc_s.so.1

              There is nothing to install: these files are part of your sysroot.

              "meta.o: ELF 64-bit LSB relocatable,x86-64,version 1(SYSV) ,with debug info,not stripped" - this file is apparently built for Intel x86_64, not ARM.

              Delete the content of the build directory, run configure and build again. And check your configure call (parameter you pass to it).

              Take a look at this: https://wiki.qt.io/BeagleBone_Black_Beginners_Guide

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

              1 Reply Last reply
              1
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #37

                In addition to @jsulm, delete the build folder itself and re-create it. There might be hidden files created that can still influence.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                A 1 Reply Last reply
                0
                • SGaistS SGaist

                  In addition to @jsulm, delete the build folder itself and re-create it. There might be hidden files created that can still influence.

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

                  @SGaist
                  tried with this also..Sir

                  getting same error Libstdc++.so.6:No such file or directory

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

                    This is the simple question where I am going to ask..

                    But I want clarification....

                    I need to configure on my host machine or target machine?(My ans is,on host machine is it correct?)

                    jsulmJ 1 Reply Last reply
                    0
                    • A Asha

                      This is the simple question where I am going to ask..

                      But I want clarification....

                      I need to configure on my host machine or target machine?(My ans is,on host machine is it correct?)

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

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

                      on host machine is it correct?

                      yes, cross compilation means that you build on host but for target device

                      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:

                        on host machine is it correct?

                        yes, cross compilation means that you build on host but for target device

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

                        @jsulm

                        Hi,

                        Now I am able to configure,but gettting one warning...please go throught the attachement..

                        config (1).png

                        can I proceed next...

                        jsulmJ 1 Reply Last reply
                        0
                        • A Asha

                          @jsulm

                          Hi,

                          Now I am able to configure,but gettting one warning...please go throught the attachement..

                          config (1).png

                          can I proceed next...

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

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

                          can I proceed next

                          If you don't need QDoc then yes you can...

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

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

                            Actually,I am cross compiling for embedded beagleboneboard

                            where I want to execute c,c++ files...for that QDoc is required?

                            If I want QDoc means,what I do for this?

                            jsulmJ 1 Reply Last reply
                            0
                            • A Asha

                              Actually,I am cross compiling for embedded beagleboneboard

                              where I want to execute c,c++ files...for that QDoc is required?

                              If I want QDoc means,what I do for this?

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

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

                              for that QDoc is required?

                              No, it is only required to build Qt documentation which you do not need to run Qt applications.

                              "If I want QDoc means,what I do for this?" - read the warning - it already suggests what to do...

                              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:

                                for that QDoc is required?

                                No, it is only required to build Qt documentation which you do not need to run Qt applications.

                                "If I want QDoc means,what I do for this?" - read the warning - it already suggests what to do...

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

                                @jsulm ok..

                                after configuring..I build the qt ..

                                while giving make -j4..

                                The result is

                                make.png

                                Is there any issues..or its correct..can I install it..

                                jsulmJ 1 Reply Last reply
                                0
                                • A Asha

                                  @jsulm ok..

                                  after configuring..I build the qt ..

                                  while giving make -j4..

                                  The result is

                                  make.png

                                  Is there any issues..or its correct..can I install it..

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

                                  @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
                                  

                                  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:

                                    Is there any issues

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

                                    make install
                                    
                                    A Offline
                                    A Offline
                                    Asha
                                    wrote on 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 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..

                                      jsulmJ A 2 Replies Last reply
                                      0
                                      • A Offline
                                        A Offline
                                        Asha
                                        wrote on last edited by
                                        #49

                                        Hi..

                                        Any suggestions please...

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

                                          jsulmJ Offline
                                          jsulmJ Offline
                                          jsulm
                                          Lifetime Qt Champion
                                          wrote on 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
                                          0

                                          • Login

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