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
: 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=
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
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