Ok, on to Atmega32

Hey Guys,

I'm very interested in getting Arduino working for the atmega644, and I've read through this thread a couple times already. I got the updated files, and I added the 644 to my boards.txt file.

As soon as I switch to the atmega644 'board', i get this error:

"unknown MCU `atmega644' specified" as well as a list of all the supported MCUs.

My rather uneducated guess is that the avr-gcc included with arduino-0011 does not have built-in support for the atmega644. a cursory google search shows that it is supported, so my guess its a simple matter of rebuilding the included avr-gcc to enable atmega644 support.

Is this the right way? Does anyone have any pointers and/or links I should check out to help me? I'd really appreciate it.

~Zach