paparazzi-devel
[Top][All Lists]
Advanced

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

[Paparazzi-devel] adc_generic.c not found for target ap


From: Wolfgang Schaeper
Subject: [Paparazzi-devel] adc_generic.c not found for target ap
Date: Sun, 5 Dec 2010 17:49:13 +0100

Hi all,
I am updating my old PPRZ files to the latest PPRZ version downloaded
26/11/2010.

I am currently stuck to a problem when using adc.generic and compiling to
target ap. Compiling to sim and executing is okay.
In the DEPEND section the following error message comes up (for any
combination of airframe and flight_plan using adc.generic):
 
DEPEND /home/wolfgang/paparazzi/var/easyglider/ap/.depend
arm-elf-gcc: ./adc_generic.c: No such file or directory
make[1]: Leaving directory `/home/wolfgang/paparazzi/sw/airborne'
make[1]: Entering directory `/home/wolfgang/paparazzi/sw/airborne'
make[1]: *** No rule to make target
`/home/wolfgang/paparazzi/var/easyglider/ap/ap.elf', needed by `elf'.  Stop.
make[1]: Leavin
 
To activate adc_generic I added these lines to my airframe.xml:
 
<airframe name="Funjet Tiny 2.11">
  .
  (more subsystems)
  .
    <subsystem name="adc"             type="generic">
      <param name="ADC_GENERIC1"        value="ADC_3"/> <!-- temperauture
sensor -->
    </subsystem>
  </firmware>
 
  <modules main_freq="4">
    <load name="adc_generic.xml"/>
  </modules>
 
adc_generic.xml specifies the new location of adc_generic.c which now is
sw/airborne/modules/adcs.
So I cannot detect any mistake, at least I can't find it.
Has anybody encountered and solved this problem?
 
Kind regards and thanks for help,
Wolfgang




reply via email to

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