-1
\$\begingroup\$

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?

asked Mar 13, 2012 at 12:13
\$\endgroup\$
2
  • \$\begingroup\$ Check this question, it's about the same problem. \$\endgroup\$ Commented Mar 13, 2012 at 12:51
  • \$\begingroup\$ interactive-matter.eu/how-to/… \$\endgroup\$ Commented Mar 13, 2012 at 13:04

2 Answers 2

0
\$\begingroup\$

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.

answered Mar 13, 2012 at 13:04
\$\endgroup\$
0
\$\begingroup\$

Rowley CrossWorks for AVR is available for Mac OS X:

http://www.rowley.co.uk/avr/index.htm

answered Mar 13, 2012 at 14:11
\$\endgroup\$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.