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




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

Reply via email to