Hello
I installed the last version of crazyflie-firmware together with arm tool.
The response to my make is:
"one or more of the git submodules are not initialized"
When I do git submodule update, I get:
"fatal:unable to access 'https://github.com/throwtheswitch/unity.git/':transfer closed with outstanding read data remaining"
Thank you for help
Best regards
Jean-Claude M.
[SOLVED]Xubuntu 16.04 crazyflie-firmware
[SOLVED]Xubuntu 16.04 crazyflie-firmware
Last edited by Mitteau on Wed Jul 12, 2017 7:56 am, edited 1 time in total.
Re: Xubuntu 16.04 crazyflie-firmware
Hello,
I get the exact same issue when trying to compile. I followed the tutorial here : https://www.bitcraze.io/getting-started ... velopment/
Thanks for the help.
EDIT:
I found the solution.
Open a terminal and type in :
cd projects/crazyflie-firmware/
git submodule init
git submodule update
It should work after doing that.
Cheers,
Etienne
I get the exact same issue when trying to compile. I followed the tutorial here : https://www.bitcraze.io/getting-started ... velopment/
Thanks for the help.
EDIT:
I found the solution.
Open a terminal and type in :
cd projects/crazyflie-firmware/
git submodule init
git submodule update
It should work after doing that.
Cheers,
Etienne