Hi Jonathan,

I can offer some help as I built it before on Solaris 10. It was quite
a while ago but I think that everything should work.

Thanks a lot for your offer. I modified the build process to

        cd /usr/src
        gunzip binutils-2.20.tar.gz
        tar xvf binutils-2.20.tar
        cd binutils-2.20
        ./configure --target=avr --prefix=/usr/local/avr
        make
        make install

        cd /usr/src
        bunzip2 gcc-4.3.3.tar.bz2
        gtar xvf gcc-4.3.3.tar
        cd gcc-4.3.3
        mkdir objdir
        cd objdir
        ../configure --target=avr --prefix=/usr/local/avr --enable-languages=c
        make
        make install

The build is still in progess, so no success so far. I will let you know!

Thanks,

 Andreas



_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to