avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] interrupts on Mega8


From: Lorne Gutz
Subject: Re: [avr-libc-dev] interrupts on Mega8
Date: Tue, 25 Mar 2003 15:00:43 -0500

I build a gcc3.3 avr cross compiler but it seems that the
mega startup files have been moved.   Its looking for
crtm8.o.   See below.
So I just copied one over from an older version of
avr-lib and now it compiles without errors.

And even better now my interrupts work.  All I have to
do is clean up my old debug code and I'm a happy
camper.

Thanks for your help.

Lorne


/usr/remote/snapshot/bin/avr-gcc-3.3 -Os -mmcu=atmega8 -Wall   
-Wstrict-prototypes -Wmissing-prototypes    -c -o diagnostics.o diagnostics.c
/usr/remote/snapshot/bin/avr-gcc-3.3 -Os -mmcu=atmega8 -Wall   
-Wstrict-prototypes -Wmissing-prototypes  -o mim.out -Wall,   -o mim.out 
bilge_sw.o gps_sw.o init.o logic.o outputs.o sos_sw.o an0_out.o debounce.o 
inputs.o main.o seakey_sw.o sleep.o timer.o diagnostics.o
/usr/remote/snapshot/lib/gcc-lib/avr/3.3/../../../../avr/bin/ld: cannot open 
crtm8.o: No such file or directory
make: *** [mim.out] Error 1





reply via email to

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