Problems Compiling Crazyflie 2.0 Firmware
Posted: Tue Dec 16, 2014 8:20 pm
Hello,
I tried to compile the Crazyflie 2.0 firmware downloaded from GitHub.
I have Python 2.7.9 installed and tortoise hg.
Here's my console output:
Anyone has a suggestion to me? I tried for hours but no success :/
Thanks!
I tried to compile the Crazyflie 2.0 firmware downloaded from GitHub.
I have Python 2.7.9 installed and tortoise hg.
Here's my console output:
Code: Select all
.......
CC cfassert.o
CC configblock.o
CC eprintf.o
CC crc.o
CC fp16.o
CC debug.o
CC abort.o
VTMPL version.c
Traceback (most recent call last):
File "scripts/versionTemplate.py", line 23, in <module>
revision = subprocess.check_output(["git", "rev-parse", "HEAD"]).strip()
File "C:\Python27\lib\subprocess.py", line 566, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "C:\Python27\lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] Das System kann die angegebene Datei nicht finden
make: *** [version.c] Error 1
Thanks!