ducharmemetal / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

build fails using make instructions #819

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Following instructions here:

https://code.google.com/p/ardupilot-mega/wiki/BuildingWithMake

git clone https://code.google.com/p/ardupilot-mega/
cd ardupilot-mega/ArduCopter
make

Many errors, here's the output: http://pastebin.com/J3wRxiPh

What is the expected output? What do you see instead?

Expect successful build, receive errors.  Suspect it has something to do with 
my environment?

What version of the product are you using? On what operating system?
* current pull from the repo (08 Dec 2012)
* avr-gcc (Gentoo 4.7.2 p1.3, pie-0.5.5) 4.7.2
* arduino 1.0.1
* Linux 3.5.7-gentoo x86_64

Please provide any additional information below.

I copied the libraries to my arduino dir

cp -r ardupilot-mega/libraries/* /usr/share/arduino/libraries/

Original issue reported on code.google.com by awebs...@falsecolour.com on 8 Dec 2012 at 3:54

GoogleCodeExporter commented 9 years ago
Additionally, the same errors are given when attempting to build using either 
the arduino IDE or using cmake.

Original comment by awebs...@falsecolour.com on 8 Dec 2012 at 3:56

GoogleCodeExporter commented 9 years ago
Hi, which Arduino version was that? You need 1.0.2. Got me too.

Original comment by Soren.Kuula@gmail.com on 15 Dec 2012 at 12:15

GoogleCodeExporter commented 9 years ago
It works!  Need arduino 1.0.2

Original comment by awebs...@falsecolour.com on 25 Dec 2012 at 6:44

GoogleCodeExporter commented 9 years ago
Hi! I'm using Arduino 1.0.3 and Java8 on debian sid - I get these errors too - 
have I to downgrade on to arduino 1.0.2?

Original comment by komsys.i...@googlemail.com on 8 Feb 2013 at 4:37