Page 1 of 1

VM G++ installation requires password

Posted: Mon Aug 11, 2014 8:19 am
by erlingrj
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

Re: VM G++ installation requires password

Posted: Mon Aug 11, 2014 8:35 am
by arnaud
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