|
From: | Eric Weddington |
Subject: | Re: [avr-gcc-list] ld: crts8515.o: No such file; with avr-gcc under Linux |
Date: | Wed, 23 Nov 2005 09:34:41 -0700 |
User-agent: | Mozilla Thunderbird 1.0.2 (Windows/20050317) |
Günter Dannoritzer wrote:
Joerg Wunsch wrote:Günter Dannoritzer <address@hidden> wrote:/usr/local/avr/lib/gcc/avr/4.0.2/../../../../avr/bin/ld: crts8515.o: No such file: No such file or directoryPlease 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
[Prev in Thread] | Current Thread | [Next in Thread] |