Re: [OpenWrt-Devel] GCC4.3 patch (wip)

2008-06-16 Thread Hinko Kocevar
Luigi 'Comio' Mantellini wrote: > Hi Hinko, > Hi List, > > see my inline comments. > > On lun, 2008-06-16 at 10:05 +0200, Hinko Kocevar wrote: > >> Luigi 'Comio' Mantellini wrote: >>> Ciao again, >>> >>> >>> On ven, 2008-06-13 at 11:22 +0200, Luigi 'Comio' Mantellini wrote: Ciao, make[

Re: [OpenWrt-Devel] GCC4.3 patch (wip)

2008-06-16 Thread Luigi 'Comio' Mantellini
Hi Hinko, Hi List, see my inline comments. On lun, 2008-06-16 at 10:05 +0200, Hinko Kocevar wrote: > Luigi 'Comio' Mantellini wrote: > > Ciao again, > > > > > > On ven, 2008-06-13 at 11:22 +0200, Luigi 'Comio' Mantellini wrote: > >> Ciao, > > > >> make[4]: Entering directory > >> `/mnt/devel

Re: [OpenWrt-Devel] GCC4.3 patch (wip)

2008-06-16 Thread Hinko Kocevar
Luigi 'Comio' Mantellini wrote: > Ciao again, > > > On ven, 2008-06-13 at 11:22 +0200, Luigi 'Comio' Mantellini wrote: >> Ciao, > >> make[4]: Entering directory >> `/mnt/devel/openwrt/OpenWRT.git/build_dir/toolchain-m68k_gcc4.3.1/uClibc-0.9.29' >> install -d >> /mnt/devel/openwrt/OpenWRT.git/s

Re: [OpenWrt-Devel] GCC4.3 patch (wip)

2008-06-13 Thread Luigi 'Comio' Mantellini
Ciao again, On ven, 2008-06-13 at 11:22 +0200, Luigi 'Comio' Mantellini wrote: > Ciao, > make[4]: Entering directory > `/mnt/devel/openwrt/OpenWRT.git/build_dir/toolchain-m68k_gcc4.3.1/uClibc-0.9.29' > install -d > /mnt/devel/openwrt/OpenWRT.git/staging_dir/toolchain-m68k_gcc4.3.1//lib > insta

Re: [OpenWrt-Devel] GCC4.3 patch (wip)

2008-06-13 Thread Luigi 'Comio' Mantellini
Ciao, in order to advance the building I manually created the following link: cd staging_dir/toolchain-m68k_gcc4.3.1/lib/gcc/m68k-linux-uclibc/4.3.1/include ln -s ../include-fixed/limits.h . In your opinion... can it be a solution? with this workaround the uClibc compilation advances untile t

Re: [OpenWrt-Devel] GCC4.3 patch (wip)

2008-06-13 Thread Geert Uytterhoeven
On Fri, 13 Jun 2008, Luigi 'Comio' Mantellini wrote: > I'm still working to port OpenWRT on my architecture (m68k/coldfire). I > diff --git a/target/linux/generic_m68k/config-default > b/target/linux/generic_m68k/config-default > new file mode 100644 > index 000..6f8acb5 > --- /dev/null > +++