paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] Problem compiling for simulation - undefined refer


From: Jorn Anke
Subject: Re: [Paparazzi-devel] Problem compiling for simulation - undefined reference to `ahrs_update_gps'
Date: Mon, 17 Sep 2012 16:38:11 +0200

Thanks, it workes!
 
Cheers,
 
Jorn
-------------
Hi,

The ins module you are using doesn't really implement the sim part. You can try to replace:

<target name="sim"             board="pc"/>

by

<target name="sim"    board="pc">
  <subsystem name="ahrs" type="float_dcm"/>
</target>

maybe some defines will be missing.

Of course, supporting directly sim would be better. Patches are welcome.

Gautier



reply via email to

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