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.