Hi,
here is a library <TinyGPS++.h> from github, that at first I had problems with installing it, locally and then on Create, finmally its installed on Create, but now the Compiler reports an error, relating to this library.
This is waht it reads:
Multiple libraries were found for "SoftwareSerial.h"
Used: /home/ubuntu/opt/cores/arduino/avr/libraries/SoftwareSerial
Not used: /home/ubuntu/opt/libraries/latest/printoo_library_1_0_2
Using library TinyGPS++ in folder: /tmp/076057132/custom/TinyGPS++ (legacy)
Using library SoftwareSerial at version 1.0 in folder: /home/ubuntu/opt/cores/arduino/avr/libraries/SoftwareSerial
/tmp/ccrUtPp4.ltrans0.ltrans.o: In function `__static_initialization_and_destruction_0':
/tmp/076057132/how_to_easyGPSconnect_to_Arduino/how_to_easyGPSconnect_to_Arduino.ino:8: undefined reference to `TinyGPSPlus::TinyGPSPlus()'
/tmp/ccrUtPp4.ltrans0.ltrans.o: In function `loop':
/tmp/076057132/how_to_easyGPSconnect_to_Arduino/how_to_easyGPSconnect_to_Arduino.ino:20: undefined reference to `TinyGPSPlus::encode(char)'
/tmp/076057132/how_to_easyGPSconnect_to_Arduino/how_to_easyGPSconnect_to_Arduino.ino:28: undefined reference to `TinyGPSLocation::lat()'
/tmp/076057132/how_to_easyGPSconnect_to_Arduino/how_to_easyGPSconnect_to_Arduino.ino:30: undefined reference to `TinyGPSLocation::lng()'
collect2: error: ld returned 1 exit status
exit status 1
I found the following include lib in this tinyGPS header lib:
"WProgram.h"
Could this be the problem?
appreciate any help, thanks
John
TinyGPS++.h (8.09 KB)
how_to_easyGPSconnect_to_Arduino.ino (2.01 KB)