Advertisement
Guest User

Untitled

a guest
Sep 9th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. MAVLink.c:1:63: error: ../GCS_MAVLink/include/mavlink/v1.0/mavlink_types.h: No such file or directory
  2. MAVLink.c:2:71: error: ../GCS_MAVLink/include/mavlink/v1.0/ardupilotmega/mavlink.h: No such file or directory
  3. MAVLink.c:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mavlink_active'
  4. MAVLink.c:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'crlf_count'
  5. MAVLink.c: In function 'request_mavlink_rates':
  6. MAVLink.c:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MAVStreams'
  7. MAVLink.c:14: error: 'MAVStreams' undeclared (first use in this function)
  8. MAVLink.c:14: error: (Each undeclared identifier is reported only once
  9. MAVLink.c:14: error: for each function it appears in.)
  10. MAVLink.c:14: error: expected expression before '{' token
  11. MAVLink.c:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'MAVRates'
  12. MAVLink.c:20: error: 'MAVRates' undeclared (first use in this function)
  13. MAVLink.c:20: error: expected expression before '{' token
  14. MAVLink.c:21: error: 'for' loop initial declaration used outside C99 mode
  15. MAVLink.c:22: error: 'MAVLINK_COMM_0' undeclared (first use in this function)
  16. MAVLink.c:23: error: 'apm_mav_system' undeclared (first use in this function)
  17. MAVLink.c:23: error: 'apm_mav_component' undeclared (first use in this function)
  18. MAVLink.c: In function 'read_mavlink':
  19. MAVLink.c:29: error: 'mavlink_message_t' undeclared (first use in this function)
  20. MAVLink.c:29: error: expected ';' before 'msg'
  21. MAVLink.c:30: error: 'mavlink_status_t' undeclared (first use in this function)
  22. MAVLink.c:30: error: expected ';' before 'status'
  23. MAVLink.c:33: error: 'Serial' undeclared (first use in this function)
  24. MAVLink.c:34: error: 'uint8_t' undeclared (first use in this function)
  25. MAVLink.c:34: error: expected ';' before 'c'
  26. MAVLink.c:38: error: 'mavlink_active' undeclared (first use in this function)
  27. MAVLink.c:39: error: 'c' undeclared (first use in this function)
  28. MAVLink.c:40: error: 'crlf_count' undeclared (first use in this function)
  29. MAVLink.c:50: error: 'MAVLINK_COMM_0' undeclared (first use in this function)
  30. MAVLink.c:50: error: 'msg' undeclared (first use in this function)
  31. MAVLink.c:50: error: 'status' undeclared (first use in this function)
  32. MAVLink.c:54: error: 'MAVLINK_MSG_ID_HEARTBEAT' undeclared (first use in this function)
  33. MAVLink.c:56: error: 'mavbeat' undeclared (first use in this function)
  34. MAVLink.c:57: error: 'apm_mav_system' undeclared (first use in this function)
  35. MAVLink.c:58: error: 'apm_mav_component' undeclared (first use in this function)
  36. MAVLink.c:59: error: 'apm_mav_type' undeclared (first use in this function)
  37. MAVLink.c:61: error: 'osd_mode' undeclared (first use in this function)
  38. MAVLink.c:61: error: expected ';' before 'mavlink_msg_heartbeat_get_custom_mode'
  39. MAVLink.c:63: error: 'base_mode' undeclared (first use in this function)
  40. MAVLink.c:64: error: 'motor_armed' undeclared (first use in this function)
  41. MAVLink.c:67: error: 'osd_nav_mode' undeclared (first use in this function)
  42. MAVLink.c:68: error: 'lastMAVBeat' undeclared (first use in this function)
  43. MAVLink.c:69: error: 'waitingMAVBeats' undeclared (first use in this function)
  44. MAVLink.c:70: error: 'enable_mav_request' undeclared (first use in this function)
  45. MAVLink.c:74: error: 'MAVLINK_MSG_ID_SYS_STATUS' undeclared (first use in this function)
  46. MAVLink.c:77: error: 'osd_vbat_A' undeclared (first use in this function)
  47. MAVLink.c:78: error: 'osd_curr_A' undeclared (first use in this function)
  48. MAVLink.c:79: error: 'osd_battery_remaining_A' undeclared (first use in this function)
  49. MAVLink.c:85: error: 'MAVLINK_MSG_ID_GPS_RAW_INT' undeclared (first use in this function)
  50. MAVLink.c:87: error: 'osd_lat' undeclared (first use in this function)
  51. MAVLink.c:88: error: 'osd_lon' undeclared (first use in this function)
  52. MAVLink.c:89: error: 'osd_fix_type' undeclared (first use in this function)
  53. MAVLink.c:90: error: 'osd_satellites_visible' undeclared (first use in this function)
  54. MAVLink.c:93: error: 'MAVLINK_MSG_ID_VFR_HUD' undeclared (first use in this function)
  55. MAVLink.c:95: error: 'osd_airspeed' undeclared (first use in this function)
  56. MAVLink.c:96: error: 'osd_groundspeed' undeclared (first use in this function)
  57. MAVLink.c:97: error: 'osd_heading' undeclared (first use in this function)
  58. MAVLink.c:98: error: 'osd_throttle' undeclared (first use in this function)
  59. MAVLink.c:101: error: 'osd_alt' undeclared (first use in this function)
  60. MAVLink.c:102: error: 'osd_climb' undeclared (first use in this function)
  61. MAVLink.c:105: error: 'MAVLINK_MSG_ID_ATTITUDE' undeclared (first use in this function)
  62. MAVLink.c:107: error: 'osd_pitch' undeclared (first use in this function)
  63. MAVLink.c:108: error: 'osd_roll' undeclared (first use in this function)
  64. MAVLink.c:109: error: 'osd_yaw' undeclared (first use in this function)
  65. MAVLink.c:112: error: 'MAVLINK_MSG_ID_NAV_CONTROLLER_OUTPUT' undeclared (first use in this function)
  66. MAVLink.c:114: error: 'nav_roll' undeclared (first use in this function)
  67. MAVLink.c:115: error: 'nav_pitch' undeclared (first use in this function)
  68. MAVLink.c:116: error: 'nav_bearing' undeclared (first use in this function)
  69. MAVLink.c:117: error: 'wp_target_bearing' undeclared (first use in this function)
  70. MAVLink.c:118: error: 'wp_dist' undeclared (first use in this function)
  71. MAVLink.c:119: error: 'alt_error' undeclared (first use in this function)
  72. MAVLink.c:120: error: 'aspd_error' undeclared (first use in this function)
  73. MAVLink.c:121: error: 'xtrack_error' undeclared (first use in this function)
  74. MAVLink.c:124: error: 'MAVLINK_MSG_ID_SCALED_PRESSURE' undeclared (first use in this function)
  75. MAVLink.c:126: error: 'temperature' undeclared (first use in this function)
  76. MAVLink.c:129: error: 'MAVLINK_MSG_ID_SYSTEM_TIME' undeclared (first use in this function)
  77. MAVLink.c:131: error: 'osd_gps_time' undeclared (first use in this function)
  78. MAVLink.c:135: error: 'MAVLINK_MSG_ID_MISSION_CURRENT' undeclared (first use in this function)
  79. MAVLink.c:137: error: 'wp_number' undeclared (first use in this function)
  80. MAVLink.c:137: error: expected ';' before 'mavlink_msg_mission_current_get_seq'
  81. MAVLink.c:140: error: 'MAVLINK_MSG_ID_RC_CHANNELS_RAW' undeclared (first use in this function)
  82. MAVLink.c:142: error: 'chan1_raw' undeclared (first use in this function)
  83. MAVLink.c:143: error: 'chan2_raw' undeclared (first use in this function)
  84. MAVLink.c:144: error: 'osd_chan5_raw' undeclared (first use in this function)
  85. MAVLink.c:145: error: 'osd_chan6_raw' undeclared (first use in this function)
  86. MAVLink.c:146: error: 'osd_chan7_raw' undeclared (first use in this function)
  87. MAVLink.c:147: error: 'osd_chan8_raw' undeclared (first use in this function)
  88. MAVLink.c:148: error: 'osd_rssi' undeclared (first use in this function)
  89. MAVLink.c:151: error: 'MAVLINK_MSG_ID_WIND' undeclared (first use in this function)
  90. MAVLink.c:153: error: 'osd_winddirection' undeclared (first use in this function)
  91. MAVLink.c:154: error: 'osd_windspeed' undeclared (first use in this function)
  92. MAVLink.c:155: error: 'osd_windspeedz' undeclared (first use in this function)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement