|
From: | hendrixgr . |
Subject: | Re: [Paparazzi-devel] difficulties to start again |
Date: | Tue, 26 Jan 2016 20:07:29 +0200 |
ChrisNow on to understand the new messaging system.I just found what was wrong after 3 hours of searching and watching the new x files episode 1Of course it was my mistake....On Mon, Jan 25, 2016 at 11:17 PM, Felix Ruess <address@hidden> wrote:Could you plz check if it's mentioned in with the correct path in /home/hendrix/paparazzi/var/aircrafts/X8/ap_srcs.list and that the c file is really there?Hm... weird... it looks correct and nothing should have changed in that regard.Since the linker complains, it looks like parachute.c is not added to the sources.On Mon, Jan 25, 2016 at 5:27 PM, hendrixgr . <address@hidden> wrote:_______________________________________________Here is the xml fileThe first problem i have is that paparazzi can't find the module's periodic and init functions although they are described correctly on the module's xml file (i have triple checked the spelling of the called functions).I am trying to modify all my code and modules to the 5.8 version and it looks like nothing works :-)Hi.I had been away for quite some time but i decided to star to fly again for fun this time but i am having migration difficulties.Any help welcomed...The actual module code is in the sw/airborne/modules/parachute/ directory/home/hendrix/paparazzi/var/aircrafts/X8/ap/firmwares/fixedwing/main_ap.o: In function `modules_init':
Here is the output i get:
/home/hendrix/paparazzi/var/aircrafts/X8/ap/generated/modules.h:31: undefined reference to `parachute_init'
/home/hendrix/paparazzi/var/aircrafts/X8/ap/firmwares/fixedwing/main_ap.o: In function `modules_periodic_task':
/home/hendrix/paparazzi/var/aircrafts/X8/ap/generated/modules.h:40: undefined reference to `parachute_periodic'
collect2: error: ld returned 1 exit status
make[1]: *** [/home/hendrix/paparazzi/var/aircrafts/X8/ap/ap.elf] Error 1
make[1]: Leaving directory `/home/hendrix/paparazzi/sw/airborne'
make: *** [ap.compile] Error 2
<!DOCTYPE module SYSTEM "module.dtd">
<module name="parachute" dir="parachute">
<doc>
<description>
parachute deployement
</description>
</doc>
<header>
<file name="parachute.h"/>
</header>
<init fun="parachute_init()"/>
<periodic fun="parachute_periodic()" freq="10"/>
<makefile target="ap|sim">
<file name="parachute.c"/>
<define name="USE_PARACHUTE" value="1"/>
<define name="WIND_INFO"/>
<define name="WIND_INFO_RET"/>
<define name="PARACHUTE_DESCENT_RATE" value="3.0" />
<define name="PARACHUTE_WIND_CORRECTION" value="0.5" />
<define name="PARACHUTE_LINE_LENGTH" value="3.0" />
</makefile>
</module>
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
[Prev in Thread] | Current Thread | [Next in Thread] |