Günter Dannoritzer wrote:
Joerg Wunsch wrote:

Günter Dannoritzer <[EMAIL PROTECTED]> wrote:

/usr/local/avr/lib/gcc/avr/4.0.2/../../../../avr/bin/ld: crts8515.o: No such file: No such file or directory


Please run your command to link the job with the -v added.  That
should show you the ld command that is being run.


Here is the linker call with the -v option:

avr-gcc -v -Wl,-Map,camera.map -o app.elf err.o intr.o ll.o print.o putchar.o quad.o tl.o uart.o wdog.o mmap.o tmr.o app.o main.o

You need to use the -mmcu= option for the link stage too, and specify your microcontroller type.

Eric Weddington


_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to