Re: [OpenWrt-Devel] External cross toolchain

2009-06-22 Thread Luigi 'Comio' Mantellini
Hi Nico, I would like to know the actual status on "External cross toolchain"-patch. This is an hot topic for me because I use OpenWRT as main building system in my environment. Can you post the last patches? I will integrate and test. thanks again for your effort, luigi _

Re: [OpenWrt-Devel] External cross toolchain

2009-05-12 Thread Nico
Hi Luigi, I got the green light to commit it, just have to run some updates and check again, but you can expect it to hit trunk in the next couple of days. Regards, -- Nico Luigi 'Comio' Mantellini wrote: > Hi Nico, > > > are there any news on this topic? > > > Can you send me your last pa

Re: [OpenWrt-Devel] External cross toolchain

2009-02-20 Thread Luigi 'Comio' Mantellini
Hi Nico, thanks again for your patch. On my system works fine. best regards, luigi On Friday 30 January 2009 00:33:49 Nico wrote: > Any objections committing the patch to trunk ? > > -- > Nico > > Nico wrote: > > Luigi 'Comio' Mantellini wrote: > >> Thanks Nico, > >> > >> I will integrate asap

Re: [OpenWrt-Devel] External cross toolchain

2009-02-12 Thread Luigi Mantellini
Dear all, are there any news on this topic? best regards, ciao luigi On Fri, Feb 6, 2009 at 9:44 AM, Luigi 'Comio' Mantellini wrote: > Dear All, > > this is my patch, based on the work of Nico. This patch should be considered > > as "what luigi thinks about it". > > The patch add the followi

Re: [OpenWrt-Devel] External cross toolchain

2009-02-05 Thread Luigi Mantellini
I'm preparing a new version of the patch. (I will post tomorrow, now I'm at home to wach my cartoons). Briefly, I added some option to override the sysroot and I also modified the gcc Makefile in order to create a toolchain wrapper that fixes the sysroot. This change is necessary to use better the

Re: [OpenWrt-Devel] External cross toolchain

2009-02-05 Thread Florian Fainelli
Hi Nico, Luigi, Le Thursday 05 February 2009 13:29:04 Nico, vous avez écrit : > Hi Luigi, > > following your suggestions, i updated the patch [1] to support a > toolchain root config and added 2 options to specify additional > directories to search for header files and libraries. > > I dropped the

Re: [OpenWrt-Devel] External cross toolchain

2009-02-05 Thread Nico
Hi Luigi, following your suggestions, i updated the patch [1] to support a toolchain root config and added 2 options to specify additional directories to search for header files and libraries. I dropped the LD_LIBRARY_PATH hack as I'm not sure it's actually useful, but it could easily be added

Re: [OpenWrt-Devel] External cross toolchain

2009-02-03 Thread Luigi 'Comio' Mantellini
Hi Nico (Again! :D) following the previous mail I think that also TOOLCHAIN_DIR directroy should be fixed to TOOLCHAIN_ROOT value. ciao luigi Il lunedì 02 febbraio 2009 18:18:15 Luigi 'Comio' Mantellini ha scritto: > Hi Nico, > > I'm using your patch. I think that the user should give the foll

Re: [OpenWrt-Devel] External cross toolchain

2009-01-30 Thread Luigi 'Comio' Mantellini
Hi Nico, thanks again for your patch. On my system works fine. best regards, luigi On Friday 30 January 2009 00:33:49 Nico wrote: > Any objections committing the patch to trunk ? > > -- > Nico > > Nico wrote: > > Luigi 'Comio' Mantellini wrote: > >> Thanks Nico, > >> > >> I will integrate asap

Re: [OpenWrt-Devel] External cross toolchain

2009-01-29 Thread Nico
Any objections committing the patch to trunk ? -- Nico Nico wrote: > Luigi 'Comio' Mantellini wrote: > >> Thanks Nico, >> >> I will integrate asap on my experimental tree. I noticed a mistake >> >> row 262: >> >> + ifndef ($(CONFIG_NATIVE_TOOLCHAIN),) >> >> should be: >> >> + ifneq ($(CONF

Re: [OpenWrt-Devel] External cross toolchain

2009-01-27 Thread Nico
Luigi 'Comio' Mantellini wrote: > Thanks Nico, > > I will integrate asap on my experimental tree. I noticed a mistake > > row 262: > > + ifndef ($(CONFIG_NATIVE_TOOLCHAIN),) > > should be: > > + ifneq ($(CONFIG_NATIVE_TOOLCHAIN),) > You're right, there was a couple of mistakes in my previo

Re: [OpenWrt-Devel] External cross toolchain

2009-01-26 Thread Luigi 'Comio' Mantellini
Thanks Nico, I will integrate asap on my experimental tree. I noticed a mistake row 262: + ifndef ($(CONFIG_NATIVE_TOOLCHAIN),) should be: + ifneq ($(CONFIG_NATIVE_TOOLCHAIN),) Anyway, it should be great if a toolchain prepared using OpenWRT can be exported to others developers. I know

Re: [OpenWrt-Devel] External cross toolchain

2009-01-26 Thread Nico
Hi Luigi, I have a patch [1] for external toolchains support, it will allow you to select your target name (powerpc-unknow-linux-gnu), toolchain commands prefix, toolchain binaries & libraries path (for toolchains installed in unusual locations and needing custom PATH & LD_LIBRARY_PATH). Let me k

Re: [OpenWrt-Devel] External cross toolchain

2009-01-26 Thread Benjamin Henrion
On Mon, Jan 26, 2009 at 6:23 PM, Luigi 'Comio' Mantellini wrote: > Hi ML, > > I need your help to understand the actual status of external toolchain > support. > > In my environment, there are a lot of developers that works on an building > environment openwrt-based. Openwrt is a good choice to ma

[OpenWrt-Devel] External cross toolchain

2009-01-26 Thread Luigi 'Comio' Mantellini
Hi ML, I need your help to understand the actual status of external toolchain support. In my environment, there are a lot of developers that works on an building environment openwrt-based. Openwrt is a good choice to manage my builds and : I am happy to have chosen one year ago. The big probl