paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] apogee error message when compiling simulation fil


From: Gautier Hattenberger
Subject: Re: [Paparazzi-devel] apogee error message when compiling simulation files
Date: Tue, 14 Apr 2015 10:11:27 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Hi,

The SBUS driver is not compiling in sim. The solution is to place it in the target xml node:

<firmware name="...">
  ...
  <target name="ap" board="apogee_1.0">
    <subsystem name="radio_control" type="sbus"/>
  </target>
  <target name="sim" board="pc">
    <subsystem name="radio_control" type="ppm"/>
  </target>
  ...
</firmware>

Gautier


Le 13/04/2015 16:06, dianzhichong a écrit :
     I use SBUs on the apogee board.
     I get an error message when compiling simulation files.

/var/aircrafts/apogee/sim/subsystems/radio_control/sbus.o
Subsystems/radio_control/sbus.c: In function'radio_control_impl_init':
Subsystems/radio_control/sbus.c:54:41: error: expected expression before
The 'token')
Subsystems/radio_control/sbus.c: In function'sbus_decode_event':
Subsystems/radio_control/sbus.c:67:49: error: expected expression before
The 'token')
/sim/subsystems/radio_control/sbus.o] Error 1

    Git 5.4.1

    Can someone please help? Thanks!




--
View this message in context: 
http://lists.paparazziuav.org/apogee-error-message-when-compiling-simulation-files-tp16953.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]