Search found 3 matches

by redips122
Wed Dec 17, 2014 7:59 pm
Forum: Developer Discussions
Topic: Problems Compiling Crazyflie 2.0 Firmware
Replies: 4
Views: 3323

Re: Problems Compiling Crazyflie 2.0 Firmware

whoenig wrote:Make fails because git is not in your path. You would need to make sure that you can run "git" on a Windows Command Prompt. Most likely you will need to update the PATH environment variable to include the github bin directory.
Thank's! It works!
AWESOME :-)
by redips122
Wed Dec 17, 2014 9:46 am
Forum: Developer Discussions
Topic: Problems Compiling Crazyflie 2.0 Firmware
Replies: 4
Views: 3323

Re: Problems Compiling Crazyflie 2.0 Firmware

Do you have git installed? Thank you for your reply! yes i have git-hub installed. I cloned the repository to my harddrive with git-hub. After that I go in eclipse -> New -> Makefile Project with Existing Code and choose the directory of the files cloned by git-hub. ist that the right way to import...
by redips122
Tue Dec 16, 2014 8:20 pm
Forum: Developer Discussions
Topic: Problems Compiling Crazyflie 2.0 Firmware
Replies: 4
Views: 3323

Problems Compiling Crazyflie 2.0 Firmware

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: ....... 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 &...