Possible Duplicate:
Linux / Mac AVR Programming Suite?
I have a Mac and I am confused about c
programming in Mac and flashing it in AVR ATmega 32.
Does anyone know a toolkit for Mac OS?
-
\$\begingroup\$ Check this question, it's about the same problem. \$\endgroup\$clabacchio– clabacchio2012年03月13日 12:51:52 +00:00Commented Mar 13, 2012 at 12:51
-
\$\begingroup\$ interactive-matter.eu/how-to/… \$\endgroup\$Saad– Saad2012年03月13日 13:04:44 +00:00Commented Mar 13, 2012 at 13:04
2 Answers 2
You can use CrossPack with the Eclipse IDE. CrossPack includes avr-gcc and all the required files. CrossPack will also come with avrdude which you can use to program the microcontroller.
Be sure to download CrossPack-AVR-20100115.dmg and not the latest version - the latest version uses avr-libc 1.8 which can break some code.
To configure Eclipse, go into Help and select Install New Software. In the work-with
field, paste: http://avr-eclipse.sourceforge.net/updatesite/
. Keep clicking Next - this should install the avr-eclipse plugin.
Rowley CrossWorks for AVR is available for Mac OS X: