Package: avr-libc
Version: 1:1.8.0-3

        While trying to build a program for ATtiny13A on a recent Debian
        Wheezy, I've got (using both the 1:4.7.0-2 and 1:4.7.2-1 gcc-avr
        packages):

$ avr-gcc -g -O2 -Wall -pedantic -std=gnu99 -mmcu=attiny13a \
      -L/usr/lib/avr/lib/avr25  ../6pp5iouyw6unnen7egfroozp8b.c \
      -o 6pp5iouyw6unnen7egfroozp8b 
/usr/lib/gcc/avr/4.7.0/../../../avr/bin/ld: crttn13a.o: No such file: No such 
file or directory
collect2: error: ld returned 1 exit status
$ 

        It was suggested [1] that this issue is related to [2].  As a
        workaround, the addition of /usr/lib/avr/lib/avr25/crttn13a.o
        -nostartfiles (also suggested in [1]) seems to work.

[1] http://comments.gmane.org/gmane.comp.hardware.avr.libc.devel/6455
[2] https://savannah.nongnu.org/bugs/?35407

-- 
FSF associate member #7257


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to