Hi,
I'm trying to run demo code for the GP-635T TinyGPS but I can't seem to get past :
Arduino: 1.5.4 (Windows 7), Board: "Arduino Uno"
sketch_jul07a:4: error: 'TinyGPS' does not name a type
sketch_jul07a:9: error: no matching function for call to 'HardwareSerial::HardwareSerial()'
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/HardwareSerial.h:72: note: candidates are: HardwareSerial::HardwareSerial(volatile uint8_t*, volatile uint8_t*, volatile uint8_t*, volatile uint8_t*, volatile uint8_t*, volatile uint8_t*, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t)
C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/HardwareSerial.h:41: note: HardwareSerial::HardwareSerial(const HardwareSerial&)
sketch_jul07a:11: error: variable or field 'gpsdump' declared void
sketch_jul07a:11: error: 'TinyGPS' was not declared in this scope
sketch_jul07a:11: error: 'gps' was not declared in this scope
sketch_jul07a.ino: In function 'void setup()':
sketch_jul07a:20: error: 'TinyGPS' has not been declared
sketch_jul07a:23: error: 'TinyGPS' was not declared in this scope
sketch_jul07a.ino: In function 'void loop()':
sketch_jul07a:37: error: 'gps' was not declared in this scope
sketch_jul07a:47: error: 'gps' was not declared in this scope
sketch_jul07a:47: error: 'gpsdump' was not declared in this scope
sketch_jul07a.ino: At global scope:
sketch_jul07a:53: error: variable or field 'gpsdump' declared void
sketch_jul07a:53: error: 'TinyGPS' was not declared in this scope
sketch_jul07a:53: error: 'gps' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Anybody knows what's going on here?
Thanks in advance!
Erik