paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] Latest paparazzi version errors and warnings.


From: Felix Ruess
Subject: Re: [Paparazzi-devel] Latest paparazzi version errors and warnings.
Date: Mon, 4 Jun 2012 21:20:48 +0200

Hi Chris,

seems you pulled in master, which is the development branch. See http://paparazzi.enac.fr/wiki/RepositoryStructure
And you don't seem to have the paparazzi-arm-multilib package installed. See http://paparazzi.enac.fr/wiki/Installation/Linux

I would recommend to use the v3.9 branch. If you don't have any local commits, you can easily switch to that branch:
git fetch
git checkout -b v3.9 origin/v3.9

Cheers, Felix

On Mon, Jun 4, 2012 at 9:11 PM, Chris <address@hidden> wrote:
I just did a git pull and now i have a lot of compiling problems.
Although i solved or bypassed all problems and above all i have a backup copy i feel somewhat uneasy with all those warnings

1)
I get this error during paparazzi compilation which does not affect operation of fixed wings:

remote: Counting objects: 6596, done.
remote: Compressing objects: 100% (3022/3022), done.
remote: Total 6596 (delta 4300), reused 5326 (delta 3414)
Receiving objects: 100% (6596/6596), 953.62 KiB | 373 KiB/s, done.
Resolving deltas: 100% (4300/4300), done.
Submodule path 'sw/ext/libopencm3': checked out '7011d47c70076f995e8470c59eeaa8f3efcc9f05'
/home/hendrix/paparazzi/sw/ext
make -C libopencm3 lib PREFIX=arm-none-eabi
 BUILD   lib/stm32/f1
 CC      vector.o
make[3]: arm-none-eabi-gcc: Command not found
make[3]: *** [vector.o] Error 127
make[2]: *** [lib] Error 2
make[1]: *** [libopencm3.module] Error 2
make: *** [ext] Error 2
address@hidden:~/paparazzi$ arm-none-eabi-gcc: Command not found

2)
I get strange errors like
modules/my_cam_control/my_cam_v3_1.c:59:26: floating constant in preprocessor _expression_
which weren't there in the previous versions


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