make the source code error,need help
Posted: Tue Jun 04, 2013 9:36 am
Hi all
I want to make the quadcopter similer as the crazyflie, but when I compile the source code, use make command, gives the error as below,can someone tell me where is the bug,Thanks.
[root@localhost bitcraze-crazyflie-firmware-e6f9fbdc42b3]# make
CLEAN_VERSION
VTMPL version.c
abort: there is no Mercurial repository here (.hg not found)
Traceback (most recent call last):
File "scripts/versionTemplate.py", line 20, in <module>
identify = subprocess.check_output(["hg", "identify", "-nitb"])
File "/usr/lib/python2.7/subprocess.py", line 544, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['hg', 'identify', '-nitb']' returned non-zero exit status 255
make: *** [version.c] Error 1
[root@localhost bitcraze-crazyflie-firmware-e6f9fbdc42b3]#
I want to make the quadcopter similer as the crazyflie, but when I compile the source code, use make command, gives the error as below,can someone tell me where is the bug,Thanks.
[root@localhost bitcraze-crazyflie-firmware-e6f9fbdc42b3]# make
CLEAN_VERSION
VTMPL version.c
abort: there is no Mercurial repository here (.hg not found)
Traceback (most recent call last):
File "scripts/versionTemplate.py", line 20, in <module>
identify = subprocess.check_output(["hg", "identify", "-nitb"])
File "/usr/lib/python2.7/subprocess.py", line 544, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['hg', 'identify', '-nitb']' returned non-zero exit status 255
make: *** [version.c] Error 1
[root@localhost bitcraze-crazyflie-firmware-e6f9fbdc42b3]#