That is an embarassing bug that should not have escaped! The compiler was using some variables without declaring them properly. Please try the update from http://gcbasic.sourceforge.net/update.html and let me know if that has fixed the bug or not.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
Had some irritations while playing with 4-bit LCD on AVR-microcontroller:
Errormessage after compiling:
Error: GCASM: Symbol SYSCALCTEMPA has not been defined
Errormessage after compiling:
Error: GCASM: Symbol SYSCALCTEMPB has not been defined
Error: GCASM: Symbol SYSCALCTEMPX has not been defined
At the end everything works without errormessages after adding LOCATE … , but was not easy to investigate.
_________________________
Steini
That is an embarassing bug that should not have escaped! The compiler was using some variables without declaring them properly. Please try the update from http://gcbasic.sourceforge.net/update.html and let me know if that has fixed the bug or not.
[Tried out the update and code works fine now. Thanks a lot.
_________________________
Steini](http://gcbasic.sourceforge.net/update.html)