paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Installing Paparazzi on the Pcduino3.


From: Felix Ruess
Subject: Re: [Paparazzi-devel] Installing Paparazzi on the Pcduino3.
Date: Mon, 6 Apr 2015 07:46:53 +0200

So that is the problem then. The linaro image you are using uses an older 3.4 kernel while the official Ubuntu arm image uses a more recent one (3.13 I think).

Hence the packages in the PPA are built with support for SO_REUSEPORT but your kernel does not support it.

So you have to build ivy from source or use a more recent kernel (>= 3.9)

Cheers, Felix

Linux kernel version "Linux linaro-alip 3.4.79+"

<http://lists.paparazziuav.org/file/n16945/kernel.png>



paparazzi installation with by the following steps.
(http://wiki.paparazziuav.org/wiki/Installation/BeagleBoneBlack)

$ sudo add-apt-repository ppa:paparazzi-uav/ppa
$ sudo apt-get update
$ sudo apt-get install paparazzi-dev gcc-arm-none-eabi

git clone https://github.com/paparazzi/paparazzi.git
git checkout master
make
make ground_segment.opt




--
View this message in context: http://lists.paparazziuav.org/Installing-Paparazzi-on-the-Pcduino3-tp16943p16945.html
Sent from the paparazzi-devel mailing list archive at Nabble.com.

_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]