i tried the library it gave me an error
energia-0101e0017/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld.exe: KitchenSink.cpp.elf section `.text' will not fit in region `rom'
here is the code kindly help
#include <TinyGPS++.h> #include <SoftwareSerial.h> /* This sample code demonstrates just about every built-in operation of TinyGPS++ (TinyGPSPlus). It requires the use of SoftwareSerial, and assumes that you have a 4800-baud serial GPS device hooked up on pins 4(rx) and 3(tx). */ static const int RXPin = 3, TXPin = 2; static const uint32_t