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

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

Re: [avr-gcc-list] ld: crts8515.o: No such file; with avr-gcc under Linu


From: Uwe Fechner
Subject: Re: [avr-gcc-list] ld: crts8515.o: No such file; with avr-gcc under Linux
Date: Wed, 23 Nov 2005 07:04:13 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051028)

Günter Dannoritzer schrieb:


on my Linux computer. Everything with the installation seemed to work fine and I can compile my project fine as well, however, I am getting the following linker error:


avr-gcc -Wl,-Map,camera.map -L/usr/local/avr/lib -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 /usr/local/avr/lib/gcc/avr/4.0.2/../../../../avr/bin/ld: crts8515.o: No such file: No such file or directory
make: *** [camera.elf] Error 1


The crts8515.o file I found in folder /usr/local/avr/lib. So I added the -L /usr/local/avr/lib option to the linker call, but that did not make any difference.

What seeams strange to me is, that you get the error-message from ld and not from avr-ld.

Perhaps you get an idea what you have been doing wrong, if you look at my howto:
http://www.kieltech.de/uweswiki/Compiling_5fAVR_2dGCC

Regards:

Uwe






reply via email to

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