Menu

Is AVR Support Working Fully?

joe rocci
2011-10-07
2013-05-30
  • joe rocci

    joe rocci - 2011-10-07

    Does anyone have a working application example for AVR? If so, I'd like to see it. I can build a simple GCB program for ATMega328 and get GCB to compile it into .asm code, but I can't seem to get gcasm to assemble it.

    Should I be using a different assembler? Is there an IDE such as Prithvi that pulls it all together so one can easily build AVR projects with GCB?

    Joe

     
  • kent_twt4

    kent_twt4 - 2011-10-10

    Not sure about gcasm and the AVR.  I downloaded AVR studio for its assembler (avrasm2 ), and used that.  I still continue to use Crimson Editor, and created another macro to point to a parallel set of AVR BAT files,  and .asm file.  Try it out and see, worked great for me.

     
  • Nobody/Anonymous

    I do this way:
    gcbasic -A:GCASM filename

    but i think you can configure it in gcbasic.ini, just uncomment:
    Assembler = GCASM

    And comment out any other lines about assembler.

     

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.