Makefile error #7477
Unanswered
ADerSchreiber
asked this question in
Q&A
Makefile error
#7477
Replies: 1 comment 1 reply
-
Windows doesn't support |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi :-)
I am currently following this tutorial presenting the implementation of face tracking. I am currently stuck at the makefile part. Since I work on Windows 10, I got the 'make' command to work, and tried executing make in the respective directory (after inserting the values necessary for my hardware etc. in the makefile).
However, I consistently get the follow error output:
_D:\01_Lehre\Projektphase\Tello EDU\Facetracking\Tello-AI-YOLO\Darknet>make
process_begin: CreateProcess(NULL, uname, ...) failed.
Makefile:22: pipe: No error
mkdir -p ./obj/
The syntax of the command is incorrect.
make: *** [Makefile:185: obj/] Error 1_
I am attaching the full makefile. Since this is my first time working with makefiles in this way, I tried Hail Marys by rewriting some lines with no luck so far.
I'd greatly appreciate any advice, thank you in advance.
Makefile_Backup.txt
Beta Was this translation helpful? Give feedback.
All reactions