Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Makefile:2075: *** missing separator. Stop.
Forum Updated to NodeBB v4.3 + New Features

Makefile:2075: *** missing separator. Stop.

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 819 Views 1 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.
  • M Offline
    M Offline
    Mc6bullet
    wrote on last edited by
    #1

    Screenshot from 2021-07-24 13-45-33.png

    Giving error as

    Makefile:2075: *** missing separator. Stop.
    13:27:37: The process "/usr/bin/make" exited with code 2.
    Error while building/deploying project qgroundcontrol (kit: Desktop Qt 5.15.2 GCC 64bit)
    The kit Desktop Qt 5.15.2 GCC 64bit has configuration issues which might be the root cause for this problem.
    When executing step "Make"

    Can anyone help me??

    JonBJ 1 Reply Last reply
    0
    • M Mc6bullet

      Screenshot from 2021-07-24 13-45-33.png

      Giving error as

      Makefile:2075: *** missing separator. Stop.
      13:27:37: The process "/usr/bin/make" exited with code 2.
      Error while building/deploying project qgroundcontrol (kit: Desktop Qt 5.15.2 GCC 64bit)
      The kit Desktop Qt 5.15.2 GCC 64bit has configuration issues which might be the root cause for this problem.
      When executing step "Make"

      Can anyone help me??

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Mc6bullet
      I don't know anything about the qgroundcontrol sources/makefiles. But from the command line you show (and please copy and paste text for us to work with, not a pasted image!):

      • It looks like a cp -f command which is unfinished, immediately followed by a cp -r separate command, but without any, say, ; command separator. That is presumably the cause of the missing separator error message

      • \home: Presumably you are Linux, not Windows? In which case path starting with (or containing) a \ will not be right.

      Did you do whatever to correctly configure for your Linux?

      M 1 Reply Last reply
      0
      • JonBJ JonB

        @Mc6bullet
        I don't know anything about the qgroundcontrol sources/makefiles. But from the command line you show (and please copy and paste text for us to work with, not a pasted image!):

        • It looks like a cp -f command which is unfinished, immediately followed by a cp -r separate command, but without any, say, ; command separator. That is presumably the cause of the missing separator error message

        • \home: Presumably you are Linux, not Windows? In which case path starting with (or containing) a \ will not be right.

        Did you do whatever to correctly configure for your Linux?

        M Offline
        M Offline
        Mc6bullet
        wrote on last edited by
        #3

        @JonB echo Copying files && cp -f -R
        actually error showing at this line

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

          Hi,

          How did you get the sources ?

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

          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