paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] Who works with Lisa/L STM32 Autopilot?


From: Oliver Riesener
Subject: Re: [Paparazzi-devel] Who works with Lisa/L STM32 Autopilot?
Date: Mon, 11 Apr 2011 13:11:48 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8

Dear Matheus,
Dear Felix,

you discover a little "bug" in the toplevel Makefile of paparazzi.

It occurse only, if compiling for stm32 without installed paparazzi-lpc21  
package.

Store the attached file into you working copy and apply it with:

cd paparazzi
patch -p1 < Makefile.patch
make

Your compilation ends now with: Not building usb_lib: ARMGCC= not found
That ok, all fine.

Now it's time to start paparazzi with:
./paparazzi &

Cheers,

Oliver

PS: Hi Felix, yes it's true       test -x     without arg (eaten by make) gives 
TRUE.

test -x ; echo $?

Please apply patch to git-repository.

Have a nice day.

olri

On 10.04.2011 16:37, Matheus Siqueira Barros wrote:
Dear Oliver, it's hard!
I follow your steps from scratch and happened the following error:

/BUILD /address@hidden/paparazzi/var/include/messages.h/
/BUILD /address@hidden/paparazzi/var/include/messages2.h/
/BUILD /address@hidden/paparazzi/var/include/ubx_protocol.h/
/BUILD /address@hidden/paparazzi/var/include/xsens_protocol.h/
/BUILD /address@hidden/paparazzi/var/include/dl_protocol.h/
/BUILD /address@hidden/paparazzi/var/include/dl_protocol2.h/
/arm-elf-gcc -I./ -I../ -c -W -Wall -Os -g -mcpu=arm7tdmi -MM usbhw_lpc.c 
usbcontrol.c usbstdreq.c usbinit.c > .depend || rm -f .depend/
//bin/sh: arm-elf-gcc: not found/
/arm-elf-gcc -I./ -I../ -c -W -Wall -Os -g -mcpu=arm7tdmi   -c -o usbhw_lpc.o 
usbhw_lpc.c/
/make[1]: arm-elf-gcc: Comando não encontrado/
/make[1]: ** [usbhw_lpc.o] Erro 127/
/Not building usb_lib: ARMGCC= not found/

Cheers!


Attachment: Makefile.patch
Description: Text Data


reply via email to

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