paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] BeagleBone B Compelling AP


From: Felix Ruess
Subject: Re: [Paparazzi-devel] BeagleBone B Compelling AP
Date: Tue, 13 May 2014 11:17:57 +0200

Hi Martin,

Well, as said before the binary packages of the gcc-arm-embedded toolchain (tarball that you "installed") are for i386, so they won't work on ARM...
You can try to build it on ARM from the sources yourself or check if you can install gcc-arm-none-eabi from debian testing...

Cheers, Felix

On Tue, May 13, 2014 at 10:41 AM, martinvk <address@hidden> wrote:

Hello Felix,


i tested it with the standard Mircojet from the Masterbranch and nothing was
change.

I use the standard elinux debian for the BBB an Raspberry (raspbian).
http://elinux.org/BeagleBoardDebian#Debian_Stable_.28wheezy.29

All on the hardfloat installed and the toolchain with this command:

cd ~
wget
https://launchpad.net/gcc-arm-embedded/4.7/4.7-2013-q3-update/+download/gcc-arm-none-eabi-4_7-2013q3-20130916-linux.tar.bz2
tar -vjxf gcc-arm-none-eabi-4_7-2013q3-20130916-linux.tar.bz2
exportline="export PATH=$HOME/gcc-arm-none-eabi-4_7-2013q3/bin:\$PATH"
if grep -Fxq "$exportline" ~/.profile; then echo nothing to do ; else echo
$exportline >> ~/.profile; fi
. ~/.profile


this is the problem from raspberry pi and the beagleboneblack. That is the
same failure:


cd sw/airborne; make -j1 TARGET=ap all
/home/pi/gcc-arm-none-eabi-4_7-2013q3/bin/arm-none-eabi-gcc: 1:
/home/pi/gcc-arm-none-eabi-4_7-2013q3/bin/arm-none-eabi-gcc: Syntax error:
Unterminated quoted string
make[1]: Entering directory `/home/pi/paparazzi/sw/airborne'

GCC version:

AS /home/pi/paparazzi/var/aircrafts/Microjet/ap/crt0.o
/home/pi/gcc-arm-none-eabi-4_7-2013q3/bin/arm-none-eabi-gcc: 1:
/home/pi/gcc-arm-none-eabi-4_7-2013q3/bin/arm-none-eabi-gcc: Syntax error:
Unterminated quoted string
make[1]: *** [/home/pi/paparazzi/var/aircrafts/Microjet/ap/crt0.o] Error 2
make[1]: Leaving directory `/home/pi/paparazzi/sw/airborne'
make: *** [ap.compile] Error 2
make: Leaving directory `/home/pi/paparazzi'

FAILED 'make -C /home/pi/paparazzi -f Makefile.ac AIRCRAFT=Microjet
ap.compile' with code 2





It is possible to compile an ap on the raspberry pi?
regrads,
Martin



--
View this message in context: http://lists.paparazziuav.org/BeagleBone-B-Compelling-AP-tp15334p15372.html
Sent from the paparazzi-devel mailing list archive at Nabble.com.

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