Menu

Strange compiler problem with Mega329P

joe rocci
2014-06-11
2014-06-11
  • joe rocci

    joe rocci - 2014-06-11

    This code compiles OK:

    #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

     
  • Anobium

    Anobium - 2014-06-11

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.