|
From: | Jake Tarren |
Subject: | Re: [Paparazzi-devel] Problem in Installation |
Date: | Wed, 23 Oct 2013 14:38:19 -0400 |
Hi,under Ubuntu 12.04 all you need to do is:sudo add-apt-repository ppa:paparazzi-uav/ppa
sudo apt-get updatesudo apt-get install paparazzi-devIf you want to use Paparazzi v4.x or earlier versions:sudo apt-get install paparazzi-arm-multilibOr if you want to use Paparazzi v5.0 or later and also want support for STM32F4 MCUs, install the gcc-arm-embedded toolchain.You can either just unpack the tarball from https://launchpad.net/gcc-arm-embedded/ and put it in your PATH,or install the binary package from either the "official" ppa:sudo add-apt-repository ppa:terry.guo/gcc-arm-embeddedOr if you want Python support in GDB, you can use mine:sudo add-apt-repository ppa:flixr/gcc-arm-embeddedThen install the gcc-arm-none-eabi package:sudo apt-get updatesudo apt-get install gcc-arm-none-eabiIf you want to use JSBSim:sudo apt-get install paparazzi-jsbsimThere should be no need to "manually" install other packages to compile Paparazzi.If you do get some errors, please post the full output with details of which packages you installed and which paparazzi_version you are using.Cheers, FelixOn Mon, Oct 14, 2013 at 10:39 AM, masoumeh hamidi <address@hidden> wrote:
_______________________________________________Hi every one,I am installing paparazzi on ubuntu 12.04. I am following all the instructions in page http://paparazzi.enac.fr/wiki/Installation/Linux. But I have got a lot of errors in making paparazzi!!!! after manually installation of many packages, now I see the following error when I try to make paparazzi.I cannot fix this error.
{make -C sw/lib/ocaml
OC fig.ml
File "fig.ml", line 1, characters 0-1:
Error: Could not find the .cmi file for interface fig.mli.
make[1]: *** [fig.cmo] Error 2
make: *** [libpprz] Error 2
}Please help me. what can I do?
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
[Prev in Thread] | Current Thread | [Next in Thread] |