So I wanna write some simple programs for the Crazyflie in C++, I use the VM and eclipse but I keep running into problems. I've been googeling and troubleshooting and found out that I need to install a G++ package (Gnu C++ compiler). The easy way to do this is just to run a command in the Terminal like:
sudo apt-get install g++
But when I run this command the Terminal responds like this:
"[sudo] password for bitcraze:"
So, what is the password for bitcraze? And also, are others experiencing problem compiling C++ code in VM?
Br
Erling
VM G++ installation requires password
Re: VM G++ installation requires password
Hi Erling,
The password is crazyflie. The VM is an unmodified XUbuntu distribution so you should have no problem compiling C++ after installing g++.
Best regards,
Arnaud
The password is crazyflie. The VM is an unmodified XUbuntu distribution so you should have no problem compiling C++ after installing g++.
Best regards,
Arnaud