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

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

[avr-gcc-list] 20020601 Libc AVR4/ATMega8 support?


From: Tony Mahar
Subject: [avr-gcc-list] 20020601 Libc AVR4/ATMega8 support?
Date: Mon, 10 Jun 2002 10:50:03 -0400

Hey guys... trying to do some ATMega8 stuff.
 
I am using the latest CVS versions of GCC and Binutils with the 20020601 AVR-LIBC.
 
When compiling the gcctest1 stuff from avrfreaks.com i change their make file to reflect -mmcu=avr4 (even tried -mmcpu=atmega8... same results).
 
I get the following error:
 
C:\gcctest\gcctest1>gcc_cmp
-------- begin --------
avr-gcc  gcctest1.o  -Wl,-Map=gcctest1.map,--cref -mmcu=atmega8 -o gcctest1.elf
/usr/avrgcc/lib/gcc-lib/avr/3.2/../../../../avr/bin/ld.exe: cannot open crtm8.o:
 No such file or directory
make.exe: *** [gcctest1.elf] Error 1
-------- end --------
 
i checked the AVR-LIBC directory and there indeed is no crtm8.o, but plenty of others like
crts4433.o
crts4434.o
crtc8534.o    crts8515.o
crts1200.o    crts8535.o
crts2313.o    crttn11.o
crts2323.o    crttn12.o
crts2333.o    crttn15.o
crts2343.o    crttn22.o
crts4414.o    crttn28.o
 
Let me know how to get crtm8.o support!
 
Thanks,
Tony

reply via email to

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