#chip mega328p, 16
#define USART_BLOCKING
#define USART_BAUD_RATE 115200
hserprint "Program Started"
Dim aa as long
Dim bb as long
bb = 123456789
aa = 987654321 / bb
hserprint aa
End
If the "hserprint aa" is commented out, it gives error:
Error: GCASM: Symbol SYSCALCTEMPA_H has not been defined
Error: GCASM: Symbol SYSCALCTEMPA_U has not been defined
Error: GCASM: Symbol SYSCALCTEMPA_E has not been defined
I'm running the latest version of GCB@SYN with associated GCB files.
Joe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, no error on my test machines. I have not seen this error before.
The date of the latest compiler is Great Cow BASIC (0.9 11/5/2014). This is the latest hot release.
When you installed GCB@SYN did you over write all the .h files? And, can you check your setup please. A change was made to HSERPRINT in Feb 14. I think you may have an .h file from a previous release.
Let us know how you progress please.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This code compiles OK:
If the "hserprint aa" is commented out, it gives error:
Error: GCASM: Symbol SYSCALCTEMPA_H has not been defined
Error: GCASM: Symbol SYSCALCTEMPA_U has not been defined
Error: GCASM: Symbol SYSCALCTEMPA_E has not been defined
I'm running the latest version of GCB@SYN with associated GCB files.
Joe
Sorry, no error on my test machines. I have not seen this error before.
The date of the latest compiler is Great Cow BASIC (0.9 11/5/2014). This is the latest hot release.
When you installed GCB@SYN did you over write all the .h files? And, can you check your setup please. A change was made to HSERPRINT in Feb 14. I think you may have an .h file from a previous release.
Let us know how you progress please.