> -----Original Message----- > From: [email protected] > [mailto:[email protected]] > On Behalf Of Marge Coahran > Sent: Monday, August 03, 2009 3:33 PM > To: [email protected] > Subject: [avr-chat] arv-gcc tools with assembler source code > > I would appreciate some tips on building an avr program from > assembler source using the avr-gcc toolchain. My ultimate goal is to > create a .hex file that can be fed to avrdude. > > Here is an excerpt from my makefile:
If you're using Windows and WinAVR, then you can use the WinAVR Makefile Template, or alternatively you can use the MFile application to generate a working Makefile for you. Both of these Makefile templates include the ability to have assembler source code within an application. If you're using Linux/Unix, you can still use the MFile application (as it is written in Tcl/Tk) to generate a known working Makefile. You can get it here: <http://www.sax.de/~joerg/mfile/> _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
