Makefile:2075: *** missing separator. Stop.
-
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??
-
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??
@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 acp -r
separate command, but without any, say,;
command separator. That is presumably the cause of themissing 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?
-
-
@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 acp -r
separate command, but without any, say,;
command separator. That is presumably the cause of themissing 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?
-
-
Hi,
How did you get the sources ?