Re: [avr-gcc-list] avr-libc

2012-08-02 Thread Kaan Akşit
Dear Senthil, Unfortunately, I still have the same error in avr-libc compilation :( Here is the result of a sample compilation after following your tutorial: kaan@SAHILEVLERI ~ $ avr-gcc -mmcu=atmega8 -v -c test.c Using built-in specs. COLLECT_GCC=avr-gcc Target: avr Configured with: ../gcc-4.7.1

Re: [avr-gcc-list] avr-libc

2012-08-02 Thread Francois Lorrain
: avr Configured with: /usr/src/gcc-4_7-branch/configure -v --enable-languages=c,c++ --enable-shared --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-libssp --target=avr Thread model: single gcc version 4.7.2 20120802 (prerelease) (GCC) COLLECT_GCC_OPTIONS=&#x

Re: [avr-gcc-list] avr-libc

2012-08-02 Thread Rolf Ebert
vr > Configured with: /usr/src/gcc-4_7-branch/configure -v > --enable-languages=c,c++ --enable-shared --with-system-zlib > --enable-long-long --enable-nls --without-included-gettext --disable-libssp > --target=avr > Thread model: single > gcc version 4.7.2 20120802 (prerelease

Re: [avr-gcc-list] avr-libc

2012-08-02 Thread Senthil Kumar Selvaraj
On Thu, Aug 02, 2012 at 04:06:19PM +0300, Kaan Akşit wrote: > Dear Senthil, > > Unfortunately, I still have the same error in avr-libc compilation :( Here > is the result of a sample compilation after following your tutorial: The output below seems ok, so I'm not sure why libc is failing. 1. I'm