Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ardustation won't verify #4

Open
GoogleCodeExporter opened this issue Oct 26, 2015 · 4 comments
Open

Ardustation won't verify #4

GoogleCodeExporter opened this issue Oct 26, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Downloaded Version 2.0.18 of Ardustation & it gives the errors shown below when 
verified in Arduino.
Any ideas on how to fix or am I doing something wrong?
Am using Arduino 1.0.5
Thanks,
Icebox.


ArduStation2:148: error: variable or field 'gcs_handleMessage' declared void
ArduStation2:148: error: 'mavlink_message_t' was not declared in this scope
ArduStation2:148: error: 'msg' was not declared in this scope
ArduStation2:149: error: variable or field 'gcs_handleMessage' declared void
ArduStation2:149: error: 'mavlink_message_t' was not declared in this scope
ArduStation2:149: error: 'msg' was not declared in this scope
ArduStation2:150: error: variable or field 'send_message' declared void
ArduStation2:150: error: 'mavlink_message_t' was not declared in this scope
ArduStation2:150: error: 'msg' was not declared in this scope
ArduStation2:114: error: 'AP_EEPROMB' does not name a type
ArduStation2:123: error: expected constructor, destructor, or type conversion 
before '(' token
ArduStation2:182: error: 'VarSpeedServo' does not name a type
ArduStation2:183: error: 'VarSpeedServo' does not name a type
ArduStation2.pde: In function 'void setup()':
ArduStation2:315: error: 'Pan' was not declared in this scope
ArduStation2:316: error: 'Tilt' was not declared in this scope
Antenna.pde: In function 'void SaveHomePosition()':
Antenna:6: error: 'eeprom_busy_wait' was not declared in this scope
Antenna:7: error: 'ee' was not declared in this scope
Antenna:11: error: 'eeprom_write_dword' was not declared in this scope
Antenna.pde: In function 'void RestoreHomePosition()':
Antenna:17: error: 'eeprom_busy_wait' was not declared in this scope
Antenna:18: error: 'ee' was not declared in this scope
Antenna:22: error: 'eeprom_read_dword' was not declared in this scope
Antenna.pde: In function 'void SetAntennaPosition()':
Antenna:32: error: 'Pan' was not declared in this scope
Antenna:33: error: 'Tilt' was not declared in this scope
Antenna.pde: In function 'void SetServoHardStop()':
Antenna:54: error: 'Pan' was not declared in this scope
Antenna.pde: In function 'void position_antenna()':
Antenna:133: error: 'ToDeg' was not declared in this scope
Antenna:145: error: 'Pan' was not declared in this scope
Antenna:156: error: 'Tilt' was not declared in this scope
MAVLink.pde: At global scope:
MAVLink:1: error: variable or field 'gcs_handleMessage' declared void
MAVLink:1: error: 'mavlink_message_t' was not declared in this scope
MAVLink:1: error: 'msg' was not declared in this scope



Original issue reported on code.google.com by [email protected] on 20 May 2013 at 8:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant