paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] 答复: Problem with luftboot on Lisa M 2.1


From: Felix Ruess
Subject: Re: [Paparazzi-devel] 答复: Problem with luftboot on Lisa M 2.1
Date: Mon, 5 Jan 2015 12:07:54 +0100

Run a make clean first, then make again.

In any case you should pull the latest v5.3, you are on v5.3.3_testing-0-g3e61629 but luftboot was updated in v5.3.3_testing-12-g334eec6

On Mon, Jan 5, 2015 at 9:33 AM, banditniu <address@hidden> wrote:
There are some errors after  call git checkout v5.3  and call make in
terminal as follows:

/address@hidden:/home/bandit/paparazzi# make
------------------------------------------------------------
Building Paparazzi version v5.3.3_testing-0-g3e61629-dirty
------------------------------------------------------------
make -C data/maps
-----------------------------------------------
DOWNLOAD: google maps version code
Could not download google maps version code
-----------------------------------------------
make[1]: *** [/home/bandit/paparazzi/conf/maps_data/maps.google.com] 错误 1
make: [update_google_version] 错误 2 (忽略)
[ -L conf/control_panel.xml ] || [ -f conf/control_panel.xml ] || cp
conf/control_panel_example.xml conf/control_panel.xml
make -C sw/lib/ocaml
OCY expr_parser.mly
OCL expr_lexer.mll
40 states, 423 transitions, table size 1932 bytes
DEPEND .depend
OC fig.mli
OC fig.ml
OC debug.mli
OC debug.ml
OC base64.mli
OC base64.ml
OC serial.mli
OC serial.ml
OC ocaml_tools.mli
OC ocaml_tools.ml
OC expr_syntax.mli
OC expr_syntax.ml
OC expr_parser.mli
OC expr_parser.ml
OC expr_lexer.ml
OC extXml.mli
...
...
make -C sw/ext
  GENHDR  include/libopencm3/stm32/f4/irq.json
  GENHDR  include/libopencm3/stm32/f1/irq.json
  GENHDR  include/libopencm3/stm32/f2/irq.json
  GENHDR  include/libopencm3/stm32/f3/irq.json
  GENHDR  include/libopencm3/stm32/f0/irq.json
  GENHDR  include/libopencm3/stm32/l0/irq.json
  GENHDR  include/libopencm3/stm32/l1/irq.json
  GENHDR  include/libopencm3/lpc13xx/irq.json
  GENHDR  include/libopencm3/lm3s/irq.json
  GENHDR  include/libopencm3/vf6xx/irq.json
  GENHDR  include/libopencm3/efm32/efm32tg/irq.json
  GENHDR  include/libopencm3/efm32/efm32lg/irq.json
  GENHDR  include/libopencm3/efm32/efm32gg/irq.json
  GENHDR  include/libopencm3/efm32/efm32g/irq.json
  GENHDR  include/libopencm3/sam/3a/irq.json
  GENHDR  include/libopencm3/sam/3s/irq.json
  GENHDR  include/libopencm3/sam/3n/irq.json
  GENHDR  include/libopencm3/sam/3u/irq.json
  GENHDR  include/libopencm3/sam/3x/irq.json
  GENHDR  include/libopencm3/lpc43xx/m4/irq.json
  GENHDR  include/libopencm3/lpc43xx/m0/irq.json
  GENHDR  include/libopencm3/lpc17xx/irq.json
  BUILD   lib/stm32/f1
  CP      libopencm3_stm32f1.ld
  CC      adc.c
  CC      adc_common_v1.c
  CC      can.c
  CC      desig.c
  CC      ethernet.c
  CC      flash.c
  CC      gpio.c
  CC      rcc.c
  CC      rtc.c
  CC      timer.c
  CC      crc_common_all.c
  CC      dac_common_all.c
  CC      dma_common_l1f013.c
  CC      gpio_common_all.c
  CC      i2c_common_all.c
  CC      iwdg_common_all.c
  CC      pwr_common_all.c
  CC      spi_common_all.c
  CC      spi_common_l1f124.c
  CC      timer_common_all.c
  CC      usart_common_all.c
  CC      usart_common_f124.c
  CC      rcc_common_all.c
  CC      exti_common_all.c
  CC      flash_common_f01.c
  CC      usb.c
  CC      usb_control.c
  CC      usb_standard.c
../../usb/usb_standard.c: In function 'build_config_descriptor':
../../usb/usb_standard.c:108:11: error: 'const struct
usb_endpoint_descriptor' has no member named 'extra'
     if (ep->extra) {
           ^
../../usb/usb_standard.c:109:20: error: 'const struct
usb_endpoint_descriptor' has no member named 'extra'
      memcpy(buf, ep->extra,
                    ^
In file included from ../../usb/usb_standard.c:34:0:
../../usb/usb_standard.c:110:32: error: 'const struct
usb_endpoint_descriptor' has no member named 'extralen'
             count = MIN(len, ep->extralen));
                                ^
../../usb/usb_private.h:44:27: note: in definition of macro 'MIN'
 #define MIN(a, b) ((a) < (b) ? (a) : (b))
                           ^
../../usb/usb_standard.c:110:32: error: 'const struct
usb_endpoint_descriptor' has no member named 'extralen'
             count = MIN(len, ep->extralen));
                                ^
../../usb/usb_private.h:44:39: note: in definition of macro 'MIN'
 #define MIN(a, b) ((a) < (b) ? (a) : (b))
                                       ^
../../usb/usb_standard.c:114:20: error: 'const struct
usb_endpoint_descriptor' has no member named 'extralen'
      totallen += ep->extralen;
                    ^
make[3]: *** [usb_standard.o] 错误 1
make[2]: *** [lib/stm32/f1] 错误 2
make[1]: *** [libopencm3.module] 错误 2
make: *** [ext] 错误 2
address@hidden:/home/bandit/paparazzi# ^C
address@hidden:/home/bandit/paparazzi#
/







--
View this message in context: http://lists.paparazziuav.org/Problem-with-luftboot-on-Lisa-M-2-1-tp16558p16604.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]