Error while "make all"

Firmware/software/electronics/mechanics
Post Reply
ncotman
Beginner
Posts: 1
Joined: Sun Jan 05, 2020 4:36 pm

Error while "make all"

Post by ncotman »

Hello everybody,

As part of a lesson at my university in Belgium, we have to work on the crazyflie in order to create an autonomous flight by ourself. We are totally new in electronics and programmation. We use a VirtualBox to work on the drone.

Unfortunately, me and my group have a lot of difficulties to achieve this goal. One of our problem is that when we "make all" an error message appears (see the photo).

We can't find the solution to this problem which is maybe easy but we can't find why there is this error because we have never touched at this file.

If someone could help us for this problem and maybe more in order to help us to pass our exam about Crazyflie ! :D

Thank you all !

Nicolas
Attachments
VirtualBox_BitcrazeVM_05_01_2020_17_40_59.png
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: Error while "make all"

Post by arnaud »

Hi,

I do not recognize this error.

The first things to check is that you have a clean updated source tree. You can do so running the following commands:

Code: Select all

make clean
make mrproper
git pull
git checkout master
git submodule update --init
make
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: Error while "make all"

Post by kimberly »

Hi @ncotman

Did this resolve your problem?
Post Reply