Closed GoogleCodeExporter closed 8 years ago
could you provide us your code?
Original comment by martines...@gmail.com
on 7 Jun 2013 at 7:46
sorry, i was wrong,
i'm using GSM arduino core library,
thanks for quick response by the way...
Original comment by ojank...@gmail.com
on 7 Jun 2013 at 1:57
Good. Thanks for the update!
Original comment by martines...@gmail.com
on 7 Jun 2013 at 2:02
I have a similar issue. I am using a MEGA board.I can get my sketch to compile
and run when I include SoftwareSerial even though I have it commented out in
the appropriate files. If I leave SoftwareSerial commented out in my sketch it
won't compile the first time I try it. If I then include SoftwareSerail in my
sketch it compiles ok. Then if I comment SoftwareSerial out, the next time I
compile it compiles OK and the memory used is smaller. It is weird. I have been
looking through My GSM files and can't find any place it needs SoftwareSerial
because I am using the Mega. My errors are as follows:
C:\TMP\build3959443981739866420.tmp\GSMSHIELD\WideTextFinder.cpp.o
In file included from
C:\Arduino\arduino-1.0.4\libraries\GSMSHIELD\WideTextFinder.cpp:1:
C:\Arduino\arduino-1.0.4\libraries\GSMSHIELD\/WideTextFinder.h:6:28: warning:
SoftwareSerial.h: No such file or directory
In file included from
C:\Arduino\arduino-1.0.4\libraries\GSMSHIELD\WideTextFinder.cpp:1:
C:\Arduino\arduino-1.0.4\libraries\GSMSHIELD\/WideTextFinder.h:11: error: ISO
C++ forbids declaration of 'SoftwareSerial' with no type
C:\Arduino\arduino-1.0.4\libraries\GSMSHIELD\/WideTextFinder.h:11: error:
expected ';' before '*' token
C:\Arduino\arduino-1.0.4\libraries\GSMSHIELD\/WideTextFinder.h:22: error:
expected `)' before '&' token
C:\Arduino\arduino-1.0.4\libraries\GSMSHIELD\WideTextFinder.cpp: In member
function 'char WideTextFinder::read()':
C:\Arduino\arduino-1.0.4\libraries\GSMSHIELD\WideTextFinder.cpp:11: error:
'nSerialStream' was not declared in this scope
C:\Arduino\arduino-1.0.4\libraries\GSMSHIELD\WideTextFinder.cpp: At global
scope:
StanK
P.S. This my first post on this site, so bear with me.
Original comment by SDKarasz...@gmail.com
on 7 Jun 2013 at 10:51
Check the instructions file in the doc file and check how to configure Mega
board.
Original comment by martines...@gmail.com
on 22 Jun 2013 at 8:49
This issue section is not longer supported.
Please check the support page www.gsmlib.org
Original comment by martines...@gmail.com
on 6 Jul 2013 at 11:25
This issue section is not longer supported.
Please check the support page www.gsmlib.org
Original comment by martines...@gmail.com
on 6 Jul 2013 at 11:27
Original issue reported on code.google.com by
ojank...@gmail.com
on 6 Jun 2013 at 7:55