|
From: | Jorn Anke |
Subject: | Re: [Paparazzi-devel] Compile error on Ubuntu 13.10 |
Date: | Tue, 29 Oct 2013 00:04:44 +0100 |
¦ From which version did you upgrade? I think it was a fresh installation, (-or maybe from master about 6 months back) ¦ Can you please post the output of
¦ dpkg --status paparazzi-arm-multilib dpkg-query: package 'paparazzi-arm-multilib' is not installed and no information is available Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. ¦ arm-none-eabi-gcc --version should report the version of the toolchain you unpacked from the tarball. Date: Mon, 28 Oct 2013 22:37:49 +0100 From: address@hidden To: address@hidden Subject: Re: [Paparazzi-devel] Compile error on Ubuntu 13.10 Hi,
Ok. So the paparazzi-arm-multilib toolchain you (still) have installed is not compatible... And since there is no paparazzi-arm-multilib package for saucy yet this is a leftover from your previous ubuntu version.
Was simply doubting my memory before and thought I already built one for saucy since you were using it... (didn't check...) From which version did you upgrade? Can you please post the output of
dpkg --status paparazzi-arm-multilib
Of course: you executed the same old binary from paparazzi-arm-multilib (as I asked you to) and not the binary from the gcc-arm-embedded toolchain.
If you have added the upacked gcc-arm-embedded to your PATH, simply running arm-none-eabi-gcc --version should report the version of the toolchain you unpacked from the tarball. With that you should be able to compile your airframe just fine. (The output should also tell you that you are using the other toolchain now). Make sure that this PATH is set correctly and re-open paparazzi center if you exported the new PATH after launching it...
I obviously haven't tested it, but the tarball should work fine on 13.10 (saucy).
_______________________________________________ Paparazzi-devel mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/paparazzi-devel |
[Prev in Thread] | Current Thread | [Next in Thread] |