avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Newbie - should this work?


From: Josh Thompson
Subject: Re: [avr-gcc-list] Newbie - should this work?
Date: Mon, 20 Jan 2003 14:45:45 -0500
User-agent: Mutt/1.3.28i

Thanks to all for your responses.  The key was changing

avr-gcc -D__AVR_ATmega128__ main.c -o main

to

avr-gcc -mmcu=atmega128 -o main main.c

Josh
avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]