Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems building Meeblip firmware #1

Open
mzhq3000 opened this issue Feb 9, 2015 · 1 comment
Open

Problems building Meeblip firmware #1

mzhq3000 opened this issue Feb 9, 2015 · 1 comment

Comments

@mzhq3000
Copy link

mzhq3000 commented Feb 9, 2015

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.

@jgrahame
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants