Advertisement
Guest User

ardrone-sdk

a guest
Apr 30th, 2011
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.18 KB | None | 0 0
  1. /ARDrone_SDK_1_6_20110224/ARDroneLib/Soft/Build $ make
  2. sh ./check_dependencies.sh
  3. \033[31mChecking required Ubuntu packages ...\033[0m
  4. ./check_dependencies.sh: ligne29: dpkg : commande introuvable
  5. You should install the following packages to compile the Mykonos project with Ubuntu:\n libavformat-dev libavcodec-dev libavutil-dev libswscale-dev libavfilter-dev libcwiid1-dev libbluetooth-dev libsdl1.2-dev libgtk2.0-dev libxml2-dev libudev-dev
  6. Do you want to install them now [y/n] ?
  7. n
  8. \033[32;01mBuilding ARDroneTool/Lib\033[0m
  9. dep Platform/x86/UVLC/uvlc_codec.c
  10. dep Platform/x86/video_utils.c
  11. dep UVLC/uvlc_picture_layer.c
  12. dep UVLC/uvlc_mb_layer.c
  13. dep UVLC/uvlc_gob_layer.c
  14. dep UVLC/uvlc.c
  15. dep UVLC/uvlc_codec.c
  16. dep Stages/vlib_stage_encode.c
  17. dep Stages/vlib_stage_decode.c
  18. dep P264/video_p264.c
  19. dep P264/p264_picture_layer.c
  20. dep P264/p264_mb_layer.c
  21. dep P264/p264_gob_layer.c
  22. dep P264/p264.c
  23. dep P264/p264_codec.c
  24. dep P264/p264_merge.c
  25. dep P264/p264_inter_mc.c
  26. dep P264/p264_intra_pred.c
  27. dep P264/p264_Qp.c
  28. dep P264/p264_transform.c
  29. dep P264/p264_zigzag.c
  30. dep P263/p263_picture_layer.c
  31. dep P263/p263_gob_layer.c
  32. dep P263/p263_mb_layer.c
  33. dep P263/p263_huffman.c
  34. dep P263/p263_codec.c
  35. dep video_quantizer.c
  36. dep video_picture.c
  37. dep video_packetizer.c
  38. dep video_macroblock.c
  39. dep video_huffman.c
  40. dep video_dct.c
  41. dep video_mem32.c
  42. dep video_controller.c
  43. dep video_codec.c
  44. cc video_codec.c
  45. cc video_controller.c
  46. cc video_mem32.c
  47. cc video_dct.c
  48. cc video_huffman.c
  49. cc video_macroblock.c
  50. cc video_packetizer.c
  51. cc video_picture.c
  52. cc video_quantizer.c
  53. cc P263/p263_codec.c
  54. ../../VLIB/P263/p263_codec.c: In function ‘p263_decode_blockline’:
  55. ../../VLIB/P263/p263_codec.c:141:18: attention : variable ‘video_codec’ set but not used [-Wunused-but-set-variable]
  56. cc P263/p263_huffman.c
  57. cc P263/p263_mb_layer.c
  58. cc P263/p263_gob_layer.c
  59. cc P263/p263_picture_layer.c
  60. cc P264/p264_zigzag.c
  61. cc P264/p264_transform.c
  62. cc P264/p264_Qp.c
  63. cc P264/p264_intra_pred.c
  64. cc P264/p264_inter_mc.c
  65. cc P264/p264_merge.c
  66. cc P264/p264_codec.c
  67. ../../VLIB/P264/p264_codec.c: In function ‘p264_encode_blockline’:
  68. ../../VLIB/P264/p264_codec.c:326:27: attention : variable ‘blockline_ctx’ set but not used [-Wunused-but-set-variable]
  69. cc P264/p264.c
  70. cc P264/p264_gob_layer.c
  71. cc P264/p264_mb_layer.c
  72. cc P264/p264_picture_layer.c
  73. cc P264/video_p264.c
  74. cc Stages/vlib_stage_decode.c
  75. cc Stages/vlib_stage_encode.c
  76. cc UVLC/uvlc_codec.c
  77. ../../VLIB/UVLC/uvlc_codec.c: In function ‘uvlc_encode_blockline’:
  78. ../../VLIB/UVLC/uvlc_codec.c:258:18: attention : variable ‘video_codec’ set but not used [-Wunused-but-set-variable]
  79. ../../VLIB/UVLC/uvlc_codec.c: In function ‘uvlc_decode_blockline’:
  80. ../../VLIB/UVLC/uvlc_codec.c:400:18: attention : variable ‘video_codec’ set but not used [-Wunused-but-set-variable]
  81. cc UVLC/uvlc.c
  82. cc UVLC/uvlc_gob_layer.c
  83. cc UVLC/uvlc_mb_layer.c
  84. cc UVLC/uvlc_picture_layer.c
  85. cc Platform/x86/video_utils.c
  86. cc Platform/x86/UVLC/uvlc_codec.c
  87. ar rcs libvlib.a video_codec.o video_controller.o video_mem32.o video_dct.o video_huffman.o video_macroblock.o video_packetizer.o video_picture.o video_quantizer.o P263/p263_codec.o P263/p263_huffman.o P263/p263_mb_layer.o P263/p263_gob_layer.o P263/p263_picture_layer.o P264/p264_zigzag.o P264/p264_transform.o P264/p264_Qp.o P264/p264_intra_pred.o P264/p264_inter_mc.o P264/p264_merge.o P264/p264_codec.o P264/p264.o P264/p264_gob_layer.o P264/p264_mb_layer.o P264/p264_picture_layer.o P264/video_p264.o Stages/vlib_stage_decode.o Stages/vlib_stage_encode.o UVLC/uvlc_codec.o UVLC/uvlc.o UVLC/uvlc_gob_layer.o UVLC/uvlc_mb_layer.o UVLC/uvlc_picture_layer.o Platform/x86/video_utils.o Platform/x86/UVLC/uvlc_codec.o
  88. dep VP_Com/linux/vp_com_serial.c
  89. dep VP_Stages/vp_stages_o_sdl.c
  90. dep VP_Os/linux/vp_os_thread.c
  91. dep VP_Os/linux/vp_os_delay.c
  92. dep VP_Os/linux/vp_os_signal.c
  93. dep VP_Com/vp_com_error.c
  94. dep VP_Com/linux/vp_com.c
  95. dep ATcodec/ATcodec_api.c
  96. dep ATcodec/ATcodec_Tree.c
  97. dep ATcodec/ATcodec.c
  98. dep ATcodec/ATcodec_Sorted_List.c
  99. dep ATcodec/ATcodec_Buffer.c
  100. dep ATcodec/ATcodec_Memory.c
  101. dep VP_Stages/vp_stages_buffer_to_picture.c
  102. dep VP_Stages/vp_stages_io_com.c
  103. dep VP_Stages/vp_stages_yuv2rgb.c
  104. dep VP_Stages/vp_stages_io_file.c
  105. dep VP_Stages/vp_stages_io_console.c
  106. dep VP_Stages/vp_stages_io_buffer.c
  107. dep VP_Stages/vp_stages_configs.c
  108. dep VP_Stages/vp_stages_frame_pipe.c
  109. dep VP_Api/vp_api_thread_helper.c
  110. dep VP_Api/vp_api_supervisor.c
  111. dep VP_Api/vp_api_stage.c
  112. dep VP_Api/vp_api_io_multi_stage.c
  113. dep VP_Api/vp_api_error.c
  114. dep VP_Api/vp_api.c
  115. dep VP_Os/vp_os_error_handling.c
  116. dep VP_Os/vp_os_malloc.c
  117. cc VP_Os/vp_os_malloc.c
  118. cc VP_Os/vp_os_error_handling.c
  119. cc VP_Api/vp_api.c
  120. cc VP_Api/vp_api_error.c
  121. cc VP_Api/vp_api_io_multi_stage.c
  122. cc VP_Api/vp_api_stage.c
  123. cc VP_Api/vp_api_supervisor.c
  124. ..//VP_Api/vp_api_supervisor.c:23:64: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  125. ..//VP_Api/vp_api_supervisor.c: In function ‘vp_api_add_pipeline’:
  126. ..//VP_Api/vp_api_supervisor.c:57:26: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  127. ..//VP_Api/vp_api_supervisor.c:62:18: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  128. ..//VP_Api/vp_api_supervisor.c: In function ‘vp_api_remove_pipeline’:
  129. ..//VP_Api/vp_api_supervisor.c:74:24: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  130. ..//VP_Api/vp_api_supervisor.c: In function ‘vp_api_get_pipeline’:
  131. ..//VP_Api/vp_api_supervisor.c:83:36: attention : transtypage vers un pointeur depuis un entier de taille différente [-Wint-to-pointer-cast]
  132. ..//VP_Api/vp_api_supervisor.c: In function ‘vp_api_post_message’:
  133. ..//VP_Api/vp_api_supervisor.c:92:36: attention : transtypage vers un pointeur depuis un entier de taille différente [-Wint-to-pointer-cast]
  134. cc VP_Api/vp_api_thread_helper.c
  135. cc VP_Stages/vp_stages_frame_pipe.c
  136. cc VP_Stages/vp_stages_configs.c
  137. cc VP_Stages/vp_stages_io_buffer.c
  138. cc VP_Stages/vp_stages_io_console.c
  139. cc VP_Stages/vp_stages_io_file.c
  140. cc VP_Stages/vp_stages_yuv2rgb.c
  141. cc VP_Stages/vp_stages_io_com.c
  142. cc VP_Stages/vp_stages_buffer_to_picture.c
  143. cc ATcodec/ATcodec_Memory.c
  144. cc ATcodec/ATcodec_Buffer.c
  145. cc ATcodec/ATcodec_Sorted_List.c
  146. ..//ATcodec/ATcodec_Sorted_List.c: In function ‘ATcodec_Sorted_List_freeElement’:
  147. ..//ATcodec/ATcodec_Sorted_List.c:57:14: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  148. ..//ATcodec/ATcodec_Sorted_List.c:57:14: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  149. ..//ATcodec/ATcodec_Sorted_List.c:57:14: attention : transtypage vers un pointeur depuis un entier de taille différente [-Wint-to-pointer-cast]
  150. ..//ATcodec/ATcodec_Sorted_List.c: In function ‘ATcodec_Sorted_List_nextElement’:
  151. ..//ATcodec/ATcodec_Sorted_List.c:75:46: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  152. ..//ATcodec/ATcodec_Sorted_List.c:75:46: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  153. ..//ATcodec/ATcodec_Sorted_List.c:75:46: attention : transtypage vers un pointeur depuis un entier de taille différente [-Wint-to-pointer-cast]
  154. ..//ATcodec/ATcodec_Sorted_List.c: In function ‘ATcodec_Sorted_List_previousElement’:
  155. ..//ATcodec/ATcodec_Sorted_List.c:82:46: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  156. ..//ATcodec/ATcodec_Sorted_List.c:82:46: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  157. ..//ATcodec/ATcodec_Sorted_List.c:82:46: attention : transtypage vers un pointeur depuis un entier de taille différente [-Wint-to-pointer-cast]
  158. ..//ATcodec/ATcodec_Sorted_List.c: In function ‘ATcodec_Sorted_List_removeElement’:
  159. ..//ATcodec/ATcodec_Sorted_List.c:108:16: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  160. ..//ATcodec/ATcodec_Sorted_List.c:108:16: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  161. ..//ATcodec/ATcodec_Sorted_List.c:108:16: attention : transtypage vers un pointeur depuis un entier de taille différente [-Wint-to-pointer-cast]
  162. cc ATcodec/ATcodec.c
  163. ..//ATcodec/ATcodec.c: In function ‘vp_atcodec_sscanf’:
  164. ..//ATcodec/ATcodec.c:386:14: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  165. ..//ATcodec/ATcodec.c:386:37: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  166. ..//ATcodec/ATcodec.c: In function ‘ATCodec_common_sprintf’:
  167. ..//ATcodec/ATcodec.c:594:10: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  168. ..//ATcodec/ATcodec.c:594:34: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  169. cc ATcodec/ATcodec_Tree.c
  170. cc ATcodec/ATcodec_api.c
  171. cc VP_Com/linux/vp_com.c
  172. cc VP_Com/vp_com_error.c
  173. cc VP_Os/linux/vp_os_signal.c
  174. cc VP_Os/linux/vp_os_delay.c
  175. cc VP_Os/linux/vp_os_thread.c
  176. ..//VP_Os/linux/vp_os_thread.c: In function ‘vp_os_thread_priority’:
  177. ..//VP_Os/linux/vp_os_thread.c:202:9: attention : variable ‘rc’ set but not used [-Wunused-but-set-variable]
  178. cc VP_Stages/vp_stages_o_sdl.c
  179. cc VP_Com/linux/vp_com_serial.c
  180. In file included from ..//VP_Com/linux/vp_com_serial.c:32:0:
  181. ..//VP_Com/vp_com_serial.h:22:37: erreur: unknown type name ‘vp_com_serial_config_t’
  182. ..//VP_Com/vp_com_serial.h:26:35: erreur: unknown type name ‘vp_com_serial_config_t’
  183. ..//VP_Com/vp_com_serial.h:29:29: erreur: unknown type name ‘vp_com_serial_config_t’
  184. ..//VP_Com/linux/vp_com_serial.c:42:41: erreur: unknown type name ‘vp_com_serial_config_t’
  185. ..//VP_Com/linux/vp_com_serial.c:43:42: erreur: unknown type name ‘vp_com_serial_config_t’
  186. ..//VP_Com/linux/vp_com_serial.c:64:37: erreur: unknown type name ‘vp_com_serial_config_t’
  187. ..//VP_Com/linux/vp_com_serial.c:85:35: erreur: unknown type name ‘vp_com_serial_config_t’
  188. ..//VP_Com/linux/vp_com_serial.c:95:29: erreur: unknown type name ‘vp_com_serial_config_t’
  189. ..//VP_Com/linux/vp_com_serial.c: In function ‘vp_com_serial_close’:
  190. ..//VP_Com/linux/vp_com_serial.c:173:3: attention : implicit declaration of function ‘tcsetattr’ [-Wimplicit-function-declaration]
  191. ..//VP_Com/linux/vp_com_serial.c:173:16: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  192. ..//VP_Com/linux/vp_com_serial.c:173:35: erreur: ‘TCSANOW’ undeclared (first use in this function)
  193. ..//VP_Com/linux/vp_com_serial.c:173:35: note: each undeclared identifier is reported only once for each function it appears in
  194. ..//VP_Com/linux/vp_com_serial.c:176:13: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  195. ..//VP_Com/linux/vp_com_serial.c:180:9: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  196. ..//VP_Com/linux/vp_com_serial.c: In function ‘vp_com_serial_read’:
  197. ..//VP_Com/linux/vp_com_serial.c:207:16: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  198. ..//VP_Com/linux/vp_com_serial.c: In function ‘vp_com_serial_write’:
  199. ..//VP_Com/linux/vp_com_serial.c:236:23: attention : transtypage d'un pointeur vers un entier de taille différente [-Wpointer-to-int-cast]
  200. ..//VP_Com/linux/vp_com_serial.c: Hors de toute fonction :
  201. ..//VP_Com/linux/vp_com_serial.c:249:41: erreur: unknown type name ‘vp_com_serial_config_t’
  202. ..//VP_Com/linux/vp_com_serial.c:282:42: erreur: unknown type name ‘vp_com_serial_config_t’
  203. ..//VP_Com/linux/vp_com_serial.c:205:17: attention : ‘vp_com_serial_read’ defined but not used [-Wunused-function]
  204. ..//VP_Com/linux/vp_com_serial.c:230:17: attention : ‘vp_com_serial_write’ defined but not used [-Wunused-function]
  205. make[4]: *** [../../Soft/Build/targets_versions/sdk_PROD_MODE_vlib_Linux_2.6.38-ARCH_GNU_Linux_gcc_4.6.0/VP_Com/linux/vp_com_serial.o] Erreur 1
  206. make[3]: *** [all] Erreur 2
  207. make[2]: *** [build_sdk] Erreur 2
  208. make[1]: *** [all] Erreur 2
  209. make: *** [build_libs] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement