paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] error while buiding code for quad lisa/m


From: Felix Ruess
Subject: Re: [Paparazzi-devel] error while buiding code for quad lisa/m
Date: Sun, 8 Sep 2013 21:20:20 +0200

There is no need to install libopencm3 separately...

Go to your paparazzi directory and run:
$ cat .git/config | grep -A 1 submodule

You should see the following as output:
[submodule "sw/ext/libopencm3"]
url = "">
--
[submodule "sw/ext/luftboot"]
url = "" href="https://github.com/paparazzi/luftboot.git">https://github.com/paparazzi/luftboot.git

If the url for libopencm3 is different (the old sourceforge url), then run
$ git submodule sync
and afterwards
$ make clean && make


On Sun, Sep 8, 2013 at 8:31 PM, evan igor <address@hidden> wrote:
but when i'm trying to install it independently by the following steps
$ git clone git://github.com/libopencm3/libopencm3.git
$ cd libopencm3
$ make
the following error happened 
make[1]: arm-none-eabi-gcc: Command not found
make[1]: *** [flash.o] Error 127
make: *** [lib/stm32/f0] Error 2


_______________________________________________
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]