|
From: | Stephen L Hulme |
Subject: | Re: [Paparazzi-devel] Build errors in Paparazzi v4.0.4 |
Date: | Sun, 23 Mar 2014 09:48:04 +1300 |
Hi Felix and Heinrich
Thank you for the much needed advice.
It must be the case that SUMO compiles because I set up an operational test
bench of all the requisite hardware prior to installation. Unfortunately, I am
part way through finishing this build and critical wiring is embedded in the
fuse but not yet attached to the appropriate component. I will dig out the the
Tiny Chimu funjet and test to see if it still compiles with v4.2 branch.
Nonetheless, I have upgraded the LisaL quad airframe file to compile using
the most recent master branch. I intend testing it later this evening. RAW
sensors telemetry confirms all are producing sensible/acceptable output except
the diff barometer which remains silent with a zero reading – I guess it is not
supported in this latest branch version.
Regards
Stephen
Hi Stephen,
The LPC based SUMO should even compile fine with the current
gcc-arm-embedded toolchain. But for STM32 based ones on these old branches you
really need paparazzi-arm-mulitlib which includes some STM libs that are not in
gcc-arm-embedded (and we don't use anymore since v5.0).
If you have an arm-none-eabi-gcc compiler binary in your PATH, that will be
used, regardless of whether it has the stm libs or not...
Now you could either modify the makefile to not look in the PATH at all and
only accept the paparazzi-arm-multilib one in /opt,
or just add /opt/paparazzi/arm-multilib/bin to come first in your
PATH.
$ export PATH=/opt/paparazzi/arm-multilib/bin:$PATH
Check with
$ which arm-none-eabi-gcc
on the commandline.
Cheers, Felix
On Sat, Mar 22, 2014 at 8:57 AM, Prof. Dr.-Ing. Heinrich
Warmers <address@hidden> wrote:
Hi,
_______________________________________________ Paparazzi-devel mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/paparazzi-devel |
[Prev in Thread] | Current Thread | [Next in Thread] |