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

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

[avr-gcc-list] GCC Functions


From: Patrick Lanphier
Subject: [avr-gcc-list] GCC Functions
Date: Wed, 28 Nov 2001 23:25:30 -0500 (EST)

Thank you all very much for the help.  I (we) figured out the problem. New
to AVR GCC and C, I don't know why but the last two lines work and the
first three do not when compiling for the chip?  Thank you all again.

#avr-gcc -O0 -Wall -mmcu=at90s2313 -c demo2c.c -o demo1.o
#avr-gcc -o demo1.elf demo1.o
#avr-objcopy -O ihex demo1.elf demo1.hex

avr-gcc -O0 -mmcu=at90s2313 -Wall -o demo1 demo2c.c
avr-objcopy -O ihex demo1 demo1.hex

Patrick Lanphier
The Artemis Group
http://www.artemisgroup.com
phone: 814-235-0444
  fax: 800-582-9710




reply via email to

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