You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where can I find basic info on how to assemble the Anode firmware? I tried using an open source assembler (avra) and it choked on the long source lines in wavetables.inc. Then I tried using the official Atmel assembler (avr-as) and it gave me millions of errors. What assembler should I be using, and what options, if any, are needed? I'm assuming that something like "avr-as anode.asm" is all I need to do. Apologies if these are newbie questions, I haven't worked with AVR assembler before.
The text was updated successfully, but these errors were encountered:
I use Atmel's AVR Studio on Windows. If you're using avr-as on another platform, I suggest checking out the command line options. You'll need to indicate that the target device is an ATMega32A chip in the command line, for instance.
Where can I find basic info on how to assemble the Anode firmware? I tried using an open source assembler (avra) and it choked on the long source lines in wavetables.inc. Then I tried using the official Atmel assembler (avr-as) and it gave me millions of errors. What assembler should I be using, and what options, if any, are needed? I'm assuming that something like "avr-as anode.asm" is all I need to do. Apologies if these are newbie questions, I haven't worked with AVR assembler before.
The text was updated successfully, but these errors were encountered: