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: martinvk
Subject: Re: [Paparazzi-devel] BeagleBone B Compelling AP
Date: Tue, 13 May 2014 01:41:45 -0700 (PDT)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]