VM G++ installation requires password

Post here to get support
Post Reply
erlingrj
Beginner
Posts: 23
Joined: Mon May 12, 2014 12:17 pm

VM G++ installation requires password

Post 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
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: VM G++ installation requires password

Post 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
Post Reply